Package | Description |
---|---|
org.jboss.security.auth.login | |
org.jboss.security.config |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationInfo
The login module configuration information.
|
class |
BaseAuthenticationInfo
Base for AuthenticationInfo(JAAS) and JASPIAuthenticationInfo(JSR-196)
|
class |
JASPIAuthenticationInfo
AuthenticationInfo based on JSR-196
|
Modifier and Type | Method and Description |
---|---|
protected BaseSecurityInfo<Object> |
JASPIAuthenticationInfo.create(String name) |
protected BaseSecurityInfo<Object> |
BaseAuthenticationInfo.create(String name) |
protected BaseSecurityInfo<Object> |
AuthenticationInfo.create(String name) |
BaseSecurityInfo<Object> |
JASPIAuthenticationInfo.merge(BaseSecurityInfo<Object> bi)
Overriden to include the stacks of login modules in the merged object.
|
Modifier and Type | Method and Description |
---|---|
BaseSecurityInfo<Object> |
JASPIAuthenticationInfo.merge(BaseSecurityInfo<Object> bi)
Overriden to include the stacks of login modules in the merged object.
|
Modifier and Type | Class and Description |
---|---|
class |
ACLInfo
Holder for ACL configuration
|
class |
AttributeMappingInfo
Mapping Info for Attributes
|
class |
AuditInfo
Information on Audit Configuration in the ApplicationPolicy
|
class |
AuthorizationInfo
Holder for Authorization configuration
|
class |
IdentityTrustInfo
Identity Trust Info
|
class |
MappingInfo
Mapping Info
|
class |
RoleMappingInfo
Holder for RoleMapping configuration
|
Modifier and Type | Method and Description |
---|---|
protected BaseSecurityInfo<MappingModuleEntry> |
MappingInfo.create(String name) |
protected BaseSecurityInfo<IdentityTrustModuleEntry> |
IdentityTrustInfo.create(String name) |
protected abstract BaseSecurityInfo<T> |
BaseSecurityInfo.create(String name) |
protected BaseSecurityInfo<AuthorizationModuleEntry> |
AuthorizationInfo.create(String name) |
protected BaseSecurityInfo<AuditProviderEntry> |
AuditInfo.create(String name) |
protected BaseSecurityInfo<ACLProviderEntry> |
ACLInfo.create(String name) |
BaseSecurityInfo<T> |
BaseSecurityInfo.merge(BaseSecurityInfo<T> bi) |
Modifier and Type | Method and Description |
---|---|
BaseSecurityInfo<T> |
BaseSecurityInfo.merge(BaseSecurityInfo<T> bi) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.