Class IncludeIssuerInAuthenticationResponsePredicate
- java.lang.Object
-
- net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
-
- net.shibboleth.oidc.profile.config.logic.IncludeIssuerInAuthenticationResponsePredicate
-
- All Implemented Interfaces:
Predicate<ProfileRequestContext>,Predicate<ProfileRequestContext>
public class IncludeIssuerInAuthenticationResponsePredicate extends net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicateA predicate implementation that forwards toOIDCAuthorizationConfiguration.isIncludeIssuerInResponse(ProfileRequestContext).- Since:
- 2.1.0
-
-
Constructor Summary
Constructors Constructor Description IncludeIssuerInAuthenticationResponsePredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleantest(ProfileRequestContext input)-
Methods inherited from class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
-
-
-
Method Detail
-
test
public boolean test(@Nullable ProfileRequestContext input)
-
-