Class AlwaysIssueBearerAccessTokenPredicate
java.lang.Object
net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
net.shibboleth.oidc.profile.config.logic.AlwaysIssueBearerAccessTokenPredicate
- All Implemented Interfaces:
Predicate<ProfileRequestContext>
A predicate implementation that forwards to
OAuth2AccessTokenProducingProfileConfiguration.isAlwaysIssueBearerAccessToken(ProfileRequestContext).- Since:
- 3.2.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.shibboleth.profile.context.logic.AbstractRelyingPartyPredicate
getRelyingPartyContext, getRelyingPartyContextLookupStrategy, setRelyingPartyContextLookupStrategy
-
Constructor Details
-
AlwaysIssueBearerAccessTokenPredicate
public AlwaysIssueBearerAccessTokenPredicate()
-
-
Method Details
-
test
-