Class UserInfoLookupCondition
java.lang.Object
net.shibboleth.idp.plugin.authn.oidc.rp.messaging.context.logic.UserInfoLookupCondition
- 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
-
UserInfoLookupCondition
public UserInfoLookupCondition()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ProfileRequestContext>
-