Package org.jboss.security

Interface Summary
CacheRealmMappingServiceMBean  
DatabaseRealmMappingServiceMBean  
DatabaseSecurityManagerServiceMBean  
EJBSecurityManagerServiceMBean  
JaasSecurityManagerServiceMBean  
SimpleRealmMappingServiceMBean  
 

Class Summary
CacheRealmMapping CacheRealmMapping has two purposes (one of them currently unimplemented.) It allows beans to have mappings for multiple security realms, and it (eventually) will cache data from realms that allow it.
CacheRealmMappingService This is a JMX service which manages access to security realms for a bean.
ClientLoginModule  
DatabaseRealmMapping  
DatabaseRealmMappingService This is a JMX service which manages access to security realms for a bean.
DatabaseSecurityManagerService This is a JMX service which manages the EJBSecurityManager.
DatabaseServerLoginModule  
EJBSecurityManagerDatabaseImpl The EJBSecurityManager is responsible for validating credentials associated with principals.
EJBSecurityManagerDefaultImpl The EJBSecurityManager is responsible for validating credentials associated with principals.
EJBSecurityManagerService This is a JMX service which manages the EJBSecurityManager.
JaasSecurityManager The EJBSecurityManager is responsible for validating credentials associated with principals.
JaasSecurityManagerService This is a JMX service which manages JaasSecurityManagers.
SimpleRealmMapping SimpleRealmMapping removes the level of indirection in the specification between roles and principals/groups for the standard "deploy without configuring"
SimpleRealmMappingService This is a JMX service which manages access to security realms for a bean.
SimpleServerLoginModule This server login module implements the following simple algorithm: if password is null, authenticate the user and assign the "guest" role else if password is equal to the user name, assign both "user" and "guest" roles else don't authenticate.
 



Copyright © 2000 The jBoss Organization. All Rights Reserved.