Class Summary |
ConsolePassword |
Read a password from the System.in stream. |
FilePassword |
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 |
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.SecurityDomainObjectFactory |
|
PBEUtils |
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 |
SecurityDomainContext |
An encapsulation of the JNDI security context infomation |
TmpFilePassword |
Read a password from a file specified via the ctor and then overwrite
the file contents with garbage, and then remove it. |