public interface AuthorizationIdentity
Modifier and Type | Field and Description |
---|---|
static AuthorizationIdentity |
EMPTY
The empty authorization identity.
|
Modifier and Type | Method and Description |
---|---|
static AuthorizationIdentity |
basicIdentity(Attributes attributes)
Create a basic authorization identity implementation.
|
default Attributes |
getAttributes()
Get the attributes which pertain to this identity.
|
static final AuthorizationIdentity EMPTY
default Attributes getAttributes()
null
)static AuthorizationIdentity basicIdentity(Attributes attributes)
attributes
- the identity attributesCopyright © 2020 JBoss by Red Hat. All rights reserved.