Skip navigation links
Picketbox SPI 5.0.3.Final-redhat-00008
A C D E F G H I J K L M N O P R S T U V W 

A

abort() - Method in interface org.jboss.security.identitytrust.IdentityTrustModule
Abort the Trust Process
AbstractAuditProvider - Class in org.jboss.security.audit
Abstract class of Audit Providers.
AbstractAuditProvider() - Constructor for class org.jboss.security.audit.AbstractAuditProvider
 
AbstractEJBAuthorizationHelper - Class in org.jboss.security.javaee
EJB Authorization Helper
AbstractEJBAuthorizationHelper() - Constructor for class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
 
AbstractJavaEEHelper - Class in org.jboss.security.javaee
Abstract Java EE Security Helper that does both programmatic as well as regular security
AbstractJavaEEHelper() - Constructor for class org.jboss.security.javaee.AbstractJavaEEHelper
 
AbstractWebAuthorizationHelper - Class in org.jboss.security.javaee
Abstract Web Authorization Helper
AbstractWebAuthorizationHelper() - Constructor for class org.jboss.security.javaee.AbstractWebAuthorizationHelper
 
addCacheEntry(T, Map<String, Object>) - Method in interface org.jboss.security.cache.SecurityCache
Add a cache entry
addIdentity(Identity) - Method in class org.jboss.security.SecurityContextUtil
Add an Identity to the Security Context
addIdentity(Identity) - Method in class org.jboss.security.SubjectInfo
 
addProvider(AuditProvider) - Method in class org.jboss.security.audit.AuditContext
 
addProviders(List<AuditProvider>) - Method in class org.jboss.security.audit.AuditContext
 
audit(AuditEvent) - Method in class org.jboss.security.audit.AbstractAuditProvider
 
audit(AuditEvent) - Method in class org.jboss.security.audit.AuditContext
 
audit(AuditEvent) - Method in interface org.jboss.security.audit.AuditManager
Audit the information available in the audit event
audit(AuditEvent) - Method in interface org.jboss.security.audit.AuditProvider
Perform an audit of the event passed A provider can log the audit as per needs.
audit(String, Map<String, Object>, Exception) - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
AuditContext - Class in org.jboss.security.audit
Context for Audit Purposes that manages a set of providers
AuditContext() - Constructor for class org.jboss.security.audit.AuditContext
 
AuditEvent - Class in org.jboss.security.audit
Holder of audit information
AuditEvent(String) - Constructor for class org.jboss.security.audit.AuditEvent
 
AuditEvent(String, Map<String, Object>) - Constructor for class org.jboss.security.audit.AuditEvent
 
AuditEvent(String, Map<String, Object>, Exception) - Constructor for class org.jboss.security.audit.AuditEvent
 
AuditLevel - Interface in org.jboss.security.audit
Define the Audit Levels of Severity
AuditManager - Interface in org.jboss.security.audit
An interface that defines the Security Audit Service
AuditProvider - Interface in org.jboss.security.audit
Audit Provider that can log audit events to an external sink
Authentication - Annotation Type in org.jboss.security.annotation
Annotation to provide configuration for authentication
authenticationAudit(String, Map<String, Object>, Exception) - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
AuthenticationManager - Interface in org.jboss.security
The AuthenticationManager is responsible for validating credentials associated with principals.
Authorization - Annotation Type in org.jboss.security.annotation
Annotation indicating Authorization is required
AUTHORIZATION_PATH - Static variable in interface org.jboss.security.SecurityConstants
Default Authorization Manager context
authorizationAudit(String, Resource, Exception) - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
AuthorizationManagerFactory - Class in org.jboss.security.factories
Factory to create instances of AuthorizationManager
AuthorizationManagerFactory() - Constructor for class org.jboss.security.factories.AuthorizationManagerFactory
 
authorize(Resource) - Method in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
Authorize the EJB
authorize(String, Method, Principal, String, CodeSource, Subject, RunAs, String, RoleGroup) - Method in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
Deprecated. 

C

CacheableManager<T,K> - Interface in org.jboss.security
An interface for managers that allow cached values.
cacheHit(T) - Method in interface org.jboss.security.cache.SecurityCache
Cache Entry present?
cacheOperation(T, Map<String, Object>) - Method in interface org.jboss.security.cache.SecurityCache
Perform a cache operation
CALLBACK_HANDLER_KEY - Static variable in interface org.jboss.security.SecurityConstants
 
callbackHandler - Variable in class org.jboss.security.client.SecurityClient
 
callbackHandler - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
Any Callback Handler
CALLER_PRINCIPAL_GROUP - Static variable in interface org.jboss.security.SecurityConstants
 
CALLER_RAI_IDENTIFIER - Static variable in interface org.jboss.security.SecurityConstants
Identifier that specifies the caller run-as identifier for usage in the PolicyContext Subject context handler.
checkResourcePermission(Map<String, Object>, ServletRequest, ServletResponse, Subject, String, String) - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
Validate that the caller has the permission to access a web resource
checkResourcePermission(Map<String, Object>, ServletRequest, ServletResponse, Subject, String, String, List<String>) - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
Validate that the caller has the permission to access a web resource
cleanSubject(MessageInfo, Subject, String, String, CallbackHandler) - Method in interface org.jboss.security.ServerAuthenticationManager
Remove method specific principals and credentials from the subject.
cleanUp() - Method in class org.jboss.security.client.SecurityClient
Provide an opportunity for client implementations to clean up
clearIdentities(Class<?>) - Method in class org.jboss.security.SecurityContextUtil
Clear Identities of a particular type
clearSecurityContext() - Static method in class org.jboss.security.SecurityContextAssociation
Clear the current security context
commit() - Method in interface org.jboss.security.identitytrust.IdentityTrustModule
The IdentityTrust Process has succeeded.
containsKey(K) - Method in interface org.jboss.security.CacheableManager
Checks if an entry exists in the cache.
CONTEXT_ID - Static variable in interface org.jboss.security.SecurityConstants
 
