Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E F G H I J K L M N O P R S T U V

A

ACTIVE_SUBJECT - Static variable in class org.jboss.security.plugins.SecurityDomainContext
 
AUTHENTICATION_MGR - Static variable in class org.jboss.security.plugins.SecurityDomainContext
 
AUTH_CACHE - Static variable in class org.jboss.security.plugins.SecurityDomainContext
 
AUTORIZATION_MGR - Static variable in class org.jboss.security.plugins.SecurityDomainContext
 
addedSunJSSEProvider - Static variable in class org.jboss.security.plugins.JaasSecurityDomain
 
authConfig - Variable in class org.jboss.security.plugins.DefaultLoginConfig
 
authenticate(Principal, Object) - Method in class org.jboss.security.plugins.JaasSecurityManager
Currently this simply calls defaultLogin() to do a JAAS login using the security domain name as the login module configuration name.
authenticate(Principal, Object) - Method in class org.jboss.security.plugins.NullSecurityManager
Authenticate principal against credential
authenticationCache - Variable in class org.jboss.security.plugins.SecurityDomainContext
 

C

cacheJndiName - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
The location of the security credential cache policy.
callbackHandlerClass - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
 
callbackHandlerClassName - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
The JAAS CallbackHandler interface implementation to use
callerPrincipal - Variable in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
close() - Method in class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
 
config - Variable in class org.jboss.security.plugins.SecurityConfig.ConfigInfo
 
create() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
credential - Variable in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
ctxMap - Variable in class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
 

D

DEFAULT_CACHE_POLICY_PATH - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
 
DefaultLoginConfig - class org.jboss.security.plugins.DefaultLoginConfig.
An mbean that uses the default JAAS login configuration file based implementation.
DefaultLoginConfig() - Constructor for class org.jboss.security.plugins.DefaultLoginConfig
Creates a new instance of DefaultLoginConfig
defaultCacheResolution - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
 
defaultCacheTimeout - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
 
defaultLogin(Principal, Object) - Method in class org.jboss.security.plugins.JaasSecurityManager
Pass the security info to the login modules configured for this security domain using our SecurityAssociationHandler.
destroy() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
destroy() - Method in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
doesRoleGroupHaveRole(Principal, Group) - Method in class org.jboss.security.plugins.JaasSecurityManager
Check that the indicated application domain role is a member of the user's assigned roles.
doesUserHaveRole(Principal, Set) - Method in class org.jboss.security.plugins.JaasSecurityManager
Does the current Subject have a role(a Principal) that equates to one of the role names.
doesUserHaveRole(Principal, Principal) - Method in class org.jboss.security.plugins.JaasSecurityManager
Validates operational environment Principal against the specified application domain role.
doesUserHaveRole(String, Principal, Set) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
doesUserHaveRole(Principal, Set) - Method in class org.jboss.security.plugins.NullSecurityManager
Does the current Subject have a role(a Principal) that equates to one of the role names.
doesUserHaveRole(String, Principal, Set) - Method in interface org.jboss.security.plugins.SecurityManagerMBean
Validates the application domain roles to which the operational environment Principal belongs.
domainCache - Variable in class org.jboss.security.plugins.JaasSecurityManager
A cache of DomainInfo objects keyd by Principal.
domains - Variable in class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
 

E

expirationTime - Variable in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 

F

flushAuthenticationCache(String) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
flush the cache policy for the indicated security domain if one exists.
flushAuthenticationCache(String, Principal) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Flush a principal's authentication cache entry associated with the given securityDomain.
flushAuthenticationCache(String) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Flush the authentication cache associated with the given securityDomain.
flushAuthenticationCache(String, Principal) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Flush a principal's authentication cache entry associated with the given securityDomain.
flushCache() - Method in class org.jboss.security.plugins.JaasSecurityManager
Not really used anymore as the security manager service manages the security domain authentication caches.

G

getActiveSubject(String) - Static method in class org.jboss.security.plugins.JaasSecurityManager
Get the currently authenticated Subject in securityDomain.
getActiveSubject() - Method in class org.jboss.security.plugins.JaasSecurityManager
Get the currently authenticated Subject.
getActiveSubject() - Method in class org.jboss.security.plugins.NullSecurityManager
Get the currently authenticated Subject.
getActiveSubjectLoginContext(String, CallbackHandler) - Static method in class org.jboss.security.plugins.JaasSecurityManager
Create a LoginContext for the currently authenticated Subject in securityDomain.
getAttribute(String) - Method in class org.jboss.security.plugins.DefaultLoginConfig
 
