Uses of Interface
io.undertow.security.idm.Account
-
Packages that use Account Package Description io.undertow.security.api io.undertow.security.idm io.undertow.security.impl io.undertow.server.handlers.sse -
-
Uses of Account in io.undertow.security.api
Methods in io.undertow.security.api that return Account Modifier and Type Method Description Account
AuthenticatedSessionManager.AuthenticatedSession. getAccount()
Account
SecurityNotification. getAccount()
Account
SecurityContext. getAuthenticatedAccount()
Obtain theAccount
for the currently authenticated identity.Methods in io.undertow.security.api with parameters of type Account Modifier and Type Method Description void
SecurityContext. authenticationComplete(Account account, java.lang.String mechanismName, boolean cachingRequired)
Called by theAuthenticationMechanism
to indicate that an account has been successfully authenticated.Constructors in io.undertow.security.api with parameters of type Account Constructor Description AuthenticatedSession(Account account, java.lang.String mechanism)
SecurityNotification(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, java.lang.String mechanism, boolean programatic, java.lang.String message, boolean cachingRequired)
-
Uses of Account in io.undertow.security.idm
Methods in io.undertow.security.idm that return Account 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(java.lang.String id, Credential credential)
Verify a suppliedCredential
against a requested ID.Methods in io.undertow.security.idm with parameters of type Account Modifier and Type Method Description Account
IdentityManager. verify(Account account)
Verify a previously authenticated account. -
Uses of Account in io.undertow.security.impl
Methods in io.undertow.security.impl that return Account Modifier and Type Method Description Account
SingleSignOn. getAccount()
Returns the account associated with this SSO.Account
AbstractSecurityContext. getAuthenticatedAccount()
Methods in io.undertow.security.impl with parameters of type Account Modifier and Type Method Description void
AbstractSecurityContext. authenticationComplete(Account account, java.lang.String mechanism, boolean cachingRequired)
protected void
AbstractSecurityContext. authenticationComplete(Account account, java.lang.String mechanism, boolean programatic, boolean cachingRequired)
SingleSignOn
InMemorySingleSignOnManager. createSingleSignOn(Account account, java.lang.String mechanism)
SingleSignOn
SingleSignOnManager. createSingleSignOn(Account account, java.lang.String mechanism)
-
Uses of Account in io.undertow.server.handlers.sse
Methods in io.undertow.server.handlers.sse that return Account Modifier and Type Method Description Account
ServerSentEventConnection. getAccount()
-