Uses of Interface
io.undertow.security.idm.Account
Packages that use Account
-
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 theAccountfor the currently authenticated identity.Methods in io.undertow.security.api with parameters of type AccountModifier and TypeMethodDescriptionvoidSecurityContext.authenticationComplete(Account account, String mechanismName, boolean cachingRequired) Called by theAuthenticationMechanismto 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 suppliedCredentialagainst 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 TypeMethodDescriptionvoidAbstractSecurityContext.authenticationComplete(Account account, String mechanism, boolean cachingRequired) protected voidAbstractSecurityContext.authenticationComplete(Account account, String mechanism, boolean programatic, boolean cachingRequired) InMemorySingleSignOnManager.createSingleSignOn(Account account, String mechanism) SingleSignOnManager.createSingleSignOn(Account account, String mechanism)