controlFlags - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
Control Flags for the individual modules
createSecurityContext(String) - Static method in class org.jboss.security.SecurityContextFactory
Create a security context
createSecurityContext(String, ClassLoader) - Static method in class org.jboss.security.SecurityContextFactory
Create a security context
createSecurityContext(String, String) - Static method in class org.jboss.security.SecurityContextFactory
Construct a SecurityContext
createSecurityContext(String, String, ClassLoader) - Static method in class org.jboss.security.SecurityContextFactory
Construct a SecurityContext
createSecurityContext(String, Class<? extends SecurityContext>) - Static method in class org.jboss.security.SecurityContextFactory
Create a security context given the class This method exists because classloader.loadClass is an expensive operation due to synchronization
createSecurityContext(Principal, Object, Subject, String) - Static method in class org.jboss.security.SecurityContextFactory
Create a security context
createSecurityContext(Principal, Object, Subject, String, ClassLoader) - Static method in class org.jboss.security.SecurityContextFactory
Create a security context
createSecurityContext(Principal, Object, Subject, String, String, ClassLoader) - Static method in class org.jboss.security.SecurityContextFactory
Create a security context
createSubject() - Method in interface org.jboss.security.SubjectFactory
The Subject factory method.
createSubject(String) - Method in interface org.jboss.security.SubjectFactory
Create a subject given the security domain name
createSubjectInfo(Principal, Object, Subject) - Method in class org.jboss.security.SecurityContextUtil
Create SubjectInfo and set it in the current security context
createSubjectInfo(Identity, Subject) - Method in class org.jboss.security.SecurityContextUtil
Create a SubjectInfo
createUtil(SecurityContext) - Static method in class org.jboss.security.SecurityContextFactory
Return an instance of the SecurityContextUtil
createUtil(SecurityContext, ClassLoader) - Static method in class org.jboss.security.SecurityContextFactory
Return an instance of the SecurityContextUtil
createUtil(SecurityContext, String) - Static method in class org.jboss.security.SecurityContextFactory
Return an instance of the SecurityContextUtil given a FQN of the util class
createUtil(SecurityContext, String, ClassLoader) - Static method in class org.jboss.security.SecurityContextFactory
Return an instance of the SecurityContextUtil given a FQN of the util class
createUtil(SecurityContext, Class<? extends SecurityContextUtil>) - Static method in class org.jboss.security.SecurityContextFactory
Return an instance of the SecurityContextUtil given a Class instance of the util class
credential - Variable in class org.jboss.security.client.SecurityClient
 
CREDENTIAL - Static variable in interface org.jboss.security.SecurityConstants
 

D

DEFAULT_APPLICATION_POLICY - Static variable in interface org.jboss.security.SecurityConstants
Default Application Policy
DEFAULT_AUTHORIZATION_CLASS - Static variable in interface org.jboss.security.SecurityConstants
Default AuthorizationManager implementation, the AuthorizationManager service uses
DEFAULT_EJB_APPLICATION_POLICY - Static variable in interface org.jboss.security.SecurityConstants
Application Policy driving the ejb authorization layer
DEFAULT_WEB_APPLICATION_POLICY - Static variable in interface org.jboss.security.SecurityConstants
Application Policy driving the web authorization layer
DENY - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
 
DEPLOYMENT_PRINCIPAL_ROLES_MAP - Static variable in interface org.jboss.security.SecurityConstants
 
DISABLE_SECDOMAIN_OPTION - Static variable in interface org.jboss.security.SecurityConstants
System Property that disables the addition of security domain in the module options passed to login module
doesUserHaveRole(Principal, Set<Principal>) - Method in interface org.jboss.security.RealmMapping
Validates the application domain roles to which the operational environment Principal belongs.

E

EJBAuthenticationHelper - Class in org.jboss.security.javaee
Helper Class for EJB Authentication
EJBAuthenticationHelper(SecurityContext) - Constructor for class org.jboss.security.javaee.EJBAuthenticationHelper
 
enableAudit - Variable in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
 
ERROR - Static variable in interface org.jboss.security.audit.AuditLevel
Denotes situations where there has been a server exception
exists(String, String) - Method in interface org.jboss.security.vault.SecurityVault
Check whether an attribute value exists in the vault

F

FAILURE - Static variable in interface org.jboss.security.audit.AuditLevel
Denotes situations when there has been a failed attempt
flushCache() - Method in interface org.jboss.security.CacheableManager
Flushes all entries from the cache.
flushCache(K) - Method in interface org.jboss.security.CacheableManager
Flushes one entry from the cache.

G

GeneralizedAuthenticationManager - Interface in org.jboss.security
Marker interface that combines the legacy AuthenticationManager and the new JASPI (JSR-196) ServerAuthContext interfaces
generateOTP(byte[], long, int, boolean, int) - Static method in class org.jboss.security.otp.HOTP
This method generates an OTP value for the given set of parameters.
generateTOTP(String, int) - Static method in class org.jboss.security.otp.TimeBasedOTP
Generate a TOTP value using HMAC_SHA1
generateTOTP(String, String, int) - Static method in class org.jboss.security.otp.TimeBasedOTP
This method generates an TOTP value for the given set of parameters.
generateTOTP(String, String, int, String) - Static method in class org.jboss.security.otp.TimeBasedOTP
This method generates an TOTP value for the given set of parameters.
generateTOTP256(String, int) - Static method in class org.jboss.security.otp.TimeBasedOTP
Generate a TOTP value using HMAC_SHA256
generateTOTP256(String, String, int) - Static method in class org.jboss.security.otp.TimeBasedOTP
This method generates an TOTP value for the given set of parameters.
generateTOTP512(String, int) - Static method in class org.jboss.security.otp.TimeBasedOTP
Generate a TOTP value using HMAC_SHA512
generateTOTP512(String, String, int) - Static method in class org.jboss.security.otp.TimeBasedOTP
This method generates an TOTP value for the given set of parameters.
get(T) - Method in interface org.jboss.security.cache.SecurityCache
Get Cache Entry
get(String) - Method in class org.jboss.security.SecurityContextUtil
Return an object from the Security Context
get() - Static method in class org.jboss.security.vault.SecurityVaultFactory
Get an instance of SecurityVault Remember to initialize the vault by checking isInitialized()
get(String) - Static method in class org.jboss.security.vault.SecurityVaultFactory
Get an instance of SecurityVault Remember to initialize the vault by checking isInitialized()
get(ClassLoader, String) - Static method in class org.jboss.security.vault.SecurityVaultFactory
Get an instance of SecurityVault Remember to initialize the vault by checking isInitialized()
getActiveSubject() - Method in interface org.jboss.security.AuthenticationManager
Deprecated.
Use the JACC PolicyContextHandler using key "javax.security.auth.Subject.container"
getAdditionalProperties() - Method in interface org.jboss.security.JSSESecurityDomain
Returns the additional properties map
getAuditLevel() - Method in class org.jboss.security.audit.AuditEvent
Return the Audit Level
getAuditManager(String) - Method in interface org.jboss.security.ISecurityManagement
AuditManager configured for the security domain
getAuditManager() - Method in interface org.jboss.security.SecurityManagerLocator
 
