Class UserInfoLookupPredicate
java.lang.Object
net.shibboleth.oidc.profile.config.logic.UserInfoLookupPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
Checks whether the UserInfo endpoint should be accessed to retrieve claims about the
authenticated end-user. Defaults to true, unless overridden in the profile configuration.
-
Constructor Details
-
UserInfoLookupPredicate
public UserInfoLookupPredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ProfileRequestContext>
-