Package org.jboss.security.plugins
Security plugins have moved to the jbosssx cvs module.
-
Interface Summary Interface Description ClassLoaderLocator An interface to locate aClassLoader
The primary use of this interface is in the JBoss Application Server, which needs to inject a module class loader for custom login modules etc -
Class Summary Class Description ClassLoaderLocatorFactory Simple factory forClassLoaderLocator
ConsolePassword Read a password from the System.in stream.DefaultLoginConfig Deprecated. DefaultSecurityManagement The Default Security Management class that instantiates the standard Security Managers (Authentication, Authorization, Audit, Mapping,IdentityTrust etc)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.HostThreadLocal Supports the RemoteHostTrustLoginModule and RemoteHostValve, holds the remote host in a thread local.JBossAuthenticationManager Default Implementation of the AuthenticationManager InterfaceJBossAuthorizationManager Authorization Manager implementationJBossPolicyRegistration Default implementation of Policy Registration interfaceJBossSecurityContext Implementation of the Security Context for the JBoss ASJBossSecurityContextUtil Utility class for JBossSecurityContext implementationJBossSecuritySubjectFactory Create a Subject given the details available via implementation strategies such as SecurityContextAssociation to get hold of the Principal, Credentials, etcNoAccessSecurityManager An implementation of SubjectSecurityManager, RealmMapping does not allow any authentication and every check for a role fails.NullSecurityManager An implementation of SubjectSecurityManager, RealmMapping that authenticates everyone and for which Principals have any role requested.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 passwordSecurityKeyManager X509KeyManager that allows selection of a key entry to be used.TmpFilePassword Read a password from a file specified via the ctor and then overwrite the file contents with garbage, and then remove it.TransactionManagerLocator Locate a Transaction Manager