getAuthenticatedSubject() - Method in class org.jboss.security.SubjectInfo
 
getAuthenticationManager(String) - Method in interface org.jboss.security.ISecurityManagement
Authentication Manager for the security domain
getAuthenticationManager() - Method in interface org.jboss.security.SecurityManagerLocator
 
getAuthorizationManager(String) - Static method in class org.jboss.security.factories.AuthorizationManagerFactory
 
getAuthorizationManager(String) - Method in interface org.jboss.security.ISecurityManagement
Authorization Manager for the security domain
getAuthorizationManager() - Method in interface org.jboss.security.SecurityManagerLocator
 
getCachedKeys() - Method in interface org.jboss.security.CacheableManager
Returns a set of keys stored in the cache.
getCallerPrincipal() - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
getCertificate(String) - Method in interface org.jboss.security.JSSESecurityDomain
Returns the certificate with the given alias or null if no such certificate exists, from the trust store this security domain delegates to.
getCipherSuites() - Method in interface org.jboss.security.JSSESecurityDomain
Returns the cipher suites that should be enabled on SSLSockets
getClientAlias() - Method in interface org.jboss.security.JSSESecurityDomain
Get the preferred client alias name
getContextInfo(String) - Static method in class org.jboss.security.SecurityContextAssociation
Get the current thread context info.
getContextMap() - Method in class org.jboss.security.audit.AuditEvent
Get the Contextual Map
getContextMap(Principal, String) - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
getCredential() - Static method in class org.jboss.security.SecurityContextAssociation
 
getCredential() - Method in class org.jboss.security.SecurityContextUtil
Get the credential
getCredential() - Method in class org.jboss.security.SecurityIdentity
 
getData() - Method in interface org.jboss.security.SecurityContext
Context Map
getDescription() - Method in class org.jboss.security.javaee.SecurityRoleRef
Get the description.
getEJBAuthenticationHelper(SecurityContext) - Static method in class org.jboss.security.javaee.SecurityHelperFactory
Get the EJB Authentication Helper given a security context
getEJBAuthorizationHelper(SecurityContext) - Static method in class org.jboss.security.javaee.SecurityHelperFactory
Get the EJB Authorization Helper given a security context
getEJBVersion() - Method in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
Get the EJB Version
getIdentities(Class<?>) - Method in class org.jboss.security.SecurityContextUtil
Get a set of identities of a particular type
getIdentities() - Method in class org.jboss.security.SubjectInfo
 
getIdentity() - Method in interface org.jboss.security.RunAs
Return the identity represented
getIdentity(Class<T>) - Method in class org.jboss.security.SubjectInfo
 
getIdentityTrustManager(String) - Method in interface org.jboss.security.ISecurityManagement
IdentityTrustManager configured for the security domain
getIdentityTrustManager() - Method in interface org.jboss.security.SecurityManagerLocator
 
getIncomingRunAs() - Method in interface org.jboss.security.SecurityContext
RunAs that is being propagated into this context by an external context SecurityContext.setIncomingRunAs(RunAs)
getIncomingRunAs() - Method in class org.jboss.security.SecurityIdentity
 
getJSSE(String) - Method in interface org.jboss.security.ISecurityManagement
JSSE configuration for the security domain
getKey(String, String) - Method in interface org.jboss.security.JSSESecurityDomain
Returns the key with the given alias from the key store this security domain delegates to.
getKeyManagerFactory() - Method in interface org.jboss.security.SecurityDomain
Get the KeyManagerFactory associated with the security domain
getKeyManagers() - Method in interface org.jboss.security.JSSESecurityDomain
Get the KeyManagers created by the configured KeyManagerFactory
getKeyStore() - Method in interface org.jboss.security.JSSESecurityDomain
Get the keystore associated with the security domain
getKeyStore() - Method in interface org.jboss.security.SecurityDomain
Get the keystore associated with the security domain
getLink() - Method in class org.jboss.security.javaee.SecurityRoleRef
Get the link.
getMappedObject() - Method in class org.jboss.security.mapping.MappingResult
 
getMappingContext(Class<T>) - Method in interface org.jboss.security.mapping.MappingManager
Deprecated. 
getMappingContext(String) - Method in interface org.jboss.security.mapping.MappingManager
Get the mapping context based on the type
getMappingManager(String) - Method in interface org.jboss.security.ISecurityManagement
Mapping manager configured with providers
getMappingManager() - Method in interface org.jboss.security.SecurityManagerLocator
 
getMappingResult() - Method in class org.jboss.security.mapping.MappingContext
 
getModules() - Method in class org.jboss.security.mapping.MappingContext
Get the set of mapping modules
getName() - Method in class org.jboss.security.javaee.SecurityRoleRef
Get the name.
getOutgoingRunAs() - Method in interface org.jboss.security.SecurityContext
getOutgoingRunAs() - Method in class org.jboss.security.SecurityIdentity
 
getPolicyRegistration() - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
getPrincipal(Principal) - Method in interface org.jboss.security.RealmMapping
Map from the operational environment Principal to the application domain principal.
getPrincipal() - Static method in class org.jboss.security.SecurityContextAssociation
 
getPrincipal() - Method in class org.jboss.security.SecurityIdentity
 
getProof() - Method in interface org.jboss.security.RunAs
Return the proof of identity
getProtocols() - Method in interface org.jboss.security.JSSESecurityDomain
Returns the protocols that should be enabled on SSLSockets
getProviders() - Method in class org.jboss.security.audit.AuditContext
 
