Uses of Interface
io.undertow.security.idm.Account
Packages that use Account
Package
Description
-
Uses of Account in io.undertow.security.api
Methods in io.undertow.security.api that return AccountModifier and TypeMethodDescriptionAuthenticatedSessionManager.AuthenticatedSession.getAccount()
SecurityNotification.getAccount()
SecurityContext.getAuthenticatedAccount()
Obtain theAccount
for the currently authenticated identity.Methods in io.undertow.security.api with parameters of type AccountModifier and TypeMethodDescriptionvoid
SecurityContext.authenticationComplete
(Account account, 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 AccountModifierConstructorDescriptionAuthenticatedSession
(Account account, String mechanism) SecurityNotification
(HttpServerExchange exchange, SecurityNotification.EventType eventType, Account account, String mechanism, boolean programatic, String message, boolean cachingRequired) -
Uses of Account in io.undertow.security.idm
Methods in io.undertow.security.idm that return AccountModifier and TypeMethodDescriptionVerify a previously authenticated 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.IdentityManager.verify
(String id, Credential credential) Verify a suppliedCredential
against a requested ID.Methods in io.undertow.security.idm with parameters of type Account -
Uses of Account in io.undertow.security.impl
Methods in io.undertow.security.impl that return AccountModifier and TypeMethodDescriptionSingleSignOn.getAccount()
Returns the account associated with this SSO.AbstractSecurityContext.getAuthenticatedAccount()
Methods in io.undertow.security.impl with parameters of type AccountModifier and TypeMethodDescriptionvoid
AbstractSecurityContext.authenticationComplete
(Account account, String mechanism, boolean cachingRequired) protected void
AbstractSecurityContext.authenticationComplete
(Account account, String mechanism, boolean programatic, boolean cachingRequired) InMemorySingleSignOnManager.createSingleSignOn
(Account account, String mechanism) SingleSignOnManager.createSingleSignOn
(Account account, String mechanism) -
Uses of Account in io.undertow.server.handlers.sse
Methods in io.undertow.server.handlers.sse that return Account