getAttributes(String[]) - Method in class org.jboss.security.plugins.DefaultLoginConfig
 
getAuthConfig() - Method in class org.jboss.security.plugins.DefaultLoginConfig
Get the resource path to the JAAS login configuration file to use.
getAuthenticationCache() - Method in class org.jboss.security.plugins.SecurityDomainContext
 
getAuthenticationCacheJndiName() - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Get the jndi name under which the authentication cache policy is found
getAuthenticationCacheJndiName() - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Get the jndi name under which the authentication CachePolicy implenentation is found
getAuthenticationCachePrincipals(String) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Return the active principals in the indicated security domain auth cache.
getAuthenticationCachePrincipals(String) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
The the list of active Principls for the given security domain
getCacheInfo(Principal, boolean) - Method in class org.jboss.security.plugins.JaasSecurityManager
An accessor method that synchronizes access on the domainCache to avoid a race condition that can occur when the cache entry expires in the presence of multi-threaded access.
getCachePolicy(String) - Static method in class org.jboss.security.plugins.JaasSecurityManagerService
Access the CachePolicy for the securityDomain.
getCallbackHandlerClassName() - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Get the default CallbackHandler implementation class name
getCallbackHandlerClassName() - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Get the default CallbackHandler implementation class name
getConfiguration(Configuration) - Method in class org.jboss.security.plugins.DefaultLoginConfig
Return the Configuration instance managed by this mbean.
getDefaultCacheResolution() - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Get the default timed cache policy resolution.
getDefaultCacheResolution() - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Get the default timed cache policy resolution.
getDefaultCacheTimeout() - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Get the default timed cache policy timeout.
getDefaultCacheTimeout() - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Get the default timed cache policy timeout.
getJndiName() - Method in class org.jboss.security.plugins.SecurityPolicyService
Get the jndi name under which the SRPServerInterface proxy should be bound
getJndiName() - Method in interface org.jboss.security.plugins.SecurityPolicyServiceMBean
Get the jndi name under which the SRPServerInterface proxy should be bound
getKeyManagerFactory() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getKeyStore() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getKeyStoreType() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getKeyStoreType() - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
KeyStore implementation type being used.
getKeyStoreURL() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getKeyStoreURL() - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
Get the KeyStore database URL string.
getLoadSunJSSEProvider() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getLoadSunJSSEProvider() - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
A flag indicating if the Sun com.sun.net.ssl.internal.ssl.Provider security provider should be loaded on startup.
getLoginConfig() - Method in class org.jboss.security.plugins.SecurityConfig
Get the name of the mbean that provides the default JAAS login configuration
getLoginConfig() - Method in interface org.jboss.security.plugins.SecurityConfigMBean
Get the name of the mbean that provides the default JAAS login configuration
getMBeanInfo() - Method in class org.jboss.security.plugins.DefaultLoginConfig
 
getManagerServiceName() - Method in class org.jboss.security.plugins.JaasSecurityDomain
The JMX object name string of the security manager service.
getManagerServiceName() - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
The JMX object name string of the security manager service.
getName() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getName() - Method in class org.jboss.security.plugins.SecurityConfig
 
getName() - Method in class org.jboss.security.plugins.SecurityPolicyService
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.jboss.security.plugins.JaasSecurityManagerService.DefaultCacheObjectFactory
Object factory implementation.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.jboss.security.plugins.JaasSecurityManagerService.SecurityDomainObjectFactory
Object factory implementation.
getObjectName(MBeanServer, ObjectName) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
getPolicyFile() - Method in class org.jboss.security.plugins.SecurityPolicyService
 
getPolicyFile() - Method in interface org.jboss.security.plugins.SecurityPolicyServiceMBean
 
getPrincipal(Principal) - Method in class org.jboss.security.plugins.JaasSecurityManager
Map the argument principal from the deployment environment principal to the developer environment.
getPrincipal(String, Principal) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
getPrincipal(Principal) - Method in class org.jboss.security.plugins.NullSecurityManager
Always returns the argument principal.
getPrincipal(String, Principal) - Method in interface org.jboss.security.plugins.SecurityManagerMBean
Map from the operational environment Principal to the application domain principal.
getRealmMapping() - Method in class org.jboss.security.plugins.SecurityDomainContext
 
