Class SubjectActivationCondition
java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.logic.SubjectActivationCondition
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
Activation condition returning true if subject cannot be located from oidc response context. This may be applied
preventing the subject resolving in token and userinfo endpoints as it is unnecessary. The activation condition may
be used with other protocols also, returning always true.
-
Constructor Details
-
SubjectActivationCondition
public SubjectActivationCondition()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ProfileRequestContext>
-