Uses of Class
org.jboss.security.config.BaseSecurityInfo

Packages that use BaseSecurityInfo
org.jboss.security.auth.login   
org.jboss.security.config   
 

Uses of BaseSecurityInfo in org.jboss.security.auth.login
 

Subclasses of BaseSecurityInfo in org.jboss.security.auth.login
 class AuthenticationInfo
          The login module configuration information.
 class BaseAuthenticationInfo
          Base for AuthenticationInfo(JAAS) and JASPIAuthenticationInfo(JSR-196)
 class JASPIAuthenticationInfo
          AuthenticationInfo based on JSR-196
 

Methods in org.jboss.security.auth.login that return BaseSecurityInfo
protected  BaseSecurityInfo<Object> BaseAuthenticationInfo.create(String name)
           
protected  BaseSecurityInfo<Object> JASPIAuthenticationInfo.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.
 

Methods in org.jboss.security.auth.login with parameters of type BaseSecurityInfo
 BaseSecurityInfo<Object> JASPIAuthenticationInfo.merge(BaseSecurityInfo<Object> bi)
           Overriden to include the stacks of login modules in the merged object.
 

Uses of BaseSecurityInfo in org.jboss.security.config
 

Subclasses of BaseSecurityInfo in org.jboss.security.config
 class ACLInfo
          Holder for ACL configuration
 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
 

Methods in org.jboss.security.config that return BaseSecurityInfo
protected  BaseSecurityInfo<IdentityTrustModuleEntry> IdentityTrustInfo.create(String name)
           
protected abstract  BaseSecurityInfo<T> BaseSecurityInfo.create(String name)
           
protected  BaseSecurityInfo<AuditProviderEntry> AuditInfo.create(String name)
           
protected  BaseSecurityInfo<MappingModuleEntry> MappingInfo.create(String name)
           
protected  BaseSecurityInfo<ACLProviderEntry> ACLInfo.create(String name)
           
protected  BaseSecurityInfo<AuthorizationModuleEntry> AuthorizationInfo.create(String name)
           
 BaseSecurityInfo<T> BaseSecurityInfo.merge(BaseSecurityInfo<T> bi)
           
 

Methods in org.jboss.security.config with parameters of type BaseSecurityInfo
 BaseSecurityInfo<T> BaseSecurityInfo.merge(BaseSecurityInfo<T> bi)
           
 



Copyright © 2009 JBoss Inc.. All Rights Reserved.