Class AcrClaimAlwaysEssentialLookupFunction
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
-
- net.shibboleth.oidc.profile.config.navigate.AcrClaimAlwaysEssentialLookupFunction
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class AcrClaimAlwaysEssentialLookupFunction extends net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicateA predicate that returnsOIDCAuthorizationConfiguration.isAcrRequestAlwaysEssential(ProfileRequestContext)if such a profile is available from aRelyingPartyContextobtained via a lookup function, by default a child of theProfileRequestContext.If a specific setting is unavailable, a false value is returned.
-
-
Constructor Summary
Constructors Constructor Description AcrClaimAlwaysEssentialLookupFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
test
@Nullable public boolean test(@Nullable ProfileRequestContext input)
-
-