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 AccountAuthenticatedSessionManager.AuthenticatedSession. getAccount()AccountSecurityNotification. getAccount()AccountSecurityContext. getAuthenticatedAccount()Obtain theAccountfor the currently authenticated identity.Methods in io.undertow.security.api with parameters of type Account Modifier and Type Method Description voidSecurityContext. authenticationComplete(Account account, java.lang.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 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 AccountIdentityManager. verify(Account account)Verify a previously authenticated account.AccountIdentityManager. 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.AccountIdentityManager. verify(java.lang.String id, Credential credential)Verify a suppliedCredentialagainst a requested ID.Methods in io.undertow.security.idm with parameters of type Account Modifier and Type Method Description AccountIdentityManager. 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 AccountSingleSignOn. getAccount()Returns the account associated with this SSO.AccountAbstractSecurityContext. getAuthenticatedAccount()Methods in io.undertow.security.impl with parameters of type Account Modifier and Type Method Description voidAbstractSecurityContext. authenticationComplete(Account account, java.lang.String mechanism, boolean cachingRequired)protected voidAbstractSecurityContext. authenticationComplete(Account account, java.lang.String mechanism, boolean programatic, boolean cachingRequired)SingleSignOnInMemorySingleSignOnManager. createSingleSignOn(Account account, java.lang.String mechanism)SingleSignOnSingleSignOnManager. 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 AccountServerSentEventConnection. getAccount()
-