getRoles() - Method in class org.jboss.security.SecurityContextUtil
Get the Roles associated with the user for the current security context
getRoles() - Method in class org.jboss.security.SubjectInfo
 
getSecurityClient() - Static method in class org.jboss.security.client.SecurityClientFactory
Return the default Security Client The default Security Client is of type "org.jboss.security.client.JBossSecurityClient"
getSecurityClient(String) - Static method in class org.jboss.security.client.SecurityClientFactory
Return a security client of type
getSecurityClient(Class<?>) - Static method in class org.jboss.security.client.SecurityClientFactory
Obtain a Security Client
getSecurityContext() - Method in class org.jboss.security.callbacks.SecurityContextCallback
 
getSecurityContext() - Method in class org.jboss.security.callbacks.SecurityContextCallbackHandler
 
getSecurityContext() - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
getSecurityContext() - Static method in class org.jboss.security.SecurityContextAssociation
Get a security context
getSecurityDomain() - Method in interface org.jboss.security.SecurityContext
Return the Security Domain
getSecurityIdentity() - Method in class org.jboss.security.SecurityContextUtil
Get a holder of subject, runAs and caller RunAs
getSecurityManagement() - Method in interface org.jboss.security.SecurityContext
Get the SecurityManagement object to get hold of the various managers
getServerAlias() - Method in interface org.jboss.security.JSSESecurityDomain
Get the preferred server alias name
getSubject() - Static method in class org.jboss.security.SecurityContextAssociation
 
getSubject() - Method in class org.jboss.security.SecurityContextUtil
Get the subject the security context
getSubject() - Method in class org.jboss.security.SecurityIdentity
 
getSubjectInfo() - Method in interface org.jboss.security.SecurityContext
Subject Info
getTargetPrincipal(Principal, Map<String, Object>) - Method in interface org.jboss.security.AuthenticationManager
Trust related usecases may require translation of a principal from another domain to the current domain An implementation of this interface may need to do a backdoor contact of the external trust provider in deriving the target principal
getTrustManagerFactory() - Method in interface org.jboss.security.SecurityDomain
Get the TrustManagerFactory associated with the security domain
getTrustManagers() - Method in interface org.jboss.security.JSSESecurityDomain
Get the TrustManagers created by the configured TrustManagerFactory
getTrustStore() - Method in interface org.jboss.security.JSSESecurityDomain
Get the truststore associated with the security domain.
getTrustStore() - Method in interface org.jboss.security.SecurityDomain
Get the truststore associated with the security domain.
getUnderlyingException() - Method in class org.jboss.security.audit.AuditEvent
Get the Exception part of the audit
getUserName() - Method in class org.jboss.security.SecurityContextUtil
Get the username from the security context
getUserPrincipal() - Method in class org.jboss.security.SecurityContextUtil
Get the user principal the security context
getUserRoles(Principal) - Method in interface org.jboss.security.RealmMapping
Return the set of domain roles the principal has been assigned.
getUtil() - Method in interface org.jboss.security.SecurityContext
Return a utility that is a facade to the internal storage mechanism of the Security Context This utility can be used to store information like roles etc in an implementation specific way
getValue(String) - Static method in class org.jboss.security.vault.SecurityVaultUtil
Given the vault formatted string, retrieve the attribute value from the vault
getValue(char[]) - Static method in class org.jboss.security.vault.SecurityVaultUtil
Get the value from the vault
getValueAsString(String) - Static method in class org.jboss.security.vault.SecurityVaultUtil
 
getWebAuthorizationHelper(SecurityContext) - Static method in class org.jboss.security.javaee.SecurityHelperFactory
Get the Web Authorization Helper given a security context

H

handle(Callback[]) - Method in class org.jboss.security.callbacks.SecurityContextCallbackHandler
 
handshake(Map<String, Object>) - Method in interface org.jboss.security.vault.SecurityVault
Retrieve the shared key from the vault
hasModules() - Method in class org.jboss.security.mapping.MappingContext
Optimization Step to determine if we have configured mapping modules to avoid unnecessary mapping step
hasRole(String, Principal, String, Set<Principal>, String, Subject) - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
Validate that the caller has the required role to access a resource
hasRole(String, Principal, String, Set<Principal>, String, Subject, List<String>) - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
Validate that the caller has the required role to access a resource
hasUserDataPermission(Map<String, Object>, ServletRequest, ServletResponse, String, Subject) - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
Validate whether the transport constraints are met by the caller
hasUserDataPermission(Map<String, Object>, ServletRequest, ServletResponse, String, Subject, List<String>) - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
Validate whether the transport constraints are met by the caller
HMAC_SHA1 - Static variable in class org.jboss.security.otp.TimeBasedOTP
 
HMAC_SHA256 - Static variable in class org.jboss.security.otp.TimeBasedOTP
 
HMAC_SHA512 - Static variable in class org.jboss.security.otp.TimeBasedOTP
 
