Package swiss.trustbroker.oidc
Class OidcFrameAncestorHandler
java.lang.Object
swiss.trustbroker.oidc.OidcFrameAncestorHandler
- All Implemented Interfaces:
FrameAncestorHandler
-
Constructor Summary
ConstructorsConstructorDescriptionOidcFrameAncestorHandler(jakarta.servlet.http.HttpServletRequest request, RelyingPartyDefinitions relyingPartyDefinitions, TrustBrokerProperties trustBrokerProperties) -
Method Summary
Modifier and TypeMethodDescriptionvoidappliedFrameAncestors(List<String> appliedFrameAncestors) boolean
-
Constructor Details
-
OidcFrameAncestorHandler
public OidcFrameAncestorHandler(jakarta.servlet.http.HttpServletRequest request, RelyingPartyDefinitions relyingPartyDefinitions, TrustBrokerProperties trustBrokerProperties)
-
-
Method Details
-
supportedFrameAncestors
- Specified by:
supportedFrameAncestorsin interfaceFrameAncestorHandler- Returns:
- list of supported frame ancestors (not null)
-
appliedFrameAncestors
- Specified by:
appliedFrameAncestorsin interfaceFrameAncestorHandler- Parameters:
appliedFrameAncestors- list of applied frame ancestors (not null)
-
hasAppliedFrameAncestors
public boolean hasAppliedFrameAncestors()
-