getSecurityDomain() - Method in class org.jboss.security.plugins.JaasSecurityManager
Get the name of the security domain associated with this security mgr.
getSecurityDomain() - Method in class org.jboss.security.plugins.NullSecurityManager
Get the name of the security domain associated with this security mgr.
getSecurityManager() - Method in class org.jboss.security.plugins.SecurityDomainContext
 
getSecurityManagerClassName() - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
getSecurityManagerClassName() - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Get the name of the class that provides the security manager implementation.
getSecurityProxyFactoryClassName() - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
getSecurityProxyFactoryClassName() - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Get the name of the class that provides the SecurityProxyFactory implementation.
getState() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getStateString() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getSubject() - Method in class org.jboss.security.plugins.SecurityDomainContext
 
getTrustManagerFactory() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getTrustStore() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
getUserRoles(Principal) - Method in class org.jboss.security.plugins.JaasSecurityManager
Return the set of domain roles the principal has been assigned.
getUserRoles(String, Principal) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
getUserRoles(Principal) - Method in class org.jboss.security.plugins.NullSecurityManager
Return the set of domain roles the principal has been assigned.
getUserRoles(String, Principal) - Method in interface org.jboss.security.plugins.SecurityManagerMBean
Return the set of domain roles the principal has been assigned.
getValue() - Method in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 

H

handler - Variable in class org.jboss.security.plugins.JaasSecurityManager
The JAAS callback handler to use in defaultLogin
hasMore() - Method in class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
 
hasMoreElements() - Method in class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
 

I

init(long) - Method in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
installConfig(ObjectName, Configuration) - Method in class org.jboss.security.plugins.SecurityConfig
Obtain the Configuration from the named mbean using its getConfiguration operation and install it as the current Configuration.
invoke(String, Object[], String[]) - Method in class org.jboss.security.plugins.DefaultLoginConfig
 
invoke(Object, Method, Object[]) - Method in class org.jboss.security.plugins.JaasSecurityManagerService.DefaultCacheObjectFactory
This is the InvocationHandler callback for the Context interface that was created by out getObjectInstance() method.
invoke(Object, Method, Object[]) - Method in class org.jboss.security.plugins.JaasSecurityManagerService.SecurityDomainObjectFactory
This is the InvocationHandler callback for the Context interface that was created by out getObjectInstance() method.
isCurrent(long) - Method in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
isValid(Principal, Object) - Method in class org.jboss.security.plugins.JaasSecurityManager
Validate that the given credential is correct for principal.
isValid(Principal, Object, Subject) - Method in class org.jboss.security.plugins.JaasSecurityManager
Validate that the given credential is correct for principal.
isValid(String, Principal, Object) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
isValid(Principal, Object) - Method in class org.jboss.security.plugins.NullSecurityManager
Validate that the given credential is correct for principal.
isValid(Principal, Object, Subject) - Method in class org.jboss.security.plugins.NullSecurityManager
Validate that the given credential is correct for principal.
isValid(String, Principal, Object) - Method in interface org.jboss.security.plugins.SecurityManagerMBean
The isValid method is invoked to see if a user identity and associated credentials as known in the operational environment are valid proof of the user identity.

J

