Class SubjectActivationCondition
- java.lang.Object
-
- net.shibboleth.idp.plugin.oidc.op.profile.logic.SubjectActivationCondition
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
public class SubjectActivationCondition extends Object implements 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 Summary
Constructors Constructor Description SubjectActivationCondition()
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)- Specified by:
testin interfacePredicate<ProfileRequestContext>
-
-