Uses of Class
org.keycloak.protocol.oidc.LogoutTokenValidationCode
-
Packages that use LogoutTokenValidationCode Package Description org.keycloak.protocol.oidc -
-
Uses of LogoutTokenValidationCode in org.keycloak.protocol.oidc
Methods in org.keycloak.protocol.oidc that return LogoutTokenValidationCode Modifier and Type Method Description static LogoutTokenValidationCode
LogoutTokenValidationCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogoutTokenValidationCode[]
LogoutTokenValidationCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.LogoutTokenValidationCode
TokenManager. verifyLogoutToken(KeycloakSession session, RealmModel realm, String encodedLogoutToken)
-