| Package | Description |
|---|---|
| org.keycloak.sessions |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSessionModel |
RootAuthenticationSessionModel.createAuthenticationSession(ClientModel client)
Create new authentication session and returns it.
|
AuthenticationSessionModel |
RootAuthenticationSessionModel.getAuthenticationSession(ClientModel client) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AuthenticationSessionModel> |
RootAuthenticationSessionModel.getAuthenticationSessions()
Key is client UUID, Value is AuthenticationSessionModel for particular client
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.