Class QuarkusKeycloakSession
java.lang.Object
org.keycloak.services.DefaultKeycloakSession
org.keycloak.quarkus.runtime.integration.QuarkusKeycloakSession
- All Implemented Interfaces:
AutoCloseable,KeycloakSession
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DefaultKeycloakContextcreateKeycloakContext(KeycloakSession session) Methods inherited from class org.keycloak.services.DefaultKeycloakSession
authenticationSessions, clientPolicy, clients, clientScopes, close, closeTransactionManager, enlistForClose, getAllProviders, getAttribute, getAttribute, getAttributes, getComponentProvider, getComponentProvider, getContext, getKeycloakSessionFactory, getProvider, getProvider, getProvider, getProviderClass, getTransactionManager, groups, identityProviders, invalidate, isClosed, keys, listProviderIds, loginFailures, realms, removeAttribute, roles, sessions, setAttribute, singleUseObjects, theme, tokens, toString, users, vaultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.KeycloakSession
getAttributeOrDefault
-
Constructor Details
-
QuarkusKeycloakSession
-
-
Method Details
-
createKeycloakContext
- Specified by:
createKeycloakContextin classDefaultKeycloakSession
-