HOTP - Class in org.jboss.security.otp
Based on IETF RFC 4226 (http://tools.ietf.org/html/rfc4226) Code is derived from OATH HOTP algorithm
HOTP() - Constructor for class org.jboss.security.otp.HOTP
 
HOTPUtil - Class in org.jboss.security.otp
Utility class for HOTP
HOTPUtil() - Constructor for class org.jboss.security.otp.HOTPUtil
 

I

IdentityTrustContext - Class in org.jboss.security.identitytrust
Identity Trust Context that encloses multiple IdentityTrustModules making trust decisions
IdentityTrustContext() - Constructor for class org.jboss.security.identitytrust.IdentityTrustContext
 
IdentityTrustException - Exception in org.jboss.security.identitytrust
Identity Trust Exception
IdentityTrustException() - Constructor for exception org.jboss.security.identitytrust.IdentityTrustException
 
IdentityTrustException(String, Throwable) - Constructor for exception org.jboss.security.identitytrust.IdentityTrustException
 
IdentityTrustException(String) - Constructor for exception org.jboss.security.identitytrust.IdentityTrustException
 
IdentityTrustException(Throwable) - Constructor for exception org.jboss.security.identitytrust.IdentityTrustException
 
IdentityTrustManager - Interface in org.jboss.security.identitytrust
Interface representing the trust manager for determining Identity
IdentityTrustManager.TrustDecision - Enum in org.jboss.security.identitytrust
 
IdentityTrustModule - Interface in org.jboss.security.identitytrust
IdentityTrustModule that is capable of making trust decisions
INFO - Static variable in interface org.jboss.security.audit.AuditLevel
Just some info being passed into the audit logs
init(Map<String, Object>) - Method in interface org.jboss.security.mapping.MappingProvider
Initialize the provider with the configured module options
init(Map<String, Object>) - Method in interface org.jboss.security.vault.SecurityVault
Initialize the vault
initialize(SecurityContext, CallbackHandler, Map<String, Object>, Map<String, Object>) - Method in interface org.jboss.security.identitytrust.IdentityTrustModule
Initialize the module with the SecurityContext on which trust decisions will be made
isCallerInRole(Resource, String) - Method in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
Check if the caller is in any of the roles
isCallerInRole(String, String, Principal, Subject, String, Set<SecurityRoleRef>) - Method in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
Deprecated. 
isCallerInRole(String, String, Principal, Subject, String, Set<SecurityRoleRef>, boolean) - Method in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
Deprecated. 
isClient() - Static method in class org.jboss.security.SecurityContextAssociation
Indicates whether we are on the client side
isClientAuth() - Method in interface org.jboss.security.JSSESecurityDomain
Get the client auth flag
ISecurityManagement - Interface in org.jboss.security
Interface to obtain the various managers for security like authentication, authorization, audit, identitytrust etc
isEnableAudit() - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
 
isInitialized() - Method in interface org.jboss.security.vault.SecurityVault
Determine if the vault is initialized
isTrusted() - Method in class org.jboss.security.identitytrust.IdentityTrustContext
Make a trust decision
isTrusted(SecurityContext) - Method in interface org.jboss.security.identitytrust.IdentityTrustManager
Make a Trust Decision on a security context
isTrusted() - Method in interface org.jboss.security.identitytrust.IdentityTrustModule
Make the trust decision
isTrusted() - Method in class org.jboss.security.javaee.EJBAuthenticationHelper
Whether the current caller can be trusted?
isValid(Principal, Object) - Method in interface org.jboss.security.AuthenticationManager
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.
isValid(Principal, Object, Subject) - Method in interface org.jboss.security.AuthenticationManager
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.
isValid(Subject, String) - Method in class org.jboss.security.javaee.EJBAuthenticationHelper
Authenticate the caller
isValid(MessageInfo, Subject, String, CallbackHandler) - Method in interface org.jboss.security.ServerAuthenticationManager
Authenticate a Subject given the request response JSR-196(JASPI) messages.
isValid(MessageInfo, Subject, String, String, CallbackHandler) - Method in interface org.jboss.security.ServerAuthenticationManager
Authenticate a Subject given the request response JSR-196(JASPI) messages.
isVaultFormat(char[]) - Static method in class org.jboss.security.vault.SecurityVaultUtil
Check whether the string has the format of the vault
isVaultFormat(String) - Static method in class org.jboss.security.vault.SecurityVaultUtil
Check whether the string has the format of the vault
isVmwideAssociation() - Method in class org.jboss.security.client.SecurityClient
Is the Security Context establishment vm wide?

J

JAAS_CONTEXT_ROOT - Static variable in interface org.jboss.security.SecurityConstants
Default JAAS based Security Domain Context
jaasDesired - Variable in class org.jboss.security.client.SecurityClient
 
JASPI_AUTHENTICATION_MANAGER - Static variable in interface org.jboss.security.SecurityConstants
Default JASPI based secutity manager
JASPI_CONTEXT_ROOT - Static variable in interface org.jboss.security.SecurityConstants
Default JASPI based Security Domain Context
JASPI_DELEGATING_MODULE - Static variable in interface org.jboss.security.SecurityConstants
Default ServerAuthModule that delegates to a Login Module Stack
JAVAEE - Static variable in interface org.jboss.security.SecurityConstants
Identity Trust Constants
JSSESecurityDomain - Interface in org.jboss.security
Security domain used for configuring SSL.

K

keyList() - Method in interface org.jboss.security.vault.SecurityVault
Get the currently vaulted VaultBlock_attribute Names

L

login() - Method in class org.jboss.security.client.SecurityClient
Login with the desired method
loginConfigName - Variable in class org.jboss.security.client.SecurityClient
 
logout(Principal, Subject) - Method in interface org.jboss.security.AuthenticationManager
This method must be invoked to perform the logout of the incoming principal.
logout() - Method in class org.jboss.security.client.SecurityClient
Log Out

M

MappingContext<T> - Class in org.jboss.security.mapping
Generic Context used by the Mapping Framework
MappingContext(List<MappingProvider<T>>) - Constructor for class org.jboss.security.mapping.MappingContext
 
MappingManager - Interface in org.jboss.security.mapping
Manager that is used for mapping various types
MappingProvider<T> - Interface in org.jboss.security.mapping
A provider with mapping functionality
MappingResult<T> - Class in org.jboss.security.mapping
Generic Mapping Process Result
MappingResult() - Constructor for class org.jboss.security.mapping.MappingResult
 
MappingType - Enum in org.jboss.security.mapping
Type of mappings possible
MissingArgumentsException - Exception in org.jboss.security.javaee.exceptions
An exception indicating there are missing arguments
MissingArgumentsException() - Constructor for exception org.jboss.security.javaee.exceptions.MissingArgumentsException
 
MissingArgumentsException(String, Throwable) - Constructor for exception org.jboss.security.javaee.exceptions.MissingArgumentsException
 
MissingArgumentsException(String) - Constructor for exception org.jboss.security.javaee.exceptions.MissingArgumentsException
 
MissingArgumentsException(Throwable) - Constructor for exception org.jboss.security.javaee.exceptions.MissingArgumentsException
 
Module - Annotation Type in org.jboss.security.annotation
Represents a Module
ModuleOption - Annotation Type in org.jboss.security.annotation
Represents a Module Option
ModuleOption.VALUE_TYPE - Enum in org.jboss.security.annotation
 
modules - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
List of Identity Trust Modules

N

NOTAPPLICABLE - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
 

O

org.jboss.security - package org.jboss.security
The basic security interfaces and classes are now located in the jbosssx module.
org.jboss.security.annotation - package org.jboss.security.annotation
 
org.jboss.security.audit - package org.jboss.security.audit
 
org.jboss.security.cache - package org.jboss.security.cache
 
org.jboss.security.callbacks - package org.jboss.security.callbacks
 
org.jboss.security.client - package org.jboss.security.client
 
org.jboss.security.factories - package org.jboss.security.factories
 
org.jboss.security.identitytrust - package org.jboss.security.identitytrust
 
org.jboss.security.javaee - package org.jboss.security.javaee
 
org.jboss.security.javaee.exceptions - package org.jboss.security.javaee.exceptions
 
org.jboss.security.mapping - package org.jboss.security.mapping
 
org.jboss.security.otp - package org.jboss.security.otp
 
org.jboss.security.vault - package org.jboss.security.vault
 

P

peekRunAsIdentity() - Static method in class org.jboss.security.SecurityContextAssociation
Look at the current thread of control's run-as identity
peformSASLLogin() - Method in class org.jboss.security.client.SecurityClient
 
performJAASLogin() - Method in class org.jboss.security.client.SecurityClient
 
performMapping(Map<String, Object>, T) - Method in class org.jboss.security.mapping.MappingContext
Apply mapping semantics on the passed object
performMapping(Map<String, Object>, T) - Method in interface org.jboss.security.mapping.MappingProvider
Map the passed object
performSimpleLogin() - Method in class org.jboss.security.client.SecurityClient
 
PERMIT - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
 
policyRegistration - Variable in class org.jboss.security.javaee.AbstractJavaEEHelper
 
popRunAsIdentity() - Static method in class org.jboss.security.SecurityContextAssociation
Pops a RunAs identity
PRINCIPAL_IDENTIFIER - Static variable in interface org.jboss.security.SecurityConstants
 
PRINCIPALS_SET_IDENTIFIER - Static variable in interface org.jboss.security.SecurityConstants
 
providerList - Variable in class org.jboss.security.audit.AuditContext
 
pushRunAsIdentity(RunAs) - Static method in class org.jboss.security.SecurityContextAssociation
Pushes a RunAs identity
pushSubjectContext(Subject) - Method in class org.jboss.security.javaee.EJBAuthenticationHelper
Push the authenticated subject onto the security context IMPORTANT - this needs to be done after the isValid call

R

RealmMapping - Interface in org.jboss.security
The interface for Principal mapping.
reloadKeyAndTrustStore() - Method in interface org.jboss.security.JSSESecurityDomain
Reload/initialize keystore and truststore using the attributes set in the security domain
remove(String) - Method in class org.jboss.security.SecurityContextUtil
Remove an object represented by the key from the security context
remove(String, String, byte[]) - Method in interface org.jboss.security.vault.SecurityVault
Remove an existing attribute value
removeIdentity(Identity) - Method in class org.jboss.security.SubjectInfo
Remove an identity
replaceProviders(List<AuditProvider>) - Method in class org.jboss.security.audit.AuditContext
 
retrieve(String, String, byte[]) - Method in interface org.jboss.security.vault.SecurityVault
Retrieve the attribute value
ROLES_IDENTIFIER - Static variable in interface org.jboss.security.SecurityConstants
 
RunAs - Interface in org.jboss.security
Represent an entity X with a proof of identity Y
RUNAS_IDENTITY_IDENTIFIER - Static variable in interface org.jboss.security.SecurityConstants
Identifier that specifies the last RAI set

S

saslAuthorizationId - Variable in class org.jboss.security.client.SecurityClient
 
saslDesired - Variable in class org.jboss.security.client.SecurityClient
 
saslMechanism - Variable in class org.jboss.security.client.SecurityClient
 
secureResponse(MessageInfo, Subject, String, String, CallbackHandler) - Method in interface org.jboss.security.ServerAuthenticationManager
Secures the response encapsulated in the specified MessageInfo object.
SECURITY_CONTEXT - Static variable in interface org.jboss.security.SecurityConstants
 
SECURITY_DOMAIN_OPTION - Static variable in interface org.jboss.security.SecurityConstants
The String option name used to pass in the security-domain name the LoginModule was configured in.
SecurityAudit - Annotation Type in org.jboss.security.annotation
Annotation indicating that all security events are to be audited
SecurityCache<T> - Interface in org.jboss.security.cache
Generic Security Cache Interface for usage by the security integration layers like authentication, authorization etc.
SecurityCacheException - Exception in org.jboss.security.cache
Security Cache Exception denoting a cache operation failure
SecurityCacheException() - Constructor for exception org.jboss.security.cache.SecurityCacheException
 
SecurityCacheException(String, Throwable) - Constructor for exception org.jboss.security.cache.SecurityCacheException
 
SecurityCacheException(String) - Constructor for exception org.jboss.security.cache.SecurityCacheException
 
SecurityCacheException(Throwable) - Constructor for exception org.jboss.security.cache.SecurityCacheException
 
SecurityClient - Class in org.jboss.security.client
Generic Security Client class
Basic Users:
SecurityClient() - Constructor for class org.jboss.security.client.SecurityClient
 
SecurityClientFactory - Class in org.jboss.security.client
Factory to return SecurityClient instances
SecurityClientFactory() - Constructor for class org.jboss.security.client.SecurityClientFactory
 
SecurityConfig - Annotation Type in org.jboss.security.annotation
 
SecurityConstants - Interface in org.jboss.security
Defines Constants for usage in the Security Layer
securityContext - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
Security Context On which the Trust Context needs to make a decision on.
securityContext - Variable in class org.jboss.security.javaee.AbstractJavaEEHelper
 
SecurityContext - Interface in org.jboss.security
Encapsulation of Authentication, Authorization, Mapping and other security aspects at the level of a security domain
securityContext - Variable in class org.jboss.security.SecurityContextUtil
 
SECURITYCONTEXT_THREADLOCAL - Static variable in class org.jboss.security.SecurityContextAssociation
Flag to indicate whether threads that are spawned inherit the security context from parent Set this to false if you do not want inheritance.
SecurityContextAssociation - Class in org.jboss.security
Security Context association in a threadlocal
SecurityContextAssociation() - Constructor for class org.jboss.security.SecurityContextAssociation
 
SecurityContextCallback - Class in org.jboss.security.callbacks
SecurityContext Callback
SecurityContextCallback() - Constructor for class org.jboss.security.callbacks.SecurityContextCallback
 
SecurityContextCallbackHandler - Class in org.jboss.security.callbacks
CallbackHandler for SecurityContext
SecurityContextCallbackHandler(SecurityContext) - Constructor for class org.jboss.security.callbacks.SecurityContextCallbackHandler
 
SecurityContextFactory - Class in org.jboss.security
Factory class to create Security Context instances
SecurityContextFactory() - Constructor for class org.jboss.security.SecurityContextFactory
 
SecurityContextUtil - Class in org.jboss.security
General Utility methods for dealing with the SecurityContext
SecurityContextUtil() - Constructor for class org.jboss.security.SecurityContextUtil
 
SecurityDomain - Annotation Type in org.jboss.security.annotation
Deprecated.
Use org.jboss.ejb3.annotation.SecurityDomain instead.

Annotation for specifying the JBoss security domain for EJBs.

securityDomain - Variable in class org.jboss.security.audit.AuditContext
 
securityDomain - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
Security Domain of the Identity Trust Context
SecurityDomain - Interface in org.jboss.security
The SecurityDomain interface combines the SubjectSecurityManager and RealmMapping interfaces and adds a keyStore and trustStore as well as JSSE KeyManagerFactory and TrustManagerFactory accessors for use with SSL/JSSE.
SecurityHelperFactory - Class in org.jboss.security.javaee
Factory to get to the helpers
SecurityHelperFactory() - Constructor for class org.jboss.security.javaee.SecurityHelperFactory
 
SecurityIdentity - Class in org.jboss.security
Represents an Identity of an agent interacting with the security service.
SecurityIdentity(SubjectInfo, RunAs, RunAs) - Constructor for class org.jboss.security.SecurityIdentity
Create a SecurityIdentity Instance
SecurityManagerLocator - Interface in org.jboss.security
Locator for the various security managers
SecurityMapping - Annotation Type in org.jboss.security.annotation
Annotation for the mapping functionality (Principal, Role, Attribute)
SecurityRoleRef - Class in org.jboss.security.javaee
Represents a Security Role Ref element in the deployment descriptor
SecurityRoleRef() - Constructor for class org.jboss.security.javaee.SecurityRoleRef
 
SecurityRoleRef(String, String) - Constructor for class org.jboss.security.javaee.SecurityRoleRef
 
SecurityRoleRef(String, String, String) - Constructor for class org.jboss.security.javaee.SecurityRoleRef
 
SecurityVault - Interface in org.jboss.security.vault
Vault for secure storage of attributes
SecurityVaultException - Exception in org.jboss.security.vault
General exception thrown from the vault operations
SecurityVaultException() - Constructor for exception org.jboss.security.vault.SecurityVaultException
 
SecurityVaultException(String, Throwable) - Constructor for exception org.jboss.security.vault.SecurityVaultException
 
SecurityVaultException(String) - Constructor for exception org.jboss.security.vault.SecurityVaultException
 
SecurityVaultException(Throwable) - Constructor for exception org.jboss.security.vault.SecurityVaultException
 
SecurityVaultFactory - Class in org.jboss.security.vault
A factory to instantiate a SecurityVault
SecurityVaultFactory() - Constructor for class org.jboss.security.vault.SecurityVaultFactory
 
SecurityVaultUtil - Class in org.jboss.security.vault
Common utility methods associated with the SecurityVault
SecurityVaultUtil() - Constructor for class org.jboss.security.vault.SecurityVaultUtil
 
ServerAuthenticationManager - Interface in org.jboss.security
AuthenticationManager with JSR-196 Semantics
SERVLET_LAYER - Static variable in interface org.jboss.security.SecurityConstants
Message Layers
set(String, T) - Method in class org.jboss.security.SecurityContextUtil
Set an object on the Security Context The context implementation may place the object in its internal data structures (like the Data Map)
setAuthenticatedSubject(Subject) - Method in class org.jboss.security.SubjectInfo
 
setCache(T) - Method in interface org.jboss.security.CacheableManager
Sets the cache.
setClient() - Static method in class org.jboss.security.SecurityContextAssociation
Set the VM-wide client side usage
setContextInfo(String, Object) - Static method in class org.jboss.security.SecurityContextAssociation
Set the current thread context info.
setContextMap(Map<String, Object>) - Method in class org.jboss.security.audit.AuditEvent
Set a non-modifiable Context Map
setCredential(Object) - Static method in class org.jboss.security.SecurityContextAssociation
 
setDefaultSecurityContextFQN(String) - Static method in class org.jboss.security.SecurityContextFactory
Set the default security context fqn
setDefaultSecurityContextUtilFQN(String) - Static method in class org.jboss.security.SecurityContextFactory
Set the default util class fqn
setDescription(String) - Method in class org.jboss.security.javaee.SecurityRoleRef
Set the description.
setEJBAuthorizationHelperClass(String) - Static method in class org.jboss.security.javaee.SecurityHelperFactory
Set the FQN of the ejb authorization helper class
setEJBVersion(String) - Method in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
Set the EJB Version
setEnableAudit(boolean) - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
 
setFQN(String) - Static method in class org.jboss.security.factories.AuthorizationManagerFactory
 
setIdentities(Set<Identity>) - Method in class org.jboss.security.SecurityContextUtil
Set the Identities into the Security Context
setIdentities(Set<Identity>) - Method in class org.jboss.security.SubjectInfo
 
setIncomingRunAs(RunAs) - Method in interface org.jboss.security.SecurityContext
Set the RunAs that is propagating into this context.
setJAAS(String, CallbackHandler) - Method in class org.jboss.security.client.SecurityClient
Set the JAAS Login Configuration Name and Call back handler
setLink(String) - Method in class org.jboss.security.javaee.SecurityRoleRef
Set the link.
setMappedObject(T) - Method in class org.jboss.security.mapping.MappingResult
 
setMappingResult(MappingResult<T>) - Method in interface org.jboss.security.mapping.MappingProvider
Injected by the MappingContext
setName(String) - Method in class org.jboss.security.javaee.SecurityRoleRef
Set the name.
setOutgoingRunAs(RunAs) - Method in interface org.jboss.security.SecurityContext
Set the current RunAs for the security context that will be propagated out to other security context.
setPolicyRegistration(PolicyRegistration) - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
setPrincipal(Principal) - Static method in class org.jboss.security.SecurityContextAssociation
 
setRoles(RoleGroup) - Method in class org.jboss.security.SecurityContextUtil
Set the roles for the user for the current security context
setRoles(RoleGroup) - Method in class org.jboss.security.SubjectInfo
 
setSASL(String, String, CallbackHandler) - Method in class org.jboss.security.client.SecurityClient
Set the mechanism and other parameters for SASL Client
setSecurityContext(SecurityContext) - Method in class org.jboss.security.callbacks.SecurityContextCallback
 
setSecurityContext(SecurityContext) - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
 
setSecurityContext(SecurityContext) - Static method in class org.jboss.security.SecurityContextAssociation
Set a security context
setSecurityContext(SecurityContext) - Method in class org.jboss.security.SecurityContextUtil
 
setSecurityDomain(String) - Method in interface org.jboss.security.SecurityContext
Sets the security domain.
setSecurityIdentity(SecurityIdentity) - Method in class org.jboss.security.SecurityContextUtil
Inject subject, runAs and callerRunAs into the security context Mainly used by integration code base to cache the security identity and put back to the security context
setSecurityManagement(ISecurityManagement) - Method in interface org.jboss.security.SecurityContext
Set the SecurityManagement holder
setSimple(Object, Object) - Method in class org.jboss.security.client.SecurityClient
Set the user name and credential for simple login (non-jaas, non-sasl)
setSubjectInfo(SubjectInfo) - Method in interface org.jboss.security.SecurityContext
Subject Info
setUnderlyingException(Exception) - Method in class org.jboss.security.audit.AuditEvent
Set the exception on which an audit is happening
setVmwideAssociation(boolean) - Method in class org.jboss.security.client.SecurityClient
Set the vm wide association of security context (Default : false)s
setWebAuthorizationHelperClass(String) - Static method in class org.jboss.security.javaee.SecurityHelperFactory
Set the FQN of the web authorization helper class
sharedState - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
Shared State between trust modules
store(String, String, char[], byte[]) - Method in interface org.jboss.security.vault.SecurityVault
Store an attribute value
SUBJECT - Static variable in interface org.jboss.security.SecurityConstants
 
SUBJECT_CONTEXT_KEY - Static variable in interface org.jboss.security.SecurityConstants
Policy Context Constants
SubjectFactory - Interface in org.jboss.security
This interface represents a factory for Subjects.
SubjectInfo - Class in org.jboss.security
Holds information - principal, credential and subject This class is handled by the Util class associated with the security context
SubjectSecurityManager - Interface in org.jboss.security
All functionality in this interface is now in the base AuthenticationManager interface.
SUCCESS - Static variable in interface org.jboss.security.audit.AuditLevel
 
supports(Class<?>) - Method in interface org.jboss.security.mapping.MappingProvider
Whether this mapping provider supports mapping T

T

TimeBasedOTP - Class in org.jboss.security.otp
TOTP: Time-based One-time Password Algorithm Based on http://tools.ietf.org/html/draft-mraihi-totp-timebased-06
TimeBasedOTP() - Constructor for class org.jboss.security.otp.TimeBasedOTP
 
TimeBasedOTPUtil - Class in org.jboss.security.otp
Utility class associated with the TimeBasedOTP class
TimeBasedOTPUtil() - Constructor for class org.jboss.security.otp.TimeBasedOTPUtil
 
toString() - Method in class org.jboss.security.audit.AuditEvent
 
toString() - Method in class org.jboss.security.javaee.SecurityRoleRef
 
toString() - Method in enum org.jboss.security.mapping.MappingType
 
toString() - Method in class org.jboss.security.SubjectInfo
 

U

userPrincipal - Variable in class org.jboss.security.client.SecurityClient
 

V

validate(String, byte[], int) - Static method in class org.jboss.security.otp.HOTPUtil
Validate a submitted OTP string
validate(String, byte[], int) - Static method in class org.jboss.security.otp.TimeBasedOTPUtil
Validate a submitted OTP string
validate256(String, byte[], int) - Static method in class org.jboss.security.otp.TimeBasedOTPUtil
Validate a submitted OTP string using HMAC_256
validate512(String, byte[], int) - Static method in class org.jboss.security.otp.TimeBasedOTPUtil
Validate a submitted OTP string using HMAC_512
valueOf(String) - Static method in enum org.jboss.security.annotation.ModuleOption.VALUE_TYPE
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.jboss.security.mapping.MappingType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.jboss.security.annotation.ModuleOption.VALUE_TYPE
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.security.identitytrust.IdentityTrustManager.TrustDecision
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.jboss.security.mapping.MappingType
Returns an array containing the constants of this enum type, in the order they are declared.
VAULT_PREFIX - Static variable in class org.jboss.security.vault.SecurityVaultUtil
 
version - Variable in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
 
vmwideAssociation - Variable in class org.jboss.security.client.SecurityClient
Perform a VMWide association of security context

W

WEB_REQUEST_KEY - Static variable in interface org.jboss.security.SecurityConstants
 
WrongEEResourceException - Exception in org.jboss.security.javaee.exceptions
A security exception to indicate the wrong type of EE resource
WrongEEResourceException() - Constructor for exception org.jboss.security.javaee.exceptions.WrongEEResourceException
 
WrongEEResourceException(String, Throwable) - Constructor for exception org.jboss.security.javaee.exceptions.WrongEEResourceException
 
WrongEEResourceException(String) - Constructor for exception org.jboss.security.javaee.exceptions.WrongEEResourceException
 
WrongEEResourceException(Throwable) - Constructor for exception org.jboss.security.javaee.exceptions.WrongEEResourceException
 
A C D E F G H I J K L M N O P R S T U V W 
Skip navigation links
Picketbox SPI 5.0.3.Final-redhat-00008

Copyright © 2021 JBoss by Red Hat. All rights reserved.