public class QuarkusUndertowAccount extends Object implements io.undertow.security.idm.Account
SecurityIdentity| Constructor and Description |
|---|
QuarkusUndertowAccount(io.quarkus.security.identity.SecurityIdentity securityIdentity) |
| Modifier and Type | Method and Description |
|---|---|
Principal |
getPrincipal() |
Set<String> |
getRoles() |
io.quarkus.security.identity.SecurityIdentity |
getSecurityIdentity() |
public QuarkusUndertowAccount(io.quarkus.security.identity.SecurityIdentity securityIdentity)
public Principal getPrincipal()
getPrincipal in interface io.undertow.security.idm.Accountpublic Set<String> getRoles()
getRoles in interface io.undertow.security.idm.Accountpublic io.quarkus.security.identity.SecurityIdentity getSecurityIdentity()
Copyright © 2020 JBoss by Red Hat. All rights reserved.