Class OnlineAccessEndpoints.HasOfflineAccessScope

java.lang.Object
net.optionfactory.keycloak.onlineaccess.OnlineAccessEndpoints.HasOfflineAccessScope
All Implemented Interfaces:
org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.AccessToken>
Enclosing class:
OnlineAccessEndpoints

public static class OnlineAccessEndpoints.HasOfflineAccessScope extends Object implements org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.AccessToken>
  • Constructor Details

    • HasOfflineAccessScope

      public HasOfflineAccessScope()
  • Method Details

    • test

      public boolean test(org.keycloak.representations.AccessToken t) throws org.keycloak.common.VerificationException
      Specified by:
      test in interface org.keycloak.TokenVerifier.Predicate<org.keycloak.representations.AccessToken>
      Throws:
      org.keycloak.common.VerificationException