Package | Description |
---|---|
io.undertow.security.api | |
io.undertow.security.idm | |
io.undertow.security.impl | |
io.undertow.server.handlers.sse |
Modifier and Type | Method | Description |
---|---|---|
Account |
AuthenticatedSessionManager.AuthenticatedSession.getAccount() |
|
Account |
SecurityNotification.getAccount() |
|
Account |
SecurityContext.getAuthenticatedAccount() |
Obtain the
Account for the currently authenticated identity. |
Modifier and Type | Method | Description |
---|---|---|
void |
SecurityContext.authenticationComplete(Account account,
String mechanismName,
boolean cachingRequired) |
Called by the
AuthenticationMechanism to indicate that an account has been successfully authenticated. |
Constructor | Description |
---|---|
AuthenticatedSession(Account account,
String mechanism) |
|
SecurityNotification(HttpServerExchange exchange,
SecurityNotification.EventType eventType,
Account account,
String mechanism,
boolean programatic,
String message,
boolean cachingRequired) |
Modifier and Type | Method | Description |
---|---|---|
Account |
IdentityManager.verify(Account account) |
Verify a previously authenticated account.
|
Account |
IdentityManager.verify(Credential credential) |
Perform verification when all we have is the Credential, in this case the IdentityManager is also responsible for mapping the Credential to an account.
|
Account |
IdentityManager.verify(String id,
Credential credential) |
Verify a supplied
Credential against a requested ID. |
Modifier and Type | Method | Description |
---|---|---|
Account |
IdentityManager.verify(Account account) |
Verify a previously authenticated account.
|
Modifier and Type | Method | Description |
---|---|---|
Account |
SingleSignOn.getAccount() |
Returns the account associated with this SSO.
|
Account |
AbstractSecurityContext.getAuthenticatedAccount() |
Modifier and Type | Method | Description |
---|---|---|
void |
AbstractSecurityContext.authenticationComplete(Account account,
String mechanism,
boolean cachingRequired) |
|
protected void |
AbstractSecurityContext.authenticationComplete(Account account,
String mechanism,
boolean programatic,
boolean cachingRequired) |
|
SingleSignOn |
InMemorySingleSignOnManager.createSingleSignOn(Account account,
String mechanism) |
|
SingleSignOn |
SingleSignOnManager.createSingleSignOn(Account account,
String mechanism) |
Modifier and Type | Method | Description |
---|---|---|
Account |
ServerSentEventConnection.getAccount() |
Copyright © 2018. All rights reserved.