Class RequireAuthenticationRequestPredicate
java.lang.Object
net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
net.shibboleth.oidc.profile.config.logic.RequireAuthenticationRequestPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
A predicate implementation that forwards to
OAuth2AuthorizationProfileConfiguration.isRequireAuthenticationRequest(ProfileRequestContext). Defaults to
true.- Since:
- 3.1.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
RequireAuthenticationRequestPredicate
public RequireAuthenticationRequestPredicate()
-
-
Method Details
-
test
-