JaasSecurityDomain - class org.jboss.security.plugins.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.
JaasSecurityDomain() - Constructor for class org.jboss.security.plugins.JaasSecurityDomain
Creates a default JaasSecurityDomain for with a securityDomain name of 'other'.
JaasSecurityDomain(String) - Constructor for class org.jboss.security.plugins.JaasSecurityDomain
Creates a JaasSecurityDomain for with a securityDomain name of that given by the 'securityDomain' argument.
JaasSecurityDomain(String, CallbackHandler) - Constructor for class org.jboss.security.plugins.JaasSecurityDomain
Creates a JaasSecurityDomain for with a securityDomain name of that given by the 'securityDomain' argument.
JaasSecurityDomainMBean - interface org.jboss.security.plugins.JaasSecurityDomainMBean.
The JaasSecurityDomainMBean adds support for KeyStore management.
JaasSecurityManager - class org.jboss.security.plugins.JaasSecurityManager.
The JaasSecurityManager is responsible both for authenticating credentials associated with principals and for role mapping.
JaasSecurityManager() - Constructor for class org.jboss.security.plugins.JaasSecurityManager
Creates a default JaasSecurityManager for with a securityDomain name of 'other'.
JaasSecurityManager(String, CallbackHandler) - Constructor for class org.jboss.security.plugins.JaasSecurityManager
Creates a JaasSecurityManager for with a securityDomain name of that given by the 'securityDomain' argument.
JaasSecurityManager.DomainInfo - class org.jboss.security.plugins.JaasSecurityManager.DomainInfo.
The authentication cache object.
JaasSecurityManager.DomainInfo(int) - Constructor for class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
JaasSecurityManagerService - class org.jboss.security.plugins.JaasSecurityManagerService.
This is a JMX service which manages JAAS based SecurityManagers.
JaasSecurityManagerService() - Constructor for class org.jboss.security.plugins.JaasSecurityManagerService
The constructor does nothing as the security manager is created on each lookup into java:/jaas/xxx.
JaasSecurityManagerService.DefaultCacheObjectFactory - class org.jboss.security.plugins.JaasSecurityManagerService.DefaultCacheObjectFactory.
java:/timedCacheFactory ObjectFactory implementation
JaasSecurityManagerService.DefaultCacheObjectFactory() - Constructor for class org.jboss.security.plugins.JaasSecurityManagerService.DefaultCacheObjectFactory
 
JaasSecurityManagerService.DomainEnumeration - class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration.
 
JaasSecurityManagerService.DomainEnumeration(Enumeration, Hashtable) - Constructor for class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
 
JaasSecurityManagerService.SecurityDomainObjectFactory - class org.jboss.security.plugins.JaasSecurityManagerService.SecurityDomainObjectFactory.
 
JaasSecurityManagerService.SecurityDomainObjectFactory() - Constructor for class org.jboss.security.plugins.JaasSecurityManagerService.SecurityDomainObjectFactory
 
JaasSecurityManagerServiceMBean - interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean.
The interface for the JaasSecurityManagerService mbean.
jndiName - Variable in class org.jboss.security.plugins.SecurityPolicyService
 

K

keyMgr - Variable in class org.jboss.security.plugins.JaasSecurityDomain
 
keyStore - Variable in class org.jboss.security.plugins.JaasSecurityDomain
The KeyStore associated with the security domain.
keyStorePassword - Variable in class org.jboss.security.plugins.JaasSecurityDomain
 
keyStoreType - Variable in class org.jboss.security.plugins.JaasSecurityDomain
The KeyStore implementation type which defaults to 'JKS'.
keyStoreURL - Variable in class org.jboss.security.plugins.JaasSecurityDomain
 

L

loadSunJSSEProvider - Variable in class org.jboss.security.plugins.JaasSecurityDomain
 
log - Static variable in class org.jboss.security.plugins.DefaultLoginConfig
 
log - Static variable in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
log - Variable in class org.jboss.security.plugins.JaasSecurityManager
The log4j category for the security manager domain
log - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
The log4j interface
loginConfigName - Variable in class org.jboss.security.plugins.SecurityConfig
The default Configuration mbean name
loginConfigStack - Variable in class org.jboss.security.plugins.SecurityConfig
The stack of Configuration mbeans that are active
loginCtx - Variable in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
lookup(String) - Method in class org.jboss.security.plugins.SecurityDomainContext
 
lookupCachePolicy(String) - Static method in class org.jboss.security.plugins.JaasSecurityManagerService
Lookup the authentication CachePolicy object for a security domain.
lookupSecurityDomain(String) - Static method in class org.jboss.security.plugins.JaasSecurityManagerService
Lookup or create the SecurityDomainContext for securityDomain.

M

managerServiceName - Variable in class org.jboss.security.plugins.JaasSecurityDomain
The JMX object name of the security manager service

N

NullSecurityManager - class org.jboss.security.plugins.NullSecurityManager.
An implementation of SubjectSecurityManager, RealmMapping that authenticates everyone and for which Principals have any role requested.
NullSecurityManager(String) - Constructor for class org.jboss.security.plugins.NullSecurityManager
Creates a default JaasSecurityManager for with the given securityDomain name.
name - Variable in class org.jboss.security.plugins.SecurityConfig.ConfigInfo
 
newSecurityDomainCtx(String) - Static method in class org.jboss.security.plugins.JaasSecurityManagerService
Create a new SecurityDomainContext for securityDomain.
next() - Method in class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
 
nextElement() - Method in class org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
 

