Uses of Class
org.keycloak.representations.LogoutToken
Packages that use LogoutToken
Package
Description
- 
Uses of LogoutToken in org.keycloak.jose.jwsMethods in org.keycloak.jose.jws that return LogoutTokenModifier and TypeMethodDescriptionDefaultTokenManager.initLogoutToken(ClientModel client, UserModel user, AuthenticatedClientSessionModel clientSession) 
- 
Uses of LogoutToken in org.keycloak.modelsMethods in org.keycloak.models that return LogoutTokenModifier and TypeMethodDescriptionTokenManager.initLogoutToken(ClientModel client, UserModel user, AuthenticatedClientSessionModel clientSessionModel) 
- 
Uses of LogoutToken in org.keycloak.protocol.oidcMethods in org.keycloak.protocol.oidc that return types with arguments of type LogoutTokenMethods in org.keycloak.protocol.oidc with parameters of type LogoutTokenModifier and TypeMethodDescriptionTokenManager.getValidOIDCIdentityProvidersForBackchannelLogout(RealmModel realm, KeycloakSession session, String encodedLogoutToken, LogoutToken logoutToken) TokenManager.validateLogoutTokenAgainstIdpProvider(Stream<OIDCIdentityProvider> oidcIdps, String encodedLogoutToken, LogoutToken logoutToken) 
- 
Uses of LogoutToken in org.keycloak.representationsMethods in org.keycloak.representations that return LogoutToken