Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.jboss.security.plugins

The basic security interfaces and classes are now located in the jbosssx module.

See:
          Description

Interface Summary
JaasSecurityDomainMBean The JaasSecurityDomainMBean adds support for KeyStore management.
JaasSecurityManagerServiceMBean The interface for the JaasSecurityManagerService mbean.
SecurityConfigMBean A security configuration MBean.
SecurityManagerMBean An MBean interface that unifies the AuthenticationManager and RealmMapping security interfaces implemented by a security manager for a given domain and provides access to this functionaliy across all domains by including the security domain name as a method argument.
SecurityPolicyServiceMBean The JMX mbean interface for the SecurityPolicyService prototype.
 

Class Summary
DefaultLoginConfig An mbean that uses the default JAAS login configuration file based implementation.
JaasSecurityDomain The JaasSecurityDomain is an extension of JaasSecurityManager that addes the notion of a KeyStore, and JSSE KeyManagerFactory and TrustManagerFactory for supporting SSL and other cryptographic use cases.
JaasSecurityManager The JaasSecurityManager is responsible both for authenticating credentials associated with principals and for role mapping.
JaasSecurityManager.DomainInfo The authentication cache object.
JaasSecurityManagerService This is a JMX service which manages JAAS based SecurityManagers.
JaasSecurityManagerService.DefaultCacheObjectFactory java:/timedCacheFactory ObjectFactory implementation
JaasSecurityManagerService.DomainEnumeration  
JaasSecurityManagerService.SecurityDomainObjectFactory  
NullSecurityManager An implementation of SubjectSecurityManager, RealmMapping that authenticates everyone and for which Principals have any role requested.
SecurityConfig The SecurityConfigMBean implementation.
SecurityConfig.ConfigInfo  
SecurityDomainContext An encapsulation of the JNDI security context infomation
SecurityPolicyService The implementation class for the JMX SecurityPolicyServiceMBean.
 

Package org.jboss.security.plugins Description

The basic security interfaces and classes are now located in the jbosssx module.