O

OBJECT_NAME - Static variable in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
 
OBJECT_NAME - Static variable in interface org.jboss.security.plugins.SecurityPolicyServiceMBean
 
org.jboss.security.plugins - package org.jboss.security.plugins
The basic security interfaces and classes are now located in the jbosssx module.

P

parser - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
 
policyFile - Variable in class org.jboss.security.plugins.SecurityPolicyService
 
policySource - Variable in class org.jboss.security.plugins.SecurityPolicyService
 
popLoginConfig() - Method in class org.jboss.security.plugins.SecurityConfig
Pop the current mbean from the login configuration stack and install the previous Configuration as the current instance.
popLoginConfig() - Method in interface org.jboss.security.plugins.SecurityConfigMBean
Pop the current mbean from the login configuration stack and install the previous Configuration as the current instance.
pushLoginConfig(String) - Method in class org.jboss.security.plugins.SecurityConfig
Push an mbean onto the login configuration stack and install its Configuration as the current instance.
pushLoginConfig(String) - Method in interface org.jboss.security.plugins.SecurityConfigMBean
Push an mbean onto the login configuration stack and install its Configuration as the current instance.

R

refresh() - Method in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 
registerSecurityDomain(String, SecurityDomain) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Register a SecurityDomain implmentation
registerSecurityDomain(String, SecurityDomain) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Register a SecurityDomain implmentation
roles - Variable in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 

S

SECURITY_MGR_PATH - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
 
SecurityConfig - class org.jboss.security.plugins.SecurityConfig.
The SecurityConfigMBean implementation.
SecurityConfig() - Constructor for class org.jboss.security.plugins.SecurityConfig
 
SecurityConfig.ConfigInfo - class org.jboss.security.plugins.SecurityConfig.ConfigInfo.
 
SecurityConfig.ConfigInfo(ObjectName, Configuration) - Constructor for class org.jboss.security.plugins.SecurityConfig.ConfigInfo
 
SecurityConfigMBean - interface org.jboss.security.plugins.SecurityConfigMBean.
A security configuration MBean.
SecurityDomainContext - class org.jboss.security.plugins.SecurityDomainContext.
An encapsulation of the JNDI security context infomation
SecurityDomainContext(AuthenticationManager, CachePolicy) - Constructor for class org.jboss.security.plugins.SecurityDomainContext
Creates new SecurityDomainContextHandler
SecurityManagerMBean - interface org.jboss.security.plugins.SecurityManagerMBean.
An MBean interface that unifies the AuthenticationManager and RealmMapping security interfaces implemented by a security manager for a given domain and provides access to this functionaliy across all domains by including the security domain name as a method argument.
SecurityPolicyService - class org.jboss.security.plugins.SecurityPolicyService.
The implementation class for the JMX SecurityPolicyServiceMBean.
SecurityPolicyService() - Constructor for class org.jboss.security.plugins.SecurityPolicyService
 
SecurityPolicyServiceMBean - interface org.jboss.security.plugins.SecurityPolicyServiceMBean.
The JMX mbean interface for the SecurityPolicyService prototype.
securityDomain - Variable in class org.jboss.security.plugins.JaasSecurityManager
The name of the domain this instance is securing.
securityDomain - Variable in class org.jboss.security.plugins.NullSecurityManager
 
securityDomainCtxMap - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
A mapping from security domain name to a SecurityDomainContext object
securityMgr - Variable in class org.jboss.security.plugins.SecurityDomainContext
 
securityMgrClass - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
The loaded securityMgrClassName
securityMgrClassName - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
The class that provides the security manager implementation
securityPolicy - Variable in class org.jboss.security.plugins.SecurityPolicyService
 
securityProxyFactoryClass - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
 
securityProxyFactoryClassName - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
The class that provides the SecurityProxyFactory implementation
server - Static variable in class org.jboss.security.plugins.JaasSecurityManagerService
 
setAttribute(Attribute) - Method in class org.jboss.security.plugins.DefaultLoginConfig
 
setAttributes(AttributeList) - Method in class org.jboss.security.plugins.DefaultLoginConfig
 
