Class ElytronAccount
- java.lang.Object
-
- org.wildfly.elytron.web.undertow.server.ElytronAccount
-
- All Implemented Interfaces:
io.undertow.security.idm.Account,Serializable
public class ElytronAccount extends Object implements io.undertow.security.idm.Account
A wrapper aroundSecurityIdentityto provide an implementation ofAccountas required by Undertow.- Author:
- Darran Lofthouse
- See Also:
- Serialized Form
-
-
Method Detail
-
getPrincipal
public Principal getPrincipal()
- Specified by:
getPrincipalin interfaceio.undertow.security.idm.Account- See Also:
Account.getPrincipal()
-
-