Class Summary |
ConsolePassword (src) |
Read a password from the System.in stream. |
DefaultLoginConfig (src) |
An mbean that uses the default JAAS login configuration file based
implementation. |
FilePassword (src) |
Read a password in opaque form to a file for use with the FilePassword
accessor in conjunction with the JaasSecurityDomain
{CLASS}org.jboss.security.plugins.FilePassword:password-file
format of the KeyStorePass attribute. |
JaasSecurityDomain (src) |
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 (src) |
The JaasSecurityManager is responsible both for authenticating credentials
associated with principals and for role mapping. |
JaasSecurityManager.DomainInfo (src) |
The authentication cache object. |
JaasSecurityManagerService (src) |
This is a JMX service which manages JAAS based SecurityManagers. |
JaasSecurityManagerService.DefaultCacheObjectFactory (src) |
java:/timedCacheFactory ObjectFactory implementation |
JaasSecurityManagerService.SecurityDomainObjectFactory (src) |
|
NoAccessSecurityManager (src) |
An implementation of SubjectSecurityManager, RealmMapping does not allow
any authentication and every check for a role fails. |
NullSecurityManager (src) |
An implementation of SubjectSecurityManager, RealmMapping that authenticates
everyone and for which Principals have any role requested. |
PBEUtils (src) |
Ecrypt a password using the JaasSecurityDomain password
Usage: PBEUtils salt count domain-password password
salt : the Salt attribute from the JaasSecurityDomain
count : the IterationCount attribute from the JaasSecurityDomain
domain-password : the plaintext password that maps to the KeyStorePass
attribute from the JaasSecurityDomain
password : the plaintext password that should be encrypted with the
JaasSecurityDomain password |
SecurityConfig (src) |
The SecurityConfigMBean implementation. |
SecurityDomainContext (src) |
An encapsulation of the JNDI security context infomation |
TmpFilePassword (src) |
Read a password from a file specified via the ctor and then overwrite
the file contents with garbage, and then remove it. |
Security plugins have moved to the jbosssx cvs module.