setAuthConfig(String) - Method in class org.jboss.security.plugins.DefaultLoginConfig
Set the resource path or URL to the JAAS login configuration file to use.
setAuthenticationCacheJndiName(String) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Set the jndi name under which the authentication cache policy is found
setAuthenticationCacheJndiName(String) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Set the location of the security credential cache policy.
setCachePolicy(CachePolicy) - Method in class org.jboss.security.plugins.JaasSecurityManager
The domainCache is typically a shared object that is populated by the login code(LoginModule, etc.) and read by this class in the isValid() method.
setCallbackHandlerClassName(String) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Set the default CallbackHandler implementation class name
setCallbackHandlerClassName(String) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Set the default CallbackHandler implementation class name
setDefaultCacheResolution(int) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Set the default timed cache policy resolution.
setDefaultCacheResolution(int) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Set the default timed cache policy resolution.
setDefaultCacheTimeout(int) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
Set the default timed cache policy timeout.
setDefaultCacheTimeout(int) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Set the default timed cache policy timeout.
setJndiName(String) - Method in class org.jboss.security.plugins.SecurityPolicyService
Set the jndi name under which the SRPServerInterface proxy should be bound
setJndiName(String) - Method in interface org.jboss.security.plugins.SecurityPolicyServiceMBean
Set the jndi name under which the SRPServerInterface proxy should be bound
setKeyStorePass(String) - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
setKeyStorePass(String) - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
Set the credential string for the KeyStore.
setKeyStoreType(String) - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
setKeyStoreType(String) - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
Set the type of KeyStore implementation to use.
setKeyStoreURL(String) - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
setKeyStoreURL(String) - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
Set the KeyStore database URL string.
setLoadSunJSSEProvider(boolean) - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
setLoadSunJSSEProvider(boolean) - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
A flag indicating if the Sun com.sun.net.ssl.internal.ssl.Provider security provider should be loaded on startup.
setLoginConfig(String) - Method in class org.jboss.security.plugins.SecurityConfig
Set the name of the mbean that provides the default JAAS login configuration
setLoginConfig(String) - Method in interface org.jboss.security.plugins.SecurityConfigMBean
Set the name of the mbean that provides the default JAAS login configuration
setManagerServiceName(ObjectName) - Method in class org.jboss.security.plugins.JaasSecurityDomain
Set the JMX object name string of the security manager service.
setManagerServiceName(ObjectName) - Method in interface org.jboss.security.plugins.JaasSecurityDomainMBean
Set the JMX object name string of the security manager service.
setPolicyFile(String) - Method in class org.jboss.security.plugins.SecurityPolicyService
 
setPolicyFile(String) - Method in interface org.jboss.security.plugins.SecurityPolicyServiceMBean
 
setSecurityDomainCache(AuthenticationManager, CachePolicy) - Static method in class org.jboss.security.plugins.JaasSecurityManagerService
Use reflection to attempt to set the authentication cache on the securityMgr argument.
setSecurityInfo - Variable in class org.jboss.security.plugins.JaasSecurityManager
The setSecurityInfo(Principal, Object) method of the handler obj
setSecurityManagerClassName(String) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
setSecurityManagerClassName(String) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Set the name of the class that provides the security manager implementation.
setSecurityProxyFactoryClassName(String) - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
setSecurityProxyFactoryClassName(String) - Method in interface org.jboss.security.plugins.JaasSecurityManagerServiceMBean
Set the name of the class that provides the SecurityProxyFactory implementation.
start() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
startService() - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
startService() - Method in class org.jboss.security.plugins.SecurityConfig
Start the configuration service by pushing the mbean given by the LoginConfig onto the configuration stack.
startService() - Method in class org.jboss.security.plugins.SecurityPolicyService
 
state - Variable in class org.jboss.security.plugins.JaasSecurityDomain
 
stop() - Method in class org.jboss.security.plugins.JaasSecurityDomain
 
stopService() - Method in class org.jboss.security.plugins.JaasSecurityManagerService
 
stopService() - Method in class org.jboss.security.plugins.SecurityConfig
Start the configuration service by poping the top of the configuration stack.
subject - Variable in class org.jboss.security.plugins.JaasSecurityManager.DomainInfo
 

T

theConfig - Variable in class org.jboss.security.plugins.DefaultLoginConfig
 

U

updateCache(LoginContext, Subject, Principal, Object) - Method in class org.jboss.security.plugins.JaasSecurityManager
 

V

validateCache(JaasSecurityManager.DomainInfo, Object) - Method in class org.jboss.security.plugins.JaasSecurityManager
Validate the cache credential value against the provided credential

A C D E F G H I J K L M N O P R S T U V