See: Description
Interface | Description |
---|---|
ClassLoaderLocator |
An interface to locate a
ClassLoader
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 | Description |
---|---|
ClassLoaderLocatorFactory |
Simple factory for
ClassLoaderLocator |
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 Interface
|
JBossAuthorizationManager |
Authorization Manager implementation
|
JBossPolicyRegistration |
Default implementation of Policy Registration interface
|
JBossSecurityContext |
Implementation of the Security Context for the JBoss AS
|
JBossSecurityContextUtil |
Utility class for JBossSecurityContext implementation
|
JBossSecuritySubjectFactory |
Create a Subject given the details available
via implementation strategies such as SecurityContextAssociation
to get hold of the Principal, Credentials, etc
|
NoAccessSecurityManager |
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 password
|
SecurityKeyManager |
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
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.