| Class | Description |
|---|---|
| AuthConfig |
Authentication mechanism and SecurityRealm name information used for configuring the
LoginConfig
instance for the deployment.
|
| ElytronAccount |
An Undertow account implementation that maps to the Elytron
SecurityIdentity |
| ElytronIdentityManager |
An implementation of the IdentityManager that uses the Elytron SecurityDomain associated with
the deployment
|
| MPRealmConfig |
Configuration information used to populate a SimpleMapBackedSecurityRealm
}
|
| MPRealmConfig$$accessor | |
| PropertiesRealmConfig |
A configuration object for a properties resource based realm configuration,
LegacyPropertiesSecurityRealm
It consists of a users.properties that has the format:
user1=password1
user2=password2
and a roles.properties that has the format:
user1=role1,role2,...,roleN1
user2=role21,role2,...,roleN2
|
| PropertiesRealmConfig$$accessor | |
| SecurityConfig | |
| SecurityConfig$$accessor | |
| SecurityTemplate |
The runtime security template class that provides methods for creating RuntimeValues for the deployment security objects.
|
| SecurityTemplate$$accessor |
Copyright © 2019 JBoss by Red Hat. All rights reserved.