Uses of Class
org.keycloak.representations.LogoutToken
Packages that use LogoutToken
Package
Description
-
Uses of LogoutToken in org.keycloak.jose.jws
Methods in org.keycloak.jose.jws that return LogoutTokenModifier and TypeMethodDescriptionDefaultTokenManager.initLogoutToken
(ClientModel client, UserModel user, AuthenticatedClientSessionModel clientSession) -
Uses of LogoutToken in org.keycloak.models
Methods in org.keycloak.models that return LogoutTokenModifier and TypeMethodDescriptionTokenManager.initLogoutToken
(ClientModel client, UserModel user, AuthenticatedClientSessionModel clientSessionModel) -
Uses of LogoutToken in org.keycloak.protocol.oidc
Methods 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.representations
Methods in org.keycloak.representations that return LogoutToken