Package io.quarkus.undertow.runtime
Class QuarkusUndertowAccount
java.lang.Object
io.quarkus.undertow.runtime.QuarkusUndertowAccount
- All Implemented Interfaces:
io.undertow.security.idm.Account,Serializable
An Undertow account implementation that maps to the Elytron
SecurityIdentity- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQuarkusUndertowAccount(io.quarkus.security.identity.SecurityIdentity securityIdentity) -
Method Summary
-
Constructor Details
-
QuarkusUndertowAccount
public QuarkusUndertowAccount(io.quarkus.security.identity.SecurityIdentity securityIdentity)
-
-
Method Details
-
getPrincipal
- Specified by:
getPrincipalin interfaceio.undertow.security.idm.Account
-
getRoles
- Specified by:
getRolesin interfaceio.undertow.security.idm.Account
-
getSecurityIdentity
public io.quarkus.security.identity.SecurityIdentity getSecurityIdentity()
-