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

Quick Search    Search Deep

org.jboss.security.plugins: Javadoc index of package org.jboss.security.plugins.


Package Samples:

org.jboss.security.plugins: The basic security interfaces and classes are now located in the jbosssx module.  

Classes:

JaasSecurityManager: The JaasSecurityManager is responsible both for authenticating credentials associated with principals and for role mapping. This implementation relies on the JAAS LoginContext/LoginModules associated with the security domain name associated with the class for authentication, and the context JAAS Subject object for role mapping.
JaasSecurityManagerService: This is a JMX service which manages JAAS based SecurityManagers. JAAS SecurityManagers are responsible for validating credentials associated with principals. The service defaults to the org.jboss.security.plugins.JaasSecurityManager implementation but this can be changed via the securityManagerClass property.
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.
SecurityConfig: The SecurityConfigMBean implementation. This class needs the javax.security.auth.AuthPermission("setLoginConfiguration") to install the javax.security.auth.login.Configuration when running with a security manager.
NullSecurityManager: An implementation of SubjectSecurityManager, RealmMapping that authenticates everyone and for which Principals have any role requested. It can be used as a pass-through security manager when you want noop security.
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.
SecurityPolicyService: The implementation class for the JMX SecurityPolicyServiceMBean. This service creates a SecurityPolicy instance using a xml based policy store.
SecurityConfigMBean: A security configuration MBean. This establishes the JAAS and Java2 security properties and related configuration.
DefaultLoginConfig: An mbean that uses the default JAAS login configuration file based implementation.
JaasSecurityDomainMBean: The JaasSecurityDomainMBean adds support for KeyStore management.
SecurityPolicyServiceMBean: The JMX mbean interface for the SecurityPolicyService prototype.
SecurityDomainContext: An encapsulation of the JNDI security context infomation
JaasSecurityManagerServiceMBean: The interface for the JaasSecurityManagerService mbean.

Home | Contact Us | Privacy Policy | Terms of Service