Class OnlineAccessEndpoints.IssuedForContainsAuthorizedClient
java.lang.Object
net.optionfactory.keycloak.onlineaccess.OnlineAccessEndpoints.IssuedForContainsAuthorizedClient
- All Implemented Interfaces:
org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>
- Enclosing class:
OnlineAccessEndpoints
public static class OnlineAccessEndpoints.IssuedForContainsAuthorizedClient
extends Object
implements org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IssuedForContainsAuthorizedClient
public IssuedForContainsAuthorizedClient(org.keycloak.models.ClientModel client)
-
-
Method Details
-
test
public boolean test(org.keycloak.representations.JsonWebToken t) throws org.keycloak.common.VerificationException - Specified by:
testin interfaceorg.keycloak.TokenVerifier.Predicate<org.keycloak.representations.JsonWebToken>- Throws:
org.keycloak.common.VerificationException
-