Class ForceAuthnProfileConfigPredicate
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
-
- net.shibboleth.idp.authn.config.navigate.ForceAuthnProfileConfigPredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class ForceAuthnProfileConfigPredicate extends AbstractRelyingPartyPredicate
A predicate that evaluates aProfileRequestContextand determines whether forced authentication should be set based on the associatedAuthenticationProfileConfiguration.- Since:
- 3.4.0
-
-
Constructor Summary
Constructors Constructor Description ForceAuthnProfileConfigPredicate()
-
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
public boolean test(@Nullable ProfileRequestContext input)
-
-