Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
R
S
T
U
V
X
A
AbstractSecurityProxy
- class org.jboss.security.
AbstractSecurityProxy
.
An abstract implementation of SecurityProxy that wraps a non-SecurityProxy object.
AbstractServerLoginModule
- class org.jboss.security.auth.spi.
AbstractServerLoginModule
.
This class implements the common functionality required for a JAAS server side LoginModule and implements the JBossSX standard Subject usage pattern of storing identities and roles.
AbstractServerLoginModule()
- Constructor for class org.jboss.security.auth.spi.
AbstractServerLoginModule
AltClientLoginModule
- class org.jboss.security.
AltClientLoginModule
.
A simple implementation of LoginModule for use by JBoss clients for the establishment of the caller identity and credentials.
AltClientLoginModule()
- Constructor for class org.jboss.security.
AltClientLoginModule
AnonLoginModule
- class org.jboss.security.auth.spi.
AnonLoginModule
.
A simple login module that simply allows for the specification of the identity of unauthenticated users via the unauthenticatedIdentity property.
AnonLoginModule()
- Constructor for class org.jboss.security.auth.spi.
AnonLoginModule
AppPolicy
- class org.jboss.security.
AppPolicy
.
A combination of keystore, authentication and authorization entries.
AppPolicy(String)
- Constructor for class org.jboss.security.
AppPolicy
AuthenticationInfo
- class org.jboss.security.
AuthenticationInfo
.
The login module configuration information.
AuthenticationInfo()
- Constructor for class org.jboss.security.
AuthenticationInfo
AuthenticationInfo
- class org.jboss.security.auth.login.
AuthenticationInfo
.
The login module configuration information.
AuthenticationInfo()
- Constructor for class org.jboss.security.auth.login.
AuthenticationInfo
AuthorizationInfo
- class org.jboss.security.
AuthorizationInfo
.
AuthorizationInfo()
- Constructor for class org.jboss.security.
AuthorizationInfo
abort()
- Method in class org.jboss.security.
AltClientLoginModule
Method to abort the authentication process (phase 2).
abort()
- Method in class org.jboss.security.
ClientLoginModule
Method to abort the authentication process (phase 2).
abort()
- Method in class org.jboss.security.auth.spi.
AbstractServerLoginModule
Method to abort the authentication process (phase 2).
abort()
- Method in class org.jboss.security.auth.spi.
ProxyLoginModule
abort()
- Method in class org.jboss.security.auth.spi.
RunAsLoginModule
Pop the run as role using the SecurityAssociation.popRunAsRole method
abort()
- Method in class org.jboss.security.srp.jaas.
SRPCacheLoginModule
abort()
- Method in class org.jboss.security.srp.jaas.
SRPLoginModule
abort()
- Method in class org.jboss.test.
TestLoginModule
accept()
- Method in class org.jboss.crypto.
CipherServerSocket
accessSealedObject(String, Object, byte[], Object)
- Static method in class org.jboss.security.
Util
add(Permission)
- Method in class org.jboss.test.
NamespacePermissionCollection
addAppConfig(String, AppConfigurationEntry[])
- Method in class org.jboss.security.auth.login.
XMLLoginConfig
Add an application login configuration.
addAppConfig(String, AppConfigurationEntry[])
- Method in class org.jboss.security.auth.login.
XMLLoginConfigImpl
Add an application configuration
addAppConfig(String, AppConfigurationEntry[])
- Method in interface org.jboss.security.auth.login.
XMLLoginConfigMBean
Add an application login configuration.
addMember(Principal)
- Method in class org.jboss.security.
NestableGroup
Pushes the group onto the Group stack and makes it the active Group.
addMember(Principal)
- Method in class org.jboss.security.
NestablePrincipal
Pushes the user onto the Principal stack and makes it the active Principal.
addMember(Principal)
- Method in class org.jboss.security.
SimpleGroup
Adds the specified member to the group.
addSRPServerListener(SRPServerListener)
- Method in class org.jboss.security.srp.
SRPRemoteServer
addUser(String, String)
- Method in class org.jboss.security.srp.
SRPVerifierStoreService
addUser(String, String)
- Method in interface org.jboss.security.srp.
SRPVerifierStoreServiceMBean
Add a user to the store.
addUser(String, String)
- Method in class org.jboss.security.srp.
SerialObjectStore
appConfigs
- Variable in class org.jboss.security.auth.login.
XMLLoginConfigImpl
A mapping of application name to AppConfigurationEntry[]
B
BASE16_ENCODING
- Static variable in class org.jboss.security.
Base64Utils
BASE16_ENCODING
- Static variable in class org.jboss.security.
Util
BASE64_ENCODING
- Static variable in class org.jboss.security.
Base64Utils
BASE64_ENCODING
- Static variable in class org.jboss.security.
Util
Base64Encoder
- class org.jboss.security.
Base64Encoder
.
BASE64 encoder implementation.
Base64Encoder()
- Constructor for class org.jboss.security.
Base64Encoder
Base64Utils
- class org.jboss.security.
Base64Utils
.
Base64 encoding/decoding utilities
Base64Utils()
- Constructor for class org.jboss.security.
Base64Utils
BaseCertLoginModule
- class org.jboss.security.auth.spi.
BaseCertLoginModule
.
Title:
Base Login Module that uses X509Certificates as credentials for authentication
BaseCertLoginModule()
- Constructor for class org.jboss.security.auth.spi.
BaseCertLoginModule
ByteArrayCallback
- class org.jboss.security.auth.callback.
ByteArrayCallback
.
An implementation of Callback that obtains a binary parameter as a byte[].
ByteArrayCallback(String)
- Constructor for class org.jboss.security.auth.callback.
ByteArrayCallback
Initialize the SecurityAssociationCallback
buildSessionKey(byte[])
- Method in class org.jboss.security.srp.
SRPServerSession
C
CertRolesLoginModule
- class org.jboss.security.auth.spi.
CertRolesLoginModule
.
Title:
Certificate Login Module that uses a properties file to store role information.
CertRolesLoginModule()
- Constructor for class org.jboss.security.auth.spi.
CertRolesLoginModule
CertificatePrincipal
- interface org.jboss.security.
CertificatePrincipal
.
An interface for converting an X509 cert to a Principal
CipherClientSocketFactory
- class org.jboss.crypto.
CipherClientSocketFactory
.
An implementation of RMIClientSocketFactory that uses the JCE Cipher with an SRP session key to create an encrypted stream.
CipherClientSocketFactory()
- Constructor for class org.jboss.crypto.
CipherClientSocketFactory
Creates new CipherClientSocketFactory
CipherServerSocket
- class org.jboss.crypto.
CipherServerSocket
.
CipherServerSocket(int, int, InetAddress, String, SecretKey)
- Constructor for class org.jboss.crypto.
CipherServerSocket
Creates a new instance of CipherServerSocket
CipherServerSocketFactory
- class org.jboss.crypto.
CipherServerSocketFactory
.
An implementation of RMIServerSocketFactory that uses a DomainServerSocketFactory for its implementation.
CipherServerSocketFactory()
- Constructor for class org.jboss.crypto.
CipherServerSocketFactory
Creates new RMISSLServerSocketFactory
CipherSocket
- class org.jboss.crypto.
CipherSocket
.
CipherSocket(String, int, String, SecretKey)
- Constructor for class org.jboss.crypto.
CipherSocket
Creates a new instance of CipherSocket
CipherSocket(Socket, String, SecretKey)
- Constructor for class org.jboss.crypto.
CipherSocket
ClientLoginModule
- class org.jboss.security.
ClientLoginModule
.
A simple implementation of LoginModule for use by JBoss clients for the establishment of the caller identity and credentials.
ClientLoginModule()
- Constructor for class org.jboss.security.
ClientLoginModule
ClientSocketFactory
- class org.jboss.security.ssl.
ClientSocketFactory
.
An implementation of SocketFactory that uses the JSSE default SSLSocketFactory to create a client SSLSocket.
ClientS