Uses of Class
org.keycloak.representations.LogoutToken
-
Packages that use LogoutToken Package Description org.keycloak.jose.jws org.keycloak.models org.keycloak.protocol.oidc org.keycloak.representations -
-
Uses of LogoutToken in org.keycloak.jose.jws
Methods in org.keycloak.jose.jws that return LogoutToken Modifier and Type Method Description LogoutTokenDefaultTokenManager. initLogoutToken(ClientModel client, UserModel user, AuthenticatedClientSessionModel clientSession) -
Uses of LogoutToken in org.keycloak.models
Methods in org.keycloak.models that return LogoutToken Modifier and Type Method Description LogoutTokenTokenManager. 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 LogoutToken Modifier and Type Method Description Optional<LogoutToken>TokenManager. toLogoutToken(String encodedLogoutToken)Methods in org.keycloak.protocol.oidc with parameters of type LogoutToken Modifier and Type Method Description Stream<OIDCIdentityProvider>TokenManager. getValidOIDCIdentityProvidersForBackchannelLogout(RealmModel realm, KeycloakSession session, String encodedLogoutToken, LogoutToken logoutToken)Stream<OIDCIdentityProvider>TokenManager. validateLogoutTokenAgainstIdpProvider(Stream<OIDCIdentityProvider> oidcIdps, String encodedLogoutToken, LogoutToken logoutToken) -
Uses of LogoutToken in org.keycloak.representations
Methods in org.keycloak.representations that return LogoutToken Modifier and Type Method Description LogoutTokenLogoutToken. setSid(String sid)
-