- A2HASH - Static variable in class org.jboss.security.auth.callback.RFC2617Digest
-
An explicit A2 digest
- abort() - Method in class org.jboss.security.AltClientLoginModule
-
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.DisabledLoginModule
-
- abort() - Method in class org.jboss.security.auth.spi.otp.JBossTimeBasedOTPLoginModule
-
- 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.popRunAsIdentity method
- abort() - Method in interface org.jboss.security.authorization.AuthorizationModule
-
Abort the Authorization Process
- abort() - Method in class org.jboss.security.authorization.modules.AbstractAuthorizationModule
-
- abort() - Method in class org.jboss.security.authorization.modules.AllDenyAuthorizationModule
-
- abort() - Method in class org.jboss.security.authorization.modules.AllPermitAuthorizationModule
-
- abort() - Method in class org.jboss.security.ClientLoginModule
-
Method to abort the authentication process (phase 2).
- abort() - Method in interface org.jboss.security.identitytrust.IdentityTrustModule
-
Abort the Trust Process
- abort() - Method in class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
-
- abort() - Method in class org.picketbox.datasource.security.JaasSecurityDomainIdentityLoginModule
-
Deprecated.
- abort() - Method in class org.picketbox.datasource.security.PBEIdentityLoginModule
-
- abort() - Method in class org.picketbox.datasource.security.SecureIdentityLoginModule
-
- abort() - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
-
- AbstractAuditProvider - Class in org.jboss.security.audit
-
Abstract class of Audit Providers.
- AbstractAuditProvider() - Constructor for class org.jboss.security.audit.AbstractAuditProvider
-
- AbstractAuthorizationModule - Class in org.jboss.security.authorization.modules
-
Abstraction of Authorization Module
- AbstractAuthorizationModule() - Constructor for class org.jboss.security.authorization.modules.AbstractAuthorizationModule
-
- AbstractCallbackHandler - Class in org.jboss.security.auth.callback
-
Base class for data store driven CallbackHandler
- AbstractCallbackHandler() - Constructor for class org.jboss.security.auth.callback.AbstractCallbackHandler
-
- AbstractEJBAuthorizationHelper - Class in org.jboss.security.javaee
-
EJB Authorization Helper
- AbstractEJBAuthorizationHelper() - Constructor for class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
-
- AbstractIdentityTrustModule - Class in org.jboss.security.identitytrust.modules
-
Abstract IdentityTrustModule that pulls in common stuff
- AbstractIdentityTrustModule() - Constructor for class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
-
- AbstractJACCModuleDelegate - Class in org.jboss.security.authorization.modules
-
Common methods for the JACC layer
- AbstractJACCModuleDelegate() - Constructor for class org.jboss.security.authorization.modules.AbstractJACCModuleDelegate
-
- 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
-
- AbstractPasswordCredentialLoginModule - Class in org.picketbox.datasource.security
-
A base login module that handles PasswordCredential
s
- AbstractPasswordCredentialLoginModule() - Constructor for class org.picketbox.datasource.security.AbstractPasswordCredentialLoginModule
-
- AbstractPrincipalMappingProvider - Class in org.jboss.security.mapping.providers.principal
-
Abstract class for Principal mapping providers
Group Principal (java.security.acl.Group) is not supported.
- AbstractPrincipalMappingProvider() - Constructor for class org.jboss.security.mapping.providers.principal.AbstractPrincipalMappingProvider
-
- AbstractRolesMappingProvider - Class in org.jboss.security.mapping.providers.role
-
Abstract class for Role mapping providers
- AbstractRolesMappingProvider() - Constructor for class org.jboss.security.mapping.providers.role.AbstractRolesMappingProvider
-
- AbstractServerAuthModule - Class in org.jboss.security.auth.container.modules
-
Superclass of all ServerAuthModules
Can be a container for common functionality and custom methods
- AbstractServerAuthModule() - Constructor for class org.jboss.security.auth.container.modules.AbstractServerAuthModule
-
- AbstractServerLoginModule - Class in org.jboss.security.auth.spi
-
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
-
- AbstractWebAuthorizationHelper - Class in org.jboss.security.javaee
-
Abstract Web Authorization Helper
- AbstractWebAuthorizationHelper() - Constructor for class org.jboss.security.javaee.AbstractWebAuthorizationHelper
-
- accessSealedObject(String, Object, byte[], Object) - Static method in class org.jboss.crypto.CryptoUtil
-
- ACL - Interface in org.jboss.security.acl
-
This interface represents an Access Control List (ACL), a data structure used to protect access to resources.
- AclConfigParser - Class in org.jboss.security.config.parser
-
Stax based Parser to parse the acl configuration
- AclConfigParser() - Constructor for class org.jboss.security.config.parser.AclConfigParser
-
- ACLEntry - Interface in org.jboss.security.acl
-
This interface represents an entry in the Access Control List.
- ACLEntryImpl - Class in org.jboss.security.acl
-
This class represents an entry in the Access Control List (ACL), and associates a permission to an identity.
- ACLEntryImpl(BitMaskPermission, Identity) - Constructor for class org.jboss.security.acl.ACLEntryImpl
-
Builds an instance of ACLEntryImpl
with the specified permission and identity.
- ACLEntryImpl(BitMaskPermission, String) - Constructor for class org.jboss.security.acl.ACLEntryImpl
-
Builds an instance of ACLEntryImpl
with the specified permission and identity/role name.
- aclEntryPermissionAlreadySet() - Method in interface org.jboss.security.PicketBoxMessages
-
- aclEntryPermissionAlreadySet() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- aclEntryPermissionAlreadySet$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- ACLImpl - Class in org.jboss.security.acl
-
Simple ACL implementation that keeps the entries in a Map whose keys are the identities of the entries, to provide
fast access.
- ACLImpl(Resource) - Constructor for class org.jboss.security.acl.ACLImpl
-
Builds an instance of ACLImpl
for the specified resource.
- ACLImpl(Resource, Collection<ACLEntry>) - Constructor for class org.jboss.security.acl.ACLImpl
-
Builds an instance of ACLImpl
for the specified resource, and initialize it with the specified entries.
- ACLImpl(String, Collection<ACLEntry>) - Constructor for class org.jboss.security.acl.ACLImpl
-
- ACLInfo - Class in org.jboss.security.config
-
Holder for ACL configuration
- ACLInfo(String) - Constructor for class org.jboss.security.config.ACLInfo
-
- ACLPermission - Interface in org.jboss.security.acl
-
A Permission
represents privileges held by an Identity
, and is used to
grant or deny access to a Resource
.
- ACLPersistenceStrategy - Interface in org.jboss.security.acl
-
This interface defines the methods that must be implemented by classes that manage the persistence of
ACL
s.
- ACLProvider - Interface in org.jboss.security.acl
-
An ACLProvider
is responsible for the management of the ACLs associated to the
resources being protected.
- ACLProviderEntry - Class in org.jboss.security.acl.config
-
Configuration Entry for ACL Providers
- ACLProviderEntry(String) - Constructor for class org.jboss.security.acl.config.ACLProviderEntry
-
Create a new AuthorizationModuleEntry.
- ACLProviderEntry(String, Map<String, Object>) - Constructor for class org.jboss.security.acl.config.ACLProviderEntry
-
Create a new AuthorizationModuleEntry.
- ACLProviderImpl - Class in org.jboss.security.acl
-
This class is the standard ACLProvider
implementation.
- ACLProviderImpl() - Constructor for class org.jboss.security.acl.ACLProviderImpl
-
- ACLRegistration - Interface in org.jboss.security.acl
-
Interface to register ACL
s.
- aclResourceAlreadySet() - Method in interface org.jboss.security.PicketBoxMessages
-
- aclResourceAlreadySet() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- aclResourceAlreadySet$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- ACLResourceFactory - Interface in org.jboss.security.acl
-
This interface provides a factory for Resource
s.
- ACTION_IDENTIFIER - Static variable in interface org.jboss.security.authorization.XACMLConstants
-
- add(ModuleOption) - Method in class org.jboss.security.acl.config.ACLProviderEntry
-
- add(ModuleOption) - Method in class org.jboss.security.audit.config.AuditProviderEntry
-
- add(LoginModuleStackHolder) - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
- add(AuthModuleEntry) - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
- add(ModuleOption) - Method in class org.jboss.security.authorization.config.AuthorizationModuleEntry
-
- add(String, Object) - Method in interface org.jboss.security.authorization.Resource
-
Add key value to context map
- add(String, Object) - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
Add a key value to the context map
- add(T) - Method in class org.jboss.security.config.BaseSecurityInfo
-
- add(List<? extends T>) - Method in class org.jboss.security.config.BaseSecurityInfo
-
- add(ApplicationPolicy) - Method in class org.jboss.security.config.PolicyConfig
-
- add(ModuleOption) - Method in class org.jboss.security.identitytrust.config.IdentityTrustModuleEntry
-
- add(ModuleOption) - Method in class org.jboss.security.mapping.config.MappingModuleEntry
-
- add(Map<String, Object>) - Method in class org.picketbox.core.authorization.resources.POJOResource
-
- add(String, Object) - Method in class org.picketbox.core.authorization.resources.POJOResource
-
- addAll(Collection<Role>) - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- addAll(Collection<Role>) - Method in interface org.jboss.security.identity.RoleGroup
-
Adds all specified roles to the role group.
- addAppConfig(String, AppConfigurationEntry[]) - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
Add an application configuration
- addAppConfigurationEntry(AppConfigurationEntry) - Method in class org.jboss.security.auth.login.AuthenticationInfo
-
- addAppConfigurationEntry(AppConfigurationEntry) - Method in class org.jboss.security.auth.login.LoginModuleStackHolder
-
- addApplicationPolicy(String, ApplicationPolicy) - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
- addApplicationPolicy(String, ApplicationPolicy) - Method in interface org.jboss.security.config.ApplicationPolicyRegistration
-
Register an application policy
- addApplicationPolicy(ApplicationPolicy) - Static method in class org.jboss.security.config.SecurityConfiguration
-
Add an application policy
- addApplicationPolicy(String, ApplicationPolicy) - Method in class org.jboss.security.config.StandaloneConfiguration
-
- addAuditContext(String, AuditContext) - Static method in class org.jboss.security.plugins.audit.JBossAuditManager
-
- addCacheEntry(Principal, Map<String, Object>) - Method in class org.jboss.security.cache.JBossAuthenticationCache
-
- addCacheEntry(T, Map<String, Object>) - Method in interface org.jboss.security.cache.SecurityCache
-
Add a cache entry
- addCertificate(File, char[], String, Certificate) - Static method in class org.picketbox.util.KeyStoreUtil
-
Add a certificate to the KeyStore
- addCertificate(String, File, char[], String, Certificate) - Static method in class org.picketbox.util.KeyStoreUtil
-
Add a certificate to the KeyStore
- addEntry(ACLEntry) - Method in interface org.jboss.security.acl.ACL
-
Adds an entry to this ACL.
- addEntry(ACLEntry) - Method in class org.jboss.security.acl.ACLImpl
-
- addEscapes(String) - Static method in error org.jboss.security.auth.login.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- 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
-
- 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.
- addOption(ModuleOption) - Method in class org.jboss.security.auth.container.config.AuthModuleEntry
-
- addParser(String, ParserNamespaceSupport) - Static method in class org.jboss.security.config.parser.ModuleOptionParser
-
- addPrincipals(Group, Enumeration<? extends Principal>) - Static method in class org.jboss.security.mapping.providers.MappingProviderUtil
-
Add principals passed via an enumeration into a group
- addProvider(AuditProvider) - Method in class org.jboss.security.audit.AuditContext
-
- addProviders(List<AuditProvider>) - Method in class org.jboss.security.audit.AuditContext
-
- addRole(String, String) - Method in class org.jboss.security.auth.spi.Users.User
-
- addRole(Role) - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- addRole(Role) - Method in interface org.jboss.security.identity.RoleGroup
-
Add a role
- addRoles(Group, String[]) - Static method in class org.jboss.security.mapping.providers.MappingProviderUtil
-
Add the roles into the Group
- addToExcludedPolicy(Permission) - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- addToExcludedPolicy(PermissionCollection) - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- addToRole(String, Permission) - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- addToRole(String, PermissionCollection) - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- addToUncheckedPolicy(Permission) - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- addToUncheckedPolicy(PermissionCollection) - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- addTransition(Transition) - Method in class org.jboss.security.util.state.State
-
Add a transition to the allowed transition map.
- addUser(Users.User) - Method in class org.jboss.security.auth.spi.Users
-
- addValidOptions(String[]) - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
Each subclass should call this from within their initialize method BEFORE calling super.initialize()
The base class will then check the options
- adjustBeginLineColumn(int, int) - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- ALGORITHM - Static variable in class org.jboss.security.auth.callback.RFC2617Digest
-
A string indicating a pair of algorithms used to produce the digest and a checksum.
- AllDenyAuthorizationModule - Class in org.jboss.security.authorization.modules
-
Authorization Module that always denies an Authorization request
- AllDenyAuthorizationModule() - Constructor for class org.jboss.security.authorization.modules.AllDenyAuthorizationModule
-
- AllFailureServerAuthModule - Class in org.jboss.security.auth.container.modules
-
Server Auth Module that sends a AuthStatus.FAILURE
- AllFailureServerAuthModule() - Constructor for class org.jboss.security.auth.container.modules.AllFailureServerAuthModule
-
- allowEmptyPasswords - Variable in class org.jboss.security.auth.spi.LdapUsersLoginModule
-
- AllPermitAuthorizationModule - Class in org.jboss.security.authorization.modules
-
Noop Authorization Module that lets all authenticated users
- AllPermitAuthorizationModule() - Constructor for class org.jboss.security.authorization.modules.AllPermitAuthorizationModule
-
- AllSuccessServerAuthModule - Class in org.jboss.security.auth.container.modules
-
ServerAuthModule that returns AuthStatus.SUCCESS
- AllSuccessServerAuthModule() - Constructor for class org.jboss.security.auth.container.modules.AllSuccessServerAuthModule
-
- AltClientLoginModule - Class in org.jboss.security
-
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
-
- AlwaysDenyTrustModule - Class in org.jboss.security.identitytrust.modules
-
Trust Module that always returns DENY
- AlwaysDenyTrustModule() - Constructor for class org.jboss.security.identitytrust.modules.AlwaysDenyTrustModule
-
- AlwaysNotApplicableTrustModule - Class in org.jboss.security.identitytrust.modules
-
Trust Module that always returns NotApplicable
- AlwaysNotApplicableTrustModule() - Constructor for class org.jboss.security.identitytrust.modules.AlwaysNotApplicableTrustModule
-
- AlwaysPermitTrustModule - Class in org.jboss.security.identitytrust.modules
-
Trust Module that always does a PERMIT
- AlwaysPermitTrustModule() - Constructor for class org.jboss.security.identitytrust.modules.AlwaysPermitTrustModule
-
- ambiguosKeyForSecurityVaultTransformation(String, String, String) - Method in interface org.jboss.security.PicketBoxLogger
-
- ambiguosKeyForSecurityVaultTransformation(String, String, String) - Method in class org.jboss.security.PicketBoxLogger_$logger
-
- ambiguosKeyForSecurityVaultTransformation$str() - Method in class org.jboss.security.PicketBoxLogger_$logger
-
- AnonLoginModule - Class in org.jboss.security.auth.spi
-
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
-
- ANY - Static variable in interface org.jboss.security.auth.login.SunConfigParserConstants
-
RegularExpression Id.
- ANYBODY - Static variable in class org.jboss.security.AnybodyPrincipal
-
- ANYBODY - Static variable in class org.jboss.security.identity.plugins.SimpleRole
-
- ANYBODY_PRINCIPAL - Static variable in class org.jboss.security.AnybodyPrincipal
-
- ANYBODY_ROLE - Static variable in class org.jboss.security.identity.plugins.SimpleRole
-
- AnybodyPrincipal - Class in org.jboss.security
-
An implementation of Principal and Comparable that represents any role.
- AnybodyPrincipal() - Constructor for class org.jboss.security.AnybodyPrincipal
-
- AnyCertVerifier - Class in org.jboss.security.auth.certs
-
A X509CertificateVerifier that accepts any cert.
- AnyCertVerifier() - Constructor for class org.jboss.security.auth.certs.AnyCertVerifier
-
- AppCallbackHandler - Class in org.jboss.security.auth.callback
-
JBAS-3109:AppCallbackHandler as the default CallbackHandler in the
security module
An implementation of the JAAS CallbackHandler interface that
handles NameCallbacks, PasswordCallback, TextInputCallback
and the JBoss ByteArrayCallback.
- AppCallbackHandler() - Constructor for class org.jboss.security.auth.callback.AppCallbackHandler
-
- AppCallbackHandler(String, char[]) - Constructor for class org.jboss.security.auth.callback.AppCallbackHandler
-
- AppCallbackHandler(String, char[], byte[]) - Constructor for class org.jboss.security.auth.callback.AppCallbackHandler
-
- AppCallbackHandler(String, char[], byte[], String) - Constructor for class org.jboss.security.auth.callback.AppCallbackHandler
-
- AppCallbackHandler(boolean) - Constructor for class org.jboss.security.auth.callback.AppCallbackHandler
-
Create a new AppCallbackHandler.
- AppCallbackHandler(String) - Constructor for class org.jboss.security.auth.callback.AppCallbackHandler
-
Create a new AppCallbackHandler.
- AppCallbackHandler(Map<String, Object>) - Constructor for class org.jboss.security.auth.callback.AppCallbackHandler
-
Create a new AppCallbackHandler.
- appConfig() - Method in class org.jboss.security.auth.login.SunConfigParser
-
- ApplicationPolicy - Class in org.jboss.security.config
-
Application Policy Information Holder - Authentication - Authorization - Audit - Mapping
- ApplicationPolicy(String) - Constructor for class org.jboss.security.config.ApplicationPolicy
-
- ApplicationPolicy(String, BaseAuthenticationInfo) - Constructor for class org.jboss.security.config.ApplicationPolicy
-
- ApplicationPolicy(String, AuthorizationInfo) - Constructor for class org.jboss.security.config.ApplicationPolicy
-
- ApplicationPolicy(String, BaseAuthenticationInfo, AuthorizationInfo) - Constructor for class org.jboss.security.config.ApplicationPolicy
-
- ApplicationPolicyParser - Class in org.jboss.security.config.parser
-
Stax based Application Policy Parser
- ApplicationPolicyParser() - Constructor for class org.jboss.security.config.parser.ApplicationPolicyParser
-
- ApplicationPolicyRegistration - Interface in org.jboss.security.config
-
Registration of Application Policies
- AppPolicy - Class in org.jboss.security
-
A combination of keystore, authentication and authorization entries.
- AppPolicy(String) - Constructor for class org.jboss.security.AppPolicy
-
- appPolicyMap - Variable in class org.jboss.security.config.StandaloneConfiguration
-
- asGroup() - Method in interface org.jboss.security.identity.Identity
-
Return a Group only if it has been set
- asGroup() - Method in class org.jboss.security.identity.plugins.SimpleIdentity
-
- asPrincipal() - Method in interface org.jboss.security.identity.Identity
-
Returns a Principal only if it set
- asPrincipal() - Method in class org.jboss.security.identity.plugins.SimpleIdentity
-
- Attribute - Enum in org.jboss.security.config
-
Enum for the security domain configuration attributes
- Attribute<T> - Interface in org.jboss.security.identity
-
Represents an attribute of the identity
- Attribute.TYPE - Enum in org.jboss.security.identity
-
- AttributeFactory - Class in org.jboss.security.identity
-
Creates Attributes
- AttributeFactory() - Constructor for class org.jboss.security.identity.AttributeFactory
-
- AttributeMappingInfo - Class in org.jboss.security.config
-
Mapping Info for Attributes
- AttributeMappingInfo(String) - Constructor for class org.jboss.security.config.AttributeMappingInfo
-
- 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(AuditEvent) - Method in class org.jboss.security.audit.providers.LogAuditProvider
-
- audit(String, Map<String, Object>, Exception) - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
-
- audit(AuditEvent) - Method in class org.jboss.security.plugins.audit.JBossAuditManager
-
- AUDIT_LOGGER - Static variable in interface org.jboss.security.PicketBoxLogger
-
- AuditConfigParser - Class in org.jboss.security.config.parser
-
Stax based audit configuration Parser
- AuditConfigParser() - Constructor for class org.jboss.security.config.parser.AuditConfigParser
-
- 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
-
- AuditInfo - Class in org.jboss.security.config
-
Information on Audit Configuration in the ApplicationPolicy
- AuditInfo(String) - Constructor for class org.jboss.security.config.AuditInfo
-
- 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
- AuditProviderEntry - Class in org.jboss.security.audit.config
-
An entry representing an Audit Provider in the configuration
- AuditProviderEntry(String) - Constructor for class org.jboss.security.audit.config.AuditProviderEntry
-
- AuditProviderEntry(String, Map<String, Object>) - Constructor for class org.jboss.security.audit.config.AuditProviderEntry
-
- AUTH_PARAM - Static variable in class org.jboss.security.auth.callback.RFC2617Digest
-
This directive allows for future extensions.
- 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
-
- AuthenticationConfigParser - Class in org.jboss.security.config.parser
-
Stax based JAAS authentication configuration Parser
- AuthenticationConfigParser() - Constructor for class org.jboss.security.config.parser.AuthenticationConfigParser
-
- authenticationFailedMessage() - Method in interface org.jboss.security.PicketBoxMessages
-
- authenticationFailedMessage() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- authenticationFailedMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- AuthenticationInfo - Class in org.jboss.security.auth.login
-
The login module configuration information.
- AuthenticationInfo() - Constructor for class org.jboss.security.auth.login.AuthenticationInfo
-
- AuthenticationInfo(String) - Constructor for class org.jboss.security.auth.login.AuthenticationInfo
-
- AuthenticationInfo - Class in org.jboss.security
-
The login module configuration information.
- AuthenticationInfo() - Constructor for class org.jboss.security.AuthenticationInfo
-
- AuthenticationJASPIConfigParser - Class in org.jboss.security.config.parser
-
Stax based JASPI configuration Parser
- AuthenticationJASPIConfigParser() - Constructor for class org.jboss.security.config.parser.AuthenticationJASPIConfigParser
-
- AuthenticationManager - Interface in org.jboss.security
-
The AuthenticationManager is responsible for validating credentials
associated with principals.
- AuthModuleEntry - Class in org.jboss.security.auth.container.config
-
Represents a configuration for a single auth module
along the lines of AppConfigurationEntry for a JAAS LoginModule
- AuthModuleEntry(String, Map<String, Object>, String) - Constructor for class org.jboss.security.auth.container.config.AuthModuleEntry
-
Create a new AuthModuleEntry.
- 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
-
- AuthorizationConfigParser - Class in org.jboss.security.config.parser
-
Stax based authorization configuration Parser
- AuthorizationConfigParser() - Constructor for class org.jboss.security.config.parser.AuthorizationConfigParser
-
- AuthorizationContext - Class in org.jboss.security.authorization
-
JBAS-3374: Authorization Framework for Policy Decision Modules
For information on the behavior of the Authorization Modules,
For Authorization Modules behavior(Required, Requisite, Sufficient and Optional)
please refer to the javadoc for @see javax.security.auth.login.Configuration
The AuthorizationContext derives the AuthorizationInfo(configuration for the modules)
in the following way:
a) If there has been an injection of ApplicationPolicy, then it will be used.
- AuthorizationContext() - Constructor for class org.jboss.security.authorization.AuthorizationContext
-
- AuthorizationException - Exception in org.jboss.security.authorization
-
Exception for the Authorization Framework
- AuthorizationException() - Constructor for exception org.jboss.security.authorization.AuthorizationException
-
- AuthorizationException(String) - Constructor for exception org.jboss.security.authorization.AuthorizationException
-
- authorizationFailedMessage() - Method in interface org.jboss.security.PicketBoxMessages
-
- authorizationFailedMessage() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- authorizationFailedMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- AuthorizationInfo - Class in org.jboss.security
-
- AuthorizationInfo() - Constructor for class org.jboss.security.AuthorizationInfo
-
- AuthorizationInfo - Class in org.jboss.security.config
-
Holder for Authorization configuration
- AuthorizationInfo(String) - Constructor for class org.jboss.security.config.AuthorizationInfo
-
- AuthorizationManager - Interface in org.jboss.security
-
Generalized Authorization Manager Interface.
- AuthorizationManagerFactory - Class in org.jboss.security.factories
-
Factory to create instances of AuthorizationManager
- AuthorizationManagerFactory() - Constructor for class org.jboss.security.factories.AuthorizationManagerFactory
-
- AuthorizationModule - Interface in org.jboss.security.authorization
-
Represents a Policy Decision Module that is used by the
Authorization Context
- AuthorizationModuleDelegate - Class in org.jboss.security.authorization.modules
-
Delegate for Authorization Module
- AuthorizationModuleDelegate() - Constructor for class org.jboss.security.authorization.modules.AuthorizationModuleDelegate
-
- AuthorizationModuleEntry - Class in org.jboss.security.authorization.config
-
Represents configuration for a single Policy Decision Module
- AuthorizationModuleEntry(String) - Constructor for class org.jboss.security.authorization.config.AuthorizationModuleEntry
-
Create a new AuthorizationModuleEntry.
- AuthorizationModuleEntry(String, Map<String, Object>) - Constructor for class org.jboss.security.authorization.config.AuthorizationModuleEntry
-
Create a new AuthorizationModuleEntry.
- authorize(Resource) - Method in class org.jboss.security.authorization.AuthorizationContext
-
Authorize the Resource
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.AuthorizationContext
-
Authorize the resource
- authorize(Resource) - Method in interface org.jboss.security.authorization.AuthorizationModule
-
Authorize the resource
- authorize(Resource) - Method in class org.jboss.security.authorization.modules.AbstractAuthorizationModule
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.modules.AbstractJACCModuleDelegate
-
- authorize(Resource) - Method in class org.jboss.security.authorization.modules.AllDenyAuthorizationModule
-
- authorize(Resource) - Method in class org.jboss.security.authorization.modules.AllPermitAuthorizationModule
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.modules.AuthorizationModuleDelegate
-
- authorize(Resource) - Method in class org.jboss.security.authorization.modules.DelegatingAuthorizationModule
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.modules.ejb.EJBJACCPolicyModuleDelegate
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.modules.ejb.EJBPolicyModuleDelegate
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.modules.ejb.EJBXACMLPolicyModuleDelegate
-
- authorize(Resource) - Method in class org.jboss.security.authorization.modules.JACCAuthorizationModule
-
- authorize(Resource) - Method in class org.jboss.security.authorization.modules.web.WebAuthorizationModule
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.modules.web.WebJACCPolicyModuleDelegate
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.modules.web.WebPolicyModuleDelegate
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.authorization.modules.web.WebXACMLPolicyModuleDelegate
-
- authorize(Resource) - Method in class org.jboss.security.authorization.modules.XACMLAuthorizationModule
-
- authorize(Resource) - Method in interface org.jboss.security.AuthorizationManager
-
Authorize a resource Note: The implementation will try to derive the authenticated subject by some means
- authorize(Resource, Subject) - Method in interface org.jboss.security.AuthorizationManager
-
Authorize a resource for an authenticated subject
- authorize(Resource, Subject, RoleGroup) - Method in interface org.jboss.security.AuthorizationManager
-
Authorize a resource given a role
- authorize(Resource, Subject, Group) - Method in interface org.jboss.security.AuthorizationManager
-
Authorize a resource given a Group of Principals representing roles
- 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.
- authorize(Resource) - Method in class org.jboss.security.plugins.authorization.JBossAuthorizationContext
-
Authorize the Resource
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.plugins.authorization.JBossAuthorizationContext
-
- authorize(String, Method, Principal, String, CodeSource, Subject, RunAs, String, RoleGroup) - Method in class org.jboss.security.plugins.javaee.EJBAuthorizationHelper
-
- authorize(Resource) - Method in class org.jboss.security.plugins.javaee.EJBAuthorizationHelper
-
- authorize(Resource) - Method in class org.jboss.security.plugins.JBossAuthorizationManager
-
- authorize(Resource, Subject) - Method in class org.jboss.security.plugins.JBossAuthorizationManager
-
- authorize(Resource, Subject, RoleGroup) - Method in class org.jboss.security.plugins.JBossAuthorizationManager
-
- authorize(Resource, Subject, Group) - Method in class org.jboss.security.plugins.JBossAuthorizationManager
-
- authorize(Resource) - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
-
- CacheableManager<T,K> - Interface in org.jboss.security
-
An interface for managers that allow cached values.
- cacheHit(Principal) - Method in class org.jboss.security.cache.JBossAuthenticationCache
-
- cacheHit(T) - Method in interface org.jboss.security.cache.SecurityCache
-
Cache Entry present?
- cacheMissMessage() - Method in interface org.jboss.security.PicketBoxMessages
-
- cacheMissMessage() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- cacheMissMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- cacheOperation(Principal, Map<String, Object>) - Method in class org.jboss.security.cache.JBossAuthenticationCache
-
- cacheOperation(T, Map<String, Object>) - Method in interface org.jboss.security.cache.SecurityCache
-
Perform a cache operation
- cacheValidationFailedMessage() - Method in interface org.jboss.security.PicketBoxMessages
-
- cacheValidationFailedMessage() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- cacheValidationFailedMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- calculatePasswordHash(String, char[], byte[]) - Static method in class org.jboss.crypto.CryptoUtil
-
Cacluate the SRP RFC2945 password hash = H(salt | H(username | ':' | password))
where H = SHA secure hash.
- calculateVerifier(String, char[], byte[], byte[], byte[]) - Static method in class org.jboss.crypto.CryptoUtil
-
Calculate x = H(s | H(U | ':' | password)) verifier
v = g^x % N
described in RFC2945.
- calculateVerifier(String, char[], byte[], BigInteger, BigInteger) - Static method in class org.jboss.crypto.CryptoUtil
-
Calculate x = H(s | H(U | ':' | password)) verifier
v = g^x % N
described in RFC2945.
- CALLBACK_HANDLER_KEY - Static variable in interface org.jboss.security.SecurityConstants
-
- callbackHandler - Variable in class org.jboss.security.auth.container.modules.AbstractServerAuthModule
-
Call back handler
- callbackHandler - Variable in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
- callbackHandler - Variable in class org.jboss.security.authorization.AuthorizationContext
-
- callbackHandler - Variable in class org.jboss.security.client.SecurityClient
-
- callbackHandler - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
-
Any Callback Handler
- callbackHandler - Variable in class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
-
- callbackHandler - Variable in class org.jboss.security.plugins.JBossSecurityContext
-
- CallbackHandlerPolicyContextHandler - Class in org.jboss.security.auth.callback
-
A PolicyContextHandler implementation that allows a dynamic CallbackHandler to
be associated with the current context for use with authentication.
- CallbackHandlerPolicyContextHandler() - Constructor for class org.jboss.security.auth.callback.CallbackHandlerPolicyContextHandler
-
- callbackHandlerSysPropertyNotSet(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- callbackHandlerSysPropertyNotSet(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- callbackHandlerSysPropertyNotSet$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- 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.
- CallerIdentityLoginModule - Class in org.picketbox.datasource.security
-
A simple login module that simply associates the principal making the
connection request with the actual EIS connection requirements.
- CallerIdentityLoginModule() - Constructor for class org.picketbox.datasource.security.CallerIdentityLoginModule
-
Default Constructor
- callerPrincipal - Variable in class org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo
-
- callerRunAs - Variable in class org.jboss.security.authorization.modules.ejb.EJBPolicyModuleDelegate
-
- callerRunAsIdentity - Variable in class org.jboss.security.authorization.resources.JavaEEResource
-
- callerSubject - Variable in class org.jboss.security.authorization.resources.JavaEEResource
-
- cannotDeleteOriginalVaultFile(String) - Method in interface org.jboss.security.PicketBoxLogger
-
- cannotDeleteOriginalVaultFile(String) - Method in class org.jboss.security.PicketBoxLogger_$logger
-
- cannotDeleteOriginalVaultFile$str() - Method in class org.jboss.security.PicketBoxLogger_$logger
-
- CertificateIdentity - Interface in org.jboss.security.identity.extensions
-
Represents an Identity using X509 certificates
- CertificateIdentityFactory - Class in org.jboss.security.identity.extensions
-
Factory to create Certificate Identities
- CertificateIdentityFactory() - Constructor for class org.jboss.security.identity.extensions.CertificateIdentityFactory
-
- CertificatePrincipal - Interface in org.jboss.security
-
An interface for converting an X509 cert to a Principal
- CertRolesLoginModule - Class in org.jboss.security.auth.spi
-
Certificate Login Module that uses a properties file to store role information.
- CertRolesLoginModule() - Constructor for class org.jboss.security.auth.spi.CertRolesLoginModule
-
- checkOptions() - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
checks the collected valid options against the options passed in
Override when there are special needs like for the SimpleUsersLoginModule
- checkOptions() - Method in class org.jboss.security.auth.spi.SimpleUsersLoginModule
-
This login module cannot participate in the checking of valid options
in AbstractServerLoginModule.
- checkPermission(ACLPermission) - Method in interface org.jboss.security.acl.ACLEntry
-
Checks if the specified permission is part of the this entry's permission.
- checkPermission(ACLPermission) - Method in class org.jboss.security.acl.ACLEntryImpl
-
- 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
- checkResourcePermission(Map<String, Object>, ServletRequest, ServletResponse, Subject, String, String) - Method in class org.jboss.security.plugins.javaee.WebAuthorizationHelper
-
- checkResourcePermission(Map<String, Object>, ServletRequest, ServletResponse, Subject, String, String, List<String>) - Method in class org.jboss.security.plugins.javaee.WebAuthorizationHelper
-
- checkRoleRef(RoleGroup) - Method in class org.jboss.security.authorization.modules.ejb.EJBPolicyModuleDelegate
-
- CHILD_RESOURCES - Static variable in interface org.jboss.security.authorization.ResourceKeys
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.jboss.security.plugins.SecurityKeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.jboss.security.plugins.SecurityKeyManager
-
- ClassLoaderLocator - Interface in org.jboss.security.plugins
-
An interface to locate a ClassLoader
}
The primary use of this interface is in the JBoss Application Server,
which needs to inject a module class loader for custom login modules etc
- ClassLoaderLocatorFactory - Class in org.jboss.security.plugins
-
Simple factory for ClassLoaderLocator
- ClassLoaderLocatorFactory() - Constructor for class org.jboss.security.plugins.ClassLoaderLocatorFactory
-
- CLASSNAME - Static variable in interface org.jboss.security.auth.login.SunConfigParserConstants
-
RegularExpression Id.
- clazzMap - Static variable in class org.jboss.security.authorization.modules.AbstractAuthorizationModule
-
A map that is available to reduce the loadClass synchronization
- cleanSubject(MessageInfo, Subject) - Method in class org.jboss.security.auth.container.modules.AbstractServerAuthModule
-
- cleanSubject(MessageInfo, Subject) - Method in class org.jboss.security.auth.container.modules.DelegatingServerAuthModule
-
- cleanSubject(MessageInfo, Subject) - Method in class org.jboss.security.auth.container.modules.SimpleClientAuthModule
-
- cleanSubject(MessageInfo, Subject) - Method in class org.jboss.security.auth.message.config.JBossClientAuthContext
-
- cleanSubject(MessageInfo, Subject) - Method in class org.jboss.security.auth.message.config.JBossServerAuthContext
-
- cleanSubject(MessageInfo, Subject, String, String, CallbackHandler) - Method in class org.jboss.security.plugins.auth.JASPIServerAuthenticationManager
-
- 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.JBossSecurityClient
-
- cleanUp() - Method in class org.jboss.security.client.SecurityClient
-
Provide an opportunity for client implementations to clean up
- clear() - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
- clear() - Method in class org.jboss.security.config.PolicyConfig
-
- clearByteArray() - Method in class org.jboss.security.auth.callback.ByteArrayCallback
-
- clearCredential() - Method in class org.jboss.security.auth.callback.AppCallbackHandler
-
- clearCredential() - Method in class org.jboss.security.auth.callback.ObjectCallback
-
- clearCredential() - Method in class org.jboss.security.auth.callback.SecurityAssociationCallback
-
- clearIdentities(Class<?>) - Method in class org.jboss.security.SecurityContextUtil
-
Clear Identities of a particular type
- clearRoles() - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- clearRoles() - Method in interface org.jboss.security.identity.RoleGroup
-
Clear all the roles
- clearSecurityContext() - Static method in class org.jboss.security.SecurityContextAssociation
-
Clear the current security context
- ClientLoginModule - Class in org.jboss.security
-
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
-
- clone() - Method in class org.jboss.security.identity.plugins.SimpleRole
-
- clone() - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- clone() - Method in class org.jboss.security.NestableGroup
-
- clone() - Method in class org.jboss.security.NestablePrincipal
-
- clone() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- clone() - Method in class org.jboss.security.RunAsIdentity
-
- clone() - Method in class org.jboss.security.SimpleGroup
-
- clone() - Method in class org.jboss.security.util.state.StateMachine
-
Make a copy of the StateMachine maintaining the current state.
- CLOSE_BKT - Static variable in interface org.jboss.security.auth.login.SunConfigParserConstants
-
RegularExpression Id.
- CNONCE - Static variable in class org.jboss.security.auth.callback.RFC2617Digest
-
This MUST be specified if a qop directive is sent (see above), and MUST NOT be specified if the server did not send a qop
directive in the WWW-Authenticate header field.
- codeSource - Variable in class org.jboss.security.authorization.resources.JavaEEResource
-
- column - Variable in class org.jboss.security.auth.login.SimpleCharStream
-
- commit() - Method in class org.jboss.security.AltClientLoginModule
-
Method to commit the authentication process (phase 2).
- commit() - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
Method to commit the authentication process (phase 2).
- commit() - Method in class org.jboss.security.auth.spi.BaseCertLoginModule
-
Override to add the X509Certificate to the public credentials
- commit() - Method in class org.jboss.security.auth.spi.DisabledLoginModule
-
- commit() - Method in class org.jboss.security.auth.spi.otp.JBossTimeBasedOTPLoginModule
-
- commit() - Method in class org.jboss.security.auth.spi.ProxyLoginModule
-
- commit() - Method in class org.jboss.security.auth.spi.RunAsLoginModule
-
Calls abort to pop the run-as role
- commit() - Method in interface org.jboss.security.authorization.AuthorizationModule
-
Overall authorization process has succeeded.
- commit() - Method in class org.jboss.security.authorization.modules.AbstractAuthorizationModule
-
- commit() - Method in class org.jboss.security.authorization.modules.AllDenyAuthorizationModule
-
- commit() - Method in class org.jboss.security.authorization.modules.AllPermitAuthorizationModule
-
- commit() - Method in class org.jboss.security.ClientLoginModule
-
Method to commit the authentication process (phase 2).
- commit() - Method in interface org.jboss.security.identitytrust.IdentityTrustModule
-
The IdentityTrust Process has succeeded.
- commit() - Method in class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
-
- commit(String) - Method in class org.jboss.security.jacc.DelegatingPolicy
-
May need to make this synchronized to allow the move from the open to
active policy map atomic.
- commit() - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- commit() - Method in class org.picketbox.datasource.security.CallerIdentityLoginModule
-
- commit() - Method in class org.picketbox.datasource.security.JaasSecurityDomainIdentityLoginModule
-
Deprecated.
- commit() - Method in class org.picketbox.datasource.security.PBEIdentityLoginModule
-
- commit() - Method in class org.picketbox.datasource.security.SecureIdentityLoginModule
-
- commit() - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
-
- compareTo(Object) - Method in class org.jboss.security.AnybodyPrincipal
-
This method always returns 0 to indicate equality for any argument.
- compareTo(Users.User) - Method in class org.jboss.security.auth.spi.Users.User
-
- compareTo(Object) - Method in class org.jboss.security.NobodyPrincipal
-
This method always returns 1 to indicate inequality for any argument.
- CompositeACLPermission - Class in org.jboss.security.acl
-
This class represents a composite permission - a permission that contains one or more basic permissions.
- CompositeACLPermission(int) - Constructor for class org.jboss.security.acl.CompositeACLPermission
-
Builds an instance of CompositeACLPermission
with the specified bitmask value.
- CompositeACLPermission(BasicACLPermission...) - Constructor for class org.jboss.security.acl.CompositeACLPermission
-
Builds an instance of CompositeACLPermission
with the given basic permissions.
- config() - Method in class org.jboss.security.auth.login.SunConfigParser
-
Start of the grammar
- ConfigurationFileNullException - Exception in org.picketbox.exceptions
-
Exception indicating that the configuration file passed is null
- ConfigurationFileNullException() - Constructor for exception org.picketbox.exceptions.ConfigurationFileNullException
-
- ConfigurationFileNullException(String, Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationFileNullException
-
- ConfigurationFileNullException(String) - Constructor for exception org.picketbox.exceptions.ConfigurationFileNullException
-
- ConfigurationFileNullException(Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationFileNullException
-
- ConfigurationParsingException - Exception in org.picketbox.exceptions
-
Indicates parsing exception during configuration parsing
- ConfigurationParsingException() - Constructor for exception org.picketbox.exceptions.ConfigurationParsingException
-
- ConfigurationParsingException(String, Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationParsingException
-
- ConfigurationParsingException(String) - Constructor for exception org.picketbox.exceptions.ConfigurationParsingException
-
- ConfigurationParsingException(Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationParsingException
-
- ConfigurationStreamNullException - Exception in org.picketbox.exceptions
-
Exception indicating the Configuration java.io.InputStream
is null
- ConfigurationStreamNullException() - Constructor for exception org.picketbox.exceptions.ConfigurationStreamNullException
-
- ConfigurationStreamNullException(String, Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationStreamNullException
-
- ConfigurationStreamNullException(String) - Constructor for exception org.picketbox.exceptions.ConfigurationStreamNullException
-
- ConfigurationStreamNullException(Throwable) - Constructor for exception org.picketbox.exceptions.ConfigurationStreamNullException
-
- ConfiguredIdentityLoginModule - Class in org.picketbox.datasource.security
-
A simple login module that simply associates the principal specified
in the module options with any subject authenticated against the module.
- ConfiguredIdentityLoginModule() - Constructor for class org.picketbox.datasource.security.ConfiguredIdentityLoginModule
-
- ConfigUtil - Class in org.jboss.security.auth.login
-
Utility methods for parsing the XMlLoginConfig elements into
AuthenticationInfo instances.
- ConfigUtil() - Constructor for class org.jboss.security.auth.login.ConfigUtil
-
- CONNECTION_URL - Static variable in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
- connectionUrl - Variable in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
A DB specific connection url
- ConsoleInputHandler - Class in org.jboss.security.auth.callback
-
An implementation of CallbackHandler that obtains the values for
NameCallback and PasswordCallback from the console.
- ConsoleInputHandler() - Constructor for class org.jboss.security.auth.callback.ConsoleInputHandler
-
- ConsolePassword - Class in org.jboss.security.plugins
-
Read a password from the System.in stream.
- ConsolePassword() - Constructor for class org.jboss.security.plugins.ConsolePassword
-
- constructInitialLdapContext(String, Object) - Method in class org.jboss.security.mapping.providers.role.LdapRolesMappingProvider
-
- contains(String, long) - Method in class org.jboss.security.ExternalPasswordCache
-
- contains(String, long) - Method in interface org.jboss.security.PasswordCache
-
Checks whether the cache already contains given key.
- containsAll(Role) - Method in class org.jboss.security.identity.plugins.SimpleRole
-
- containsAll(Role) - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- containsAll(Role) - Method in interface org.jboss.security.identity.Role
-
Indicate whether the argument role is equal or contained
depending on the role-type
- containsAtleastOneRole(RoleGroup) - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- containsAtleastOneRole(RoleGroup) - Method in interface org.jboss.security.identity.RoleGroup
-
Validates whether there is at least one matching
role in "anotherRoleGroup"
- containsKey(Principal) - Method in class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
- containsKey(K) - Method in interface org.jboss.security.CacheableManager
-
Checks if an entry exists in the cache.
- containsKey(String) - Method in class org.jboss.security.config.PolicyConfig
-
- containsRole(Role) - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- containsRole(Role) - Method in interface org.jboss.security.identity.RoleGroup
-
Validates whether a simple role is available
- CONTEXT_ID - Static variable in interface org.jboss.security.SecurityConstants
-
- contextClassLoader - Variable in class org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo
-
- contextData - Variable in class org.jboss.security.plugins.JBossSecurityContext
-
- ContextPolicy - Class in org.jboss.security.jacc
-
The permissions for a JACC context id.
- CONTROL_FLAG - Static variable in interface org.jboss.security.auth.login.SunConfigParserConstants
-
RegularExpression Id.
- controlFlag() - Method in class org.jboss.security.auth.login.SunConfigParser
-
- ControlFlag - Class in org.jboss.security.config
-
Control Flag for module entries
- ControlFlag(String) - Constructor for class org.jboss.security.config.ControlFlag
-
- controlFlags - Variable in class org.jboss.security.auth.message.config.JBossServerAuthContext
-
Control Flags for the individual modules
- controlFlags - Variable in class org.jboss.security.identitytrust.IdentityTrustContext
-
Control Flags for the individual modules
- convertRawPassword(String) - Method in class org.jboss.security.auth.spi.DatabaseServerLoginModule
-
A hook to allow subclasses to convert a password from the database
into a plain text string or whatever form is used for matching against
the user input.
- copy(MessageDigest) - Static method in class org.jboss.crypto.CryptoUtil
-
- copy(JASPIAuthenticationInfo) - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
- copy(PolicyConfig) - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
- copy(PolicyConfig) - Method in class org.jboss.security.config.PolicyConfig
-
- copyAppConfigurationEntry() - Method in class org.jboss.security.auth.login.BaseAuthenticationInfo
-
Creates and returns a copy of the application authentication configuration.
- copyAppConfigurationEntry(List<Object>) - Method in class org.jboss.security.auth.login.BaseAuthenticationInfo
-
Creates and returns a copy of the specified list of AppConfigurationEntry
objects, adding the security
domain option when necessary.
- copyAppConfigurationEntry() - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
Overridden to copy the entries that have been configured in the login-module-stack.
- copyAttributes(Element, Element) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Copy attributes between elements
- copyFile(File, File) - Static method in class org.picketbox.plugins.vault.PicketBoxSecurityVault
-
Copy file method.
- create(String) - Method in class org.jboss.security.auth.login.AuthenticationInfo
-
- create(String) - Method in class org.jboss.security.auth.login.BaseAuthenticationInfo
-
- create(String) - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
- create(String) - Method in class org.jboss.security.config.ACLInfo
-
- create(String) - Method in class org.jboss.security.config.AuditInfo
-
- create(String) - Method in class org.jboss.security.config.AuthorizationInfo
-
- create(String) - Method in class org.jboss.security.config.BaseSecurityInfo
-
- create(String) - Method in class org.jboss.security.config.IdentityTrustInfo
-
- create(String) - Method in class org.jboss.security.config.MappingInfo
-
- CREATE_KEYSTORE - Static variable in class org.picketbox.plugins.vault.PicketBoxSecurityVault
-
- createACL(Resource) - Method in interface org.jboss.security.acl.ACLPersistenceStrategy
-
Creates a new ACL
and associates it to the given resource.
- createACL(Resource, Collection<ACLEntry>) - Method in interface org.jboss.security.acl.ACLPersistenceStrategy
-
Creates a new ACL
with the specified entries and associates it to the given resource.
- createACL(Resource) - Method in class org.jboss.security.acl.JPAPersistenceStrategy
-
- createACL(Resource, Collection<ACLEntry>) - Method in class org.jboss.security.acl.JPAPersistenceStrategy
-
- createAttribute(String, T) - Static method in class org.jboss.security.identity.AttributeFactory
-
Create an attribute
- createCipher(String) - Static method in class org.jboss.crypto.CryptoUtil
-
- createElement(String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Create an Element for a given name
- createElement(String, String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Create an Element for a given name and prefix
- createElement(String, String, String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Create an Element for a given name, prefix and uri
- createElement(QName) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Create an Element for a given QName
- createEmailAddress(String) - Static method in class org.jboss.security.identity.AttributeFactory
-
Create an email attribute
- createGroup(String, Set<Principal>) - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
Find or create a Group with the given name.
- createGroup(String) - Static method in class org.jboss.security.identity.plugins.IdentityFactory
-
- createIdentity(String) - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
Utility method to create a Principal for the given username.
- createIdentity(Principal, X509Certificate[], Role) - Method in class org.jboss.security.identity.extensions.CertificateIdentityFactory
-
- createIdentity(Principal, Object) - Static method in class org.jboss.security.identity.extensions.CredentialIdentityFactory
-
- createIdentity(Principal, Object, Role) - Static method in class org.jboss.security.identity.extensions.CredentialIdentityFactory
-
- createIdentity(String) - Static method in class org.jboss.security.identity.plugins.IdentityFactory
-
- createIdentity(String, String) - Static method in class org.jboss.security.identity.plugins.IdentityFactory
-
- createIdentityWithRole(String, String) - Static method in class org.jboss.security.identity.plugins.IdentityFactory
-
- createIdentityWithRole(String, String, String) - Static method in class org.jboss.security.identity.plugins.IdentityFactory
-
- createIdentityWithRole(String, Role) - Static method in class org.jboss.security.identity.plugins.IdentityFactory
-
- createIdentityWithRole(String, String, Role) - Static method in class org.jboss.security.identity.plugins.IdentityFactory
-
- createKeyStore(String, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Create new empty keystore with specified keyStoreType and keyStorePWD
- createPasswordHash(String, String, String, String, String) - Static method in class org.jboss.crypto.CryptoUtil
-
Calculate a password hash using a MessageDigest.
- createPasswordHash(String, String, String, String, String, DigestCallback) - Static method in class org.jboss.crypto.CryptoUtil
-
Calculate a password hash using a MessageDigest.
- createPasswordHash(String, String, String) - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
If hashing is enabled, this method is called from login()
prior to password validation.
- createPasswordHash(String, String, String, String, String) - Static method in class org.jboss.security.auth.spi.Util
-
Calculate a password hash using a MessageDigest.
- createPasswordHash(String, String, String, String, String, DigestCallback) - Static method in class org.jboss.security.auth.spi.Util
-
Calculate a password hash using a MessageDigest.
- createPrincipal(String) - Static method in class org.jboss.security.identity.plugins.IdentityFactory
-
- createRole(String) - Static method in class org.jboss.security.identity.RoleFactory
-
- createRoleGroup(String) - Static method in class org.jboss.security.identity.RoleFactory
-
- createRoles(Map<String, ?>) - Method in class org.jboss.security.auth.spi.MemoryUsersRolesLoginModule
-
Provide the users map obtained during initialize
- createRoles(Map<String, ?>) - Method in class org.jboss.security.auth.spi.PropertiesUsersLoginModule
-
- createRoles(Map<String, ?>) - Method in class org.jboss.security.auth.spi.UsersRolesLoginModule
-
A hook to allow subclasses to create the roles Properties map.
- createSealedObject(String, Object, byte[], Serializable) - Static method in class org.jboss.crypto.CryptoUtil
-
- createSecretKey(String, Object) - Static method in class org.jboss.crypto.CryptoUtil
-
Use reflection to create a javax.crypto.spec.SecretKeySpec to avoid
an explicit reference to SecretKeySpec so that the JCE is not needed
unless the SRP parameters indicate that encryption is needed.
- 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 class org.jboss.security.plugins.JBossSecuritySubjectFactory
-
- createSubject(String) - Method in class org.jboss.security.plugins.JBossSecuritySubjectFactory
-
- 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
- createTextNode(String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Create a org.w3c.dom.Text node
- createUsers(Map<String, ?>) - Method in class org.jboss.security.auth.spi.MemoryUsersRolesLoginModule
-
Provide the users map obtained during initialize
- createUsers(Map<String, ?>) - Method in class org.jboss.security.auth.spi.SimpleUsersLoginModule
-
- createUsers(Map<String, ?>) - Method in class org.jboss.security.auth.spi.UsersRolesLoginModule
-
A hook to allow subclasses to create the users Properties map.
- 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
- createXACMLRequest(String, Method, Principal, RoleGroup) - Method in class org.jboss.security.authorization.modules.ejb.EJBXACMLUtil
-
- createXACMLRequest(String, String, Principal, RoleGroup) - Method in class org.jboss.security.authorization.modules.ejb.EJBXACMLUtil
-
- createXACMLRequest(HttpServletRequest, RoleGroup) - Method in class org.jboss.security.authorization.modules.web.WebXACMLUtil
-
- credential - Variable in class org.jboss.security.authentication.JBossCachedAuthenticationManager.DomainInfo
-
- credential - Variable in class org.jboss.security.client.SecurityClient
-
- CREDENTIAL - Static variable in interface org.jboss.security.SecurityConstants
-
- CredentialIdentity<T> - Interface in org.jboss.security.identity.extensions
-
An identity with credential
- CredentialIdentityFactory - Class in org.jboss.security.identity.extensions
-
Factory to create Credential Identity
- CredentialIdentityFactory() - Constructor for class org.jboss.security.identity.extensions.CredentialIdentityFactory
-
- CryptoUtil - Class in org.jboss.crypto
-
Various security related utilities like MessageDigest
factories, SecureRandom access, password hashing.
- CryptoUtil() - Constructor for class org.jboss.crypto.CryptoUtil
-
- curChar - Variable in class org.jboss.security.auth.login.SunConfigParserTokenManager
-
- CURRENT_TIME_IDENTIFIER - Static variable in interface org.jboss.security.authorization.XACMLConstants
-
- currentToken - Variable in exception org.jboss.security.auth.login.ParseException
-
This is the last token that has been consumed successfully.
- CUSTOM - Static variable in interface org.jboss.security.authorization.PolicyRegistration
-
Represents a Custom policy
- GeneralizedAuthenticationManager - Interface in org.jboss.security
-
Marker interface that combines the legacy AuthenticationManager
and the new JASPI (JSR-196) ServerAuthContext interfaces
- generateKey() - Method in class org.picketbox.util.EncryptionUtil
-
- generateKeyPair(String) - Static method in class org.picketbox.util.KeyStoreUtil
-
Generate a Key Pair
- 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.
- generateParseException() - Method in class org.jboss.security.auth.login.SunConfigParser
-
Generate ParseException.
- generateSeed(int) - Static method in class org.jboss.crypto.CryptoUtil
-
Returns the given number of seed bytes, computed using the seed
generation algorithm that this class uses to seed itself.
- 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.
- GenericMessageInfo - Class in org.jboss.security.auth.message
-
Generic MessageInfo
- GenericMessageInfo() - Constructor for class org.jboss.security.auth.message.GenericMessageInfo
-
- GenericMessageInfo(Object, Object) - Constructor for class org.jboss.security.auth.message.GenericMessageInfo
-
- get(Principal) - Method in class org.jboss.security.cache.JBossAuthenticationCache
-
- get(T) - Method in interface org.jboss.security.cache.SecurityCache
-
Get Cache Entry
- get(String) - Method in class org.jboss.security.config.PolicyConfig
-
- get() - Method in enum org.jboss.security.identity.Attribute.TYPE
-
- get(String) - Method in interface org.jboss.security.plugins.ClassLoaderLocator
-
Given a key, return a ClassLoader
- get() - Static method in class org.jboss.security.plugins.ClassLoaderLocatorFactory
-
- get() - Static method in class org.jboss.security.plugins.HostThreadLocal
-
- get(String) - Method in class org.jboss.security.plugins.JBossSecurityContextUtil
-
- 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(String) - Static method in class org.jboss.security.vault.SecurityVaultFactory
-
- get(ClassLoader, String) - Static method in class org.jboss.security.vault.SecurityVaultFactory
-
- GET_CONFIG_ENTRY_PERM - Static variable in class org.jboss.security.auth.login.AuthenticationInfo
-
- GET_CONFIG_ENTRY_PERM - Static variable in class org.jboss.security.auth.login.LoginModuleStackHolder
-
- GET_CONFIG_ENTRY_PERM - Static variable in class org.jboss.security.AuthenticationInfo
-
- GET_CONFIG_ENTRY_PERM - Static variable in class org.jboss.security.config.BaseSecurityInfo
-
- getAcl() - Method in class org.jboss.security.acl.ACLEntryImpl
-
- getACL(Resource) - Method in interface org.jboss.security.acl.ACLPersistenceStrategy
-
Obtains a reference to the ACL
associated to the given resource.
- getACL(Resource) - Method in class org.jboss.security.acl.JPAPersistenceStrategy
-
- getACLEntryId() - Method in class org.jboss.security.acl.ACLEntryImpl
-
Obtains the persistent id of this ACLEntryImpl
.
- getACLId() - Method in class org.jboss.security.acl.ACLImpl
-
Obtains the persistent id of this ACLImpl
.
- getAclInfo() - Method in class org.jboss.security.config.ApplicationPolicy
-
- getACLProviderEntry() - Method in class org.jboss.security.config.ACLInfo
-
- getAclProviderName() - Method in class org.jboss.security.acl.config.ACLProviderEntry
-
Get the Policy Module Name
- getACLs() - Method in interface org.jboss.security.acl.ACLPersistenceStrategy
-
Obtains all ACL
s that are managed by this ACLPersistenceStrategy
.
- getACLs() - Method in class org.jboss.security.acl.JPAPersistenceStrategy
-
- getActiveSubject() - Method in class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
- getActiveSubject() - Method in interface org.jboss.security.AuthenticationManager
-
- getActiveSubject() - Method in class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
Get the currently authenticated Subject.
- getActiveSubject() - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
Get the currently authenticated Subject.
- getActiveSubject() - Method in class org.jboss.security.plugins.NullSecurityManager
-
Get the currently authenticated Subject.
- getAdditionalProperties() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getAdditionalProperties() - Method in interface org.jboss.security.JSSESecurityDomain
-
Returns the additional properties map
- getAliasAndCert() - Method in class org.jboss.security.auth.spi.BaseCertLoginModule
-
- getAllRoles(Role, List<Role>) - Method in class org.jboss.security.acl.RoleBasedACLProviderImpl
-
This method traverses the role tree that has the specified root role and puts all simple (i.e.
- getAppCallbackHandler() - Method in class org.jboss.security.auth.login.AuthenticationInfo
-
- getAppCallbackHandler() - Method in class org.jboss.security.AuthenticationInfo
-
- getAppConfigurationEntry() - Method in class org.jboss.security.AppPolicy
-
- getAppConfigurationEntry() - Method in class org.jboss.security.auth.login.BaseAuthenticationInfo
-
Gets the application authentication configuration.
- getAppConfigurationEntry() - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
Overridden to return the entries that have been configured in the login-config-stack.
- getAppConfigurationEntry() - Method in class org.jboss.security.auth.login.LoginModuleStackHolder
-
- getAppConfigurationEntry(String) - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
- getAppConfigurationEntry() - Method in class org.jboss.security.AuthenticationInfo
-
Get an application authentication configuration.
- getAppConfigurationEntry(String) - Method in class org.jboss.security.config.StandaloneConfiguration
-
- getAppContext() - Method in class org.jboss.security.auth.message.config.JBossClientAuthConfig
-
- getAppContext() - Method in class org.jboss.security.auth.message.config.JBossServerAuthConfig
-
- getApplicationPolicy(String) - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
- getApplicationPolicy(String) - Method in interface org.jboss.security.config.ApplicationPolicyRegistration
-
Get the Application Policy given the security domain name
- getApplicationPolicy(String) - Static method in class org.jboss.security.config.SecurityConfiguration
-
Get an application policy
- getApplicationPolicy(String) - Method in class org.jboss.security.config.StandaloneConfiguration
-
- getApplicationPolicy(String) - Static method in class org.jboss.security.SecurityUtil
-
Obtain the Application Policy
- getAppPolicy(String) - Method in interface org.jboss.security.IAppPolicyStore
-
- getAttribute(String) - Method in class org.jboss.security.plugins.DefaultLoginConfig
-
Deprecated.
- getAttributes(String[]) - Method in class org.jboss.security.plugins.DefaultLoginConfig
-
Deprecated.
- getAttributes(Element) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getAttributeValue(Attribute) - Static method in class org.jboss.security.config.parser.StaxParserUtil
-
Given an Attribute
, get its trimmed value
- getAttributeValue(Element, String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Get the value from the given attribute
- getAttributeValue(Element, QName) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Get the value from the given attribute
- getAttributeValueAsBoolean(Element, String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getAttributeValueAsBoolean(Element, QName) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getAttributeValueAsInteger(Element, String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getAttributeValueAsInteger(Element, QName) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getAttributeValueAsQName(Element, String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getAttributeValueAsQName(Element, QName) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getAuditContext() - Method in class org.jboss.security.plugins.audit.JBossAuditManager
-
- getAuditContext(String) - Static method in class org.jboss.security.plugins.audit.JBossAuditManager
-
- getAuditInfo() - Method in class org.jboss.security.config.ApplicationPolicy
-
- 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(String) - Method in class org.jboss.security.plugins.DefaultSecurityManagement
-
- getAuditManager() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getAuditManager() - Method in interface org.jboss.security.SecurityManagerLocator
-
- getAuditManager(String, String) - Static method in class org.jboss.security.SecurityUtil
-
Do a JNDI lookup to obtain the Audit Manager
- getAuditManager(String) - Static method in class org.picketbox.factories.SecurityFactory
-
Get the AuditManager
interface
- getAuditManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
-
- getAuditManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
-
- getAuditProviderEntry() - Method in class org.jboss.security.config.AuditInfo
-
- getAuthConfig() - Method in class org.jboss.security.plugins.DefaultLoginConfig
-
Deprecated.
Get the resource path to the JAAS login configuration file to use.
- getAuthContext(String, Subject, Map) - Method in class org.jboss.security.auth.message.config.JBossClientAuthConfig
-
- getAuthContext(String, Subject, Map) - Method in class org.jboss.security.auth.message.config.JBossServerAuthConfig
-
- getAuthContextID(MessageInfo) - Method in class org.jboss.security.auth.message.config.JBossClientAuthConfig
-
- getAuthContextID(MessageInfo) - Method in class org.jboss.security.auth.message.config.JBossServerAuthConfig
-
- getAuthenticatedSubject() - Method in class org.jboss.security.SubjectInfo
-
- getAuthenticationInfo(String) - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
Method that returns the parsed AuthenticationInfo needed by the JASPI framework until a seperate Configuration
mechanism for JASPI is established
- getAuthenticationInfo() - Method in class org.jboss.security.config.ApplicationPolicy
-
- getAuthenticationManager(String) - Method in interface org.jboss.security.ISecurityManagement
-
Authentication Manager for the security domain
- getAuthenticationManager(String) - Method in class org.jboss.security.plugins.DefaultSecurityManagement
-
- getAuthenticationManager() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getAuthenticationManager() - Method in interface org.jboss.security.SecurityManagerLocator
-
- getAuthenticationManager(String, String) - Static method in class org.jboss.security.SecurityUtil
-
Do a JNDI lookup to obtain the authentication manager
- getAuthenticationManager(String) - Static method in class org.picketbox.factories.SecurityFactory
-
Get the AuthenticationManager
interface
- getAuthenticationManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
-
- getAuthenticationManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
-
- getAuthModuleEntry() - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
- getAuthModuleName() - Method in class org.jboss.security.auth.container.config.AuthModuleEntry
-
Get the name of the configured AuthModule
- getAuthorizationInfo() - Method in class org.jboss.security.config.ApplicationPolicy
-
- 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(String) - Method in class org.jboss.security.plugins.DefaultSecurityManagement
-
- getAuthorizationManager() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getAuthorizationManager() - Method in interface org.jboss.security.SecurityManagerLocator
-
- getAuthorizationManager(String, String) - Static method in class org.jboss.security.SecurityUtil
-
Do a JNDI lookup to obtain the authorization manager
- getAuthorizationManager(String) - Static method in class org.picketbox.factories.SecurityFactory
-
Get the AuthorizationManager
interface
- getAuthorizationManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
-
- getAuthorizationManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
-
- getAuthorizationModuleEntry() - Method in class org.jboss.security.config.AuthorizationInfo
-
- getBaseApplicationPolicyName() - Method in class org.jboss.security.config.ApplicationPolicy
-
- getBeginColumn() - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Get token beginning line number.
- getBindCredential() - Method in class org.jboss.security.auth.callback.LdapCallbackHandler
-
- getBindDN() - Method in class org.jboss.security.auth.callback.LdapCallbackHandler
-
- getByteArray() - Method in class org.jboss.security.auth.callback.ByteArrayCallback
-
- getCachedKeys() - Method in class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
- getCachedKeys() - Method in interface org.jboss.security.CacheableManager
-
Returns a set of keys stored in the cache.
- getCachedPasswordsCount() - Method in class org.jboss.security.ExternalPasswordCache
-
Get number of cached passwords.
- getCallbackHandler() - Method in class org.jboss.security.auth.container.modules.AbstractServerAuthModule
-
- getCallerPrincipal() - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
-
- getCallerPrincipal(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.role.AbstractRolesMappingProvider
-
- getCallerPrincipal() - Method in class org.picketbox.plugins.PicketBoxProcessor
-
Get the authenticated principal
- getCallerPrincipalGroup(Set<Principal>) - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
- getCallerRoles() - Method in class org.picketbox.plugins.PicketBoxProcessor
-
Get the caller roles
- getCallerRunAsIdentity() - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
Get the Caller RunAsIdentity
- getCallerSubject() - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
Get the Caller Subject
- getCallerSubject() - Method in class org.picketbox.plugins.PicketBoxProcessor
-
Get the caller subject
- getCanonicalRequestURI() - Method in class org.jboss.security.authorization.resources.WebResource
-
- getCertificate(String) - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- 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.
- getCertificateChain(String) - Method in class org.jboss.security.plugins.SecurityKeyManager
-
- getChildElements(Node) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Gets child elements
- getChildElements(Node, String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Gets the child elements for a given local name without namespace
- getChildElements(Node, QName) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Gets the child element for a given qname
- getCipherAlgorithm() - Static method in class org.jboss.security.config.SecurityConfiguration
-
- getCipherKey() - Static method in class org.jboss.security.config.SecurityConfiguration
-
- getCipherSpec() - Static method in class org.jboss.security.config.SecurityConfiguration
-
- getCipherSuites() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getCipherSuites() - Method in interface org.jboss.security.JSSESecurityDomain
-
Returns the cipher suites that should be enabled on SSLSockets
- getClientAlias() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getClientAlias() - Method in interface org.jboss.security.JSSESecurityDomain
-
Get the preferred client alias name
- getClientAliases(String, Principal[]) - Method in class org.jboss.security.plugins.SecurityKeyManager
-
- getClientAuthConfig(String, String, CallbackHandler) - Method in class org.jboss.security.auth.message.config.JBossAuthConfigProvider
-
- getClientAuthModules() - Method in class org.jboss.security.auth.message.config.JBossClientAuthConfig
-
- getCodeSource() - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
Get the CodeSource
- getColumn() - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Deprecated.
- getConfigNames() - Method in class org.jboss.security.config.PolicyConfig
-
- getConfigProvider(String, String, RegistrationListener) - Method in class org.jboss.security.auth.message.config.JBossAuthConfigFactory
-
- getConfiguration(Configuration) - Method in class org.jboss.security.plugins.DefaultLoginConfig
-
Deprecated.
Return the Configuration instance managed by this mbean.
- getConfigURL() - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
Set the URL of the XML login configuration file that should be loaded by this mbean on startup.
- getConnectionUrl() - Method in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
Get the DB specific connection URL
Eg: "jdbc:hsqldb:mem:unit_test"
- getContext(String, Object) - Method in class org.jboss.security.auth.callback.CallbackHandlerPolicyContextHandler
-
Access the CallbackHandler policy context data.
- getContext(String, Object) - Method in class org.jboss.security.jacc.SubjectPolicyContextHandler
-
- getContextID() - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- 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
-
- getControlFlag() - Method in class org.jboss.security.acl.config.ACLProviderEntry
-
Get the Control Flag (Required,Requisite,Sufficient or Optional)
- getControlFlag() - Method in class org.jboss.security.auth.container.config.AuthModuleEntry
-
- getControlFlag() - Method in class org.jboss.security.authorization.config.AuthorizationModuleEntry
-
Get the Control Flag (Required,Requisite,Sufficient or Optional)
- getControlFlag() - Method in class org.jboss.security.identitytrust.config.IdentityTrustModuleEntry
-
- getCredential() - Method in class org.jboss.security.auth.callback.AppCallbackHandler
-
- getCredential() - Method in class org.jboss.security.auth.callback.ObjectCallback
-
- getCredential() - Method in class org.jboss.security.auth.callback.SecurityAssociationCallback
-
- getCredential() - Method in interface org.jboss.security.identity.extensions.CredentialIdentity
-
Return a credential
- getCredential() - Method in class org.jboss.security.plugins.JBossSecurityContextUtil
-
- 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
-
- getCredentials() - Method in class org.jboss.security.auth.spi.BaseCertLoginModule
-
- getCredentials() - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
- getCurrentState() - Method in class org.jboss.security.util.state.StateMachine
-
Get the current state of the state machine.
- getData() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getData() - Method in interface org.jboss.security.SecurityContext
-
Context Map
- getData() - Method in class org.jboss.security.util.state.State
-
- getDbDriverName() - Method in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
Get the fully qualified name of sql driver class
Eg: org.hsqldb.jdbc.JDBCDriver
- getDefaultAppPolicy() - Static method in class org.jboss.security.AppPolicy
-
- getDelegate(String) - Method in class org.jboss.security.authorization.modules.AbstractAuthorizationModule
-
Load the delegate
- getDescription() - Method in class org.jboss.security.javaee.SecurityRoleRef
-
Get the description.
- getDescription() - Method in class org.jboss.security.util.state.StateMachine
-
Get the state machine description.
- getDocumentBuilder() - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getDsJndiName() - Method in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
Get the JNDI name of the SQL Datasource
- getDsUserName() - Method in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
Get the DB user name
- getDsUserPass() - Method in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
Get the DB user pass
- 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
- getEjbMethod() - Method in class org.jboss.security.authorization.resources.EJBResource
-
Get the EJB Method
- getEjbMethodInterface() - Method in class org.jboss.security.authorization.resources.EJBResource
-
Get the EJB Method Interface as a String
- getEjbMethodRoles() - Method in class org.jboss.security.authorization.resources.EJBResource
-
Get the Roles assigned to the EJB method
- getEjbName() - Method in class org.jboss.security.authorization.resources.EJBResource
-
Get the EJB Name
- getEjbVersion() - Method in class org.jboss.security.authorization.resources.EJBResource
-
Get the version of EJB
- getEJBVersion() - Method in class org.jboss.security.javaee.AbstractEJBAuthorizationHelper
-
Get the EJB Version
- getEJBVersion() - Method in class org.jboss.security.plugins.javaee.EJBAuthorizationHelper
-
- getElementQName(Element) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getEncoding() - Method in class org.jboss.security.auth.spi.Users.User
-
- getEndColumn() - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Get token end line number.
- getEntitled() - Method in interface org.jboss.security.authorization.EntitlementHolder
-
Get a list of objects from the Authorization Resource
that are entitled
- getEntitlements(Class<T>, Resource, Identity) - Method in interface org.jboss.security.acl.ACLProvider
-
For a given Resource and an Identity, return all the entitlements
Eg: A portal page can consist of say 10 components such as windows, subpages
etc.
- getEntitlements(Class<T>, Resource, Identity) - Method in class org.jboss.security.acl.ACLProviderImpl
-
- getEntitlements(Class<T>, Resource, Identity) - Method in class org.jboss.security.acl.RoleBasedACLProviderImpl
-
- getEntityMap() - Static method in class org.jboss.security.util.xml.JBossEntityResolver
-
Obtain a read-only view of the current entity map.
- getEntries() - Method in interface org.jboss.security.acl.ACL
-
Obtains the collection of all ACLEntries
in this ACL.
- getEntries() - Method in class org.jboss.security.acl.ACLImpl
-
- getEntry(Identity) - Method in interface org.jboss.security.acl.ACL
-
Obtains the entry that corresponds to the specified identity.
- getEntry(String) - Method in interface org.jboss.security.acl.ACL
-
Obtains the entry that corresponds to the specified identity or role name.
- getEntry(Identity) - Method in class org.jboss.security.acl.ACLImpl
-
- getEntry(String) - Method in class org.jboss.security.acl.ACLImpl
-
- getExternalPasswordCacheInstance() - Static method in class org.jboss.security.ExternalPasswordCache
-
- getExternalPermissionTypes() - Method in class org.jboss.security.jacc.DelegatingPolicy
-
- getFactory(IdentityType) - Static method in class org.jboss.security.identity.IdentityFactory
-
- getFirstChildElement(Node) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getFirstChildElement(Node, String) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getFirstChildElement(Node, QName) - Static method in class org.jboss.security.util.xml.DOMUtils
-
- 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.acl.ACLEntry
-
Obtains the Identity
for which a permission has been assigned in this entry.
- getIdentity() - Method in class org.jboss.security.acl.ACLEntryImpl
-
- getIdentity() - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
Overriden by subclasses to return the Principal that corresponds to
the user primary identity.
- getIdentity() - Method in class org.jboss.security.auth.spi.BaseCertLoginModule
-
- getIdentity() - Method in class org.jboss.security.auth.spi.IdentityLoginModule
-
- getIdentity() - Method in class org.jboss.security.auth.spi.RoleMappingLoginModule
-
- getIdentity() - Method in class org.jboss.security.auth.spi.SimpleServerLoginModule
-
- getIdentity() - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
- getIdentity(Principal, Object) - Static method in class org.jboss.security.identity.IdentityFactory
-
- getIdentity(Principal, X509Certificate[], Role) - Static method in class org.jboss.security.identity.IdentityFactory
-
- getIdentity(String) - Method in class org.jboss.security.identity.plugins.FilePersistenceStrategy
-
- getIdentity(String) - Method in interface org.jboss.security.identity.plugins.PersistenceStrategy
-
Retrieves an Identity
from the backend.
- getIdentity() - Method in interface org.jboss.security.RunAs
-
Return the identity represented
- getIdentity() - Method in class org.jboss.security.RunAsIdentity
-
- getIdentity(Class<T>) - Method in class org.jboss.security.SubjectInfo
-
- getIdentity() - Method in class org.picketbox.datasource.security.CallerIdentityLoginModule
-
- getIdentity() - Method in class org.picketbox.datasource.security.ConfiguredIdentityLoginModule
-
- getIdentity() - Method in class org.picketbox.datasource.security.JaasSecurityDomainIdentityLoginModule
-
Deprecated.
- getIdentity() - Method in class org.picketbox.datasource.security.PBEIdentityLoginModule
-
- getIdentity() - Method in class org.picketbox.datasource.security.SecureIdentityLoginModule
-
- getIdentityAsString(Identity) - Static method in class org.jboss.security.acl.Util
-
Returns a String
representation of the specified identity.
- getIdentityFromString(String) - Static method in class org.jboss.security.acl.Util
-
Builds and returns an identity from the specified String
representation.
- getIdentityOrRole() - Method in interface org.jboss.security.acl.ACLEntry
-
Obtains the identity or role for which a permission has been assigned in this entry.
- getIdentityOrRole() - Method in class org.jboss.security.acl.ACLEntryImpl
-
- getIdentityOrRole() - Method in class org.jboss.security.acl.EntitlementEntry
-
- getIdentityTrustInfo() - Method in class org.jboss.security.config.ApplicationPolicy
-
- getIdentityTrustManager(String) - Method in interface org.jboss.security.ISecurityManagement
-
IdentityTrustManager configured for the security domain
- getIdentityTrustManager(String) - Method in class org.jboss.security.plugins.DefaultSecurityManagement
-
- getIdentityTrustManager() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getIdentityTrustManager() - Method in interface org.jboss.security.SecurityManagerLocator
-
- getIdentityTrustManager(String, String) - Static method in class org.jboss.security.SecurityUtil
-
Do a JNDI lookup to obtain the IdentityTrust Manager
- getIdentityTrustManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
-
- getIdentityTrustManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
-
- getIdentityTrustModuleEntry() - Method in class org.jboss.security.config.IdentityTrustInfo
-
- GetImage() - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Get token literal value.
- getIncomingRunAs() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getIncomingRunAs() - Method in interface org.jboss.security.SecurityContext
-
- getIncomingRunAs() - Method in class org.jboss.security.SecurityIdentity
-
- getInfo(String) - Method in class org.jboss.security.auth.callback.MapCallback
-
- getInfoDigest(MessageDigest) - Method in class org.jboss.security.auth.callback.RFC2617Digest
-
- getInitialPermissions(Resource, String) - Method in class org.jboss.security.acl.ACLProviderImpl
-
This method retrieves the permissions the specified identity has over the specified resource.
- getInstance() - Static method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
Obtains a reference to the singleton.
- getInstance() - Static method in class org.jboss.security.config.StandaloneConfiguration
-
- getInstance() - Static method in class org.jboss.security.identity.extensions.CertificateIdentityFactory
-
- getInstance() - Static method in class org.jboss.security.identity.extensions.CredentialIdentityFactory
-
- getInstance() - Static method in class org.jboss.security.jacc.DelegatingPolicy
-
- getIterationCount() - Static method in class org.jboss.security.config.SecurityConfiguration
-
- getJBossModuleName() - Method in class org.jboss.security.config.BaseSecurityInfo
-
Get the name of the JBoss Module
- getJSSE(String) - Method in interface org.jboss.security.ISecurityManagement
-
JSSE configuration for the security domain
- getJSSE(String) - Method in class org.jboss.security.plugins.DefaultSecurityManagement
-
- getJSSE(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
-
- getJSSE(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
-
- getKerberosToken() - Method in interface org.jboss.security.identity.fed.KerberosIdentity
-
Return the underlying Kerberos Object
- getKey(String, String) - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- 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
- getKeyManagerFactoryAlgorithm() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getKeyManagerFactoryProvider() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getKeyManagers() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getKeyManagers() - Method in interface org.jboss.security.JSSESecurityDomain
-
Get the KeyManagers created by the configured KeyManagerFactory
- getKeys() - Method in class org.jboss.security.auth.callback.CallbackHandlerPolicyContextHandler
-
- getKeys() - Method in class org.jboss.security.jacc.SubjectPolicyContextHandler
-
- getKeyStore() - Method in class org.jboss.security.AppPolicy
-
- getKeyStore() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- 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
- getKeyStore(File, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the KeyStore
- getKeyStore(String, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the Keystore given the url to the keystore file as a string
- getKeyStore(URL, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the Keystore given the URL to the keystore
- getKeyStore(InputStream, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the Key Store
Note: This method wants the InputStream to be not null.
- getKeyStore(String, File, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the KeyStore
- getKeyStore(String, String, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the Keystore given the url to the keystore file as a string
- getKeyStore(String, URL, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the Keystore given the URL to the keystore
- getKeyStore(String, InputStream, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the Key Store
Note: This method wants the InputStream to be not null.
- getKeyStorePass() - Static method in class org.jboss.security.config.SecurityConfiguration
-
Get the credential string for the KeyStore.
- getKeyStoreProvider() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getKeyStoreProviderArgument() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getKeyStoreType() - Static method in class org.jboss.security.config.SecurityConfiguration
-
KeyStore implementation type being used.
- getKeyStoreType() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getKeyStoreURL() - Static method in class org.jboss.security.config.SecurityConfiguration
-
Get the KeyStore database URL string.
- getKeyStoreURL() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getLayer() - Method in interface org.jboss.security.authorization.Resource
-
- getLayer() - Method in class org.jboss.security.authorization.resources.EJBResource
-
- getLayer() - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
- getLayer() - Method in class org.jboss.security.authorization.resources.WebResource
-
- getLayer() - Method in class org.picketbox.core.authorization.resources.POJOResource
-
- getLine() - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Deprecated.
- getLink() - Method in class org.jboss.security.javaee.SecurityRoleRef
-
Get the link.
- getLocalName() - Method in enum org.jboss.security.config.Attribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.jboss.security.config.Element
-
Get the local name of this element.
- getLoginInfo() - Method in class org.jboss.security.AppPolicy
-
- getLoginModuleStackHolder() - Method in class org.jboss.security.auth.container.config.AuthModuleEntry
-
A ServerAuthModule may delegate its decision making to a stack
of LoginModules
- getLoginModuleStackHolder(String) - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
- getLoginModuleStackHolder() - Method in class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
- getLoginModuleStackHolderName() - Method in class org.jboss.security.auth.container.config.AuthModuleEntry
-
- getMap() - Method in class org.jboss.security.auth.message.GenericMessageInfo
-
- getMap() - Method in interface org.jboss.security.authorization.Resource
-
- getMap() - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
- getMap() - Method in class org.picketbox.core.authorization.resources.POJOResource
-
- 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
- getMappingContext(String) - Method in class org.jboss.security.plugins.mapping.JBossMappingManager
-
- getMappingContext(Class<T>) - Method in class org.jboss.security.plugins.mapping.JBossMappingManager
-
- getMappingInfo(Class<T>) - Method in class org.jboss.security.config.ApplicationPolicy
-
- getMappingInfo(String) - Method in class org.jboss.security.config.ApplicationPolicy
-
Gets the MappingInfo
instance that can perform the mappings of the specified type.
- getMappingManager(String) - Method in interface org.jboss.security.ISecurityManagement
-
Mapping manager configured with providers
- getMappingManager(String) - Method in class org.jboss.security.plugins.DefaultSecurityManagement
-
- getMappingManager() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getMappingManager() - Method in interface org.jboss.security.SecurityManagerLocator
-
- getMappingManager(String, String) - Static method in class org.jboss.security.SecurityUtil
-
Do a JNDI lookup to obtain the MappingManager
- getMappingManager(String) - Static method in class org.picketbox.factories.SecurityFactory
-
Get the MappingManager
- getMappingManager(String) - Method in class org.picketbox.plugins.PicketBoxSecurityManagement
-
- getMappingManager(String) - Method in class org.picketbox.plugins.SecurityFactorySecurityManagement
-
- getMappingModuleEntry() - Method in class org.jboss.security.config.MappingInfo
-
- getMappingModuleName() - Method in class org.jboss.security.mapping.config.MappingModuleEntry
-
Get the Policy Module Name
- getMappingModuleType() - Method in class org.jboss.security.mapping.config.MappingModuleEntry
-
Gets the type of mapping performed by the mapping module.
- getMappingResult() - Method in class org.jboss.security.mapping.MappingContext
-
- getMaskValue() - Method in enum org.jboss.security.acl.BasicACLPermission
-
Obtains this permission's mask value.
- getMaskValue() - Method in interface org.jboss.security.acl.BitMaskPermission
-
Obtains the bitmask value of the permission.
- getMaskValue() - Method in class org.jboss.security.acl.CompositeACLPermission
-
- getMBeanInfo() - Method in class org.jboss.security.plugins.DefaultLoginConfig
-
Deprecated.
- getMBeanServer() - Method in class org.jboss.security.jacc.SecurityService
-
- getMessage() - Method in error org.jboss.security.auth.login.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessageLayer() - Method in class org.jboss.security.auth.message.config.JBossClientAuthConfig
-
- getMessageLayer() - Method in class org.jboss.security.auth.message.config.JBossServerAuthConfig
-
- getModuleEntries() - Method in class org.jboss.security.config.BaseSecurityInfo
-
- getModules() - Method in class org.jboss.security.mapping.MappingContext
-
Get the set of mapping modules
- getName() - Method in class org.jboss.security.AnybodyPrincipal
-
- getName() - Method in class org.jboss.security.audit.config.AuditProviderEntry
-
- getName() - Method in class org.jboss.security.auth.login.LoginModuleStackHolder
-
- getName() - Method in class org.jboss.security.auth.spi.Users.User
-
- getName() - Method in class org.jboss.security.config.ApplicationPolicy
-
- getName() - Method in class org.jboss.security.config.BaseSecurityInfo
-
- getName() - Method in class org.jboss.security.config.ModuleOption
-
- getName() - Method in interface org.jboss.security.identity.Attribute
-
Get the name of the attribute
- getName() - Method in interface org.jboss.security.identity.Identity
-
Get the name of the identity
- getName() - Method in class org.jboss.security.identity.plugins.SimpleIdentity
-
- getName() - Method in class org.jboss.security.identitytrust.config.IdentityTrustModuleEntry
-
- getName() - Method in class org.jboss.security.javaee.SecurityRoleRef
-
Get the name.
- getName() - Method in class org.jboss.security.NobodyPrincipal
-
- getName() - Method in class org.jboss.security.SimplePrincipal
-
- getName() - Method in class org.jboss.security.util.state.State
-
Get the state name.
- getName() - Method in class org.jboss.security.util.state.Transition
-
- getNextToken() - Method in class org.jboss.security.auth.login.SunConfigParser
-
Get the next Token.
- getNextToken() - Method in class org.jboss.security.auth.login.SunConfigParserTokenManager
-
Get the next Token.
- getOpenIdObject() - Method in interface org.jboss.security.identity.fed.OpenIdIdentity
-
Return the underlying OpenID Object
- getOptions() - Method in class org.jboss.security.acl.config.ACLProviderEntry
-
Get the options
- getOptions() - Method in class org.jboss.security.audit.config.AuditProviderEntry
-
- getOptions() - Method in class org.jboss.security.auth.container.config.AuthModuleEntry
-
Get the options configured for this AuthModule.
- getOptions() - Method in class org.jboss.security.authorization.config.AuthorizationModuleEntry
-
Get the options
- getOptions() - Method in class org.jboss.security.identitytrust.config.IdentityTrustModuleEntry
-
- getOptions() - Method in class org.jboss.security.mapping.config.MappingModuleEntry
-
Get the options
- getOutgoingRunAs() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getOutgoingRunAs() - Method in interface org.jboss.security.SecurityContext
-
- getOutgoingRunAs() - Method in class org.jboss.security.SecurityIdentity
-
- getOwnerDocument() - Static method in class org.jboss.security.util.xml.DOMUtils
-
- getParent() - Method in class org.jboss.security.identity.plugins.SimpleRole
-
- getParent() - Method in interface org.jboss.security.identity.Role
-
Gets a reference to the parent role, if one is available.
- getParentElement(Node) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Gets parent element or null if there is none
- getPassword() - Method in class org.jboss.security.auth.spi.Users.User
-
- getPassword(String) - Method in class org.jboss.security.ExternalPasswordCache
-
- getPassword(String) - Method in interface org.jboss.security.PasswordCache
-
Get password from the cache.
- getPDP(PolicyRegistration, String) - Method in class org.jboss.security.authorization.util.JBossXACMLUtil
-
- getPermission() - Method in interface org.jboss.security.acl.ACLEntry
-
Obtains the Permission
object held by this entry.
- getPermission() - Method in class org.jboss.security.acl.ACLEntryImpl
-
- getPermission() - Method in class org.jboss.security.acl.EntitlementEntry
-
- getPermissionInfo() - Method in class org.jboss.security.AppPolicy
-
- getPermissions(Subject, CodeSource) - Method in class org.jboss.security.AppPolicy
-
- getPermissions(Subject, CodeSource) - Method in class org.jboss.security.AuthorizationInfo
-
- getPermissions(ProtectionDomain) - Method in class org.jboss.security.jacc.DelegatingPolicy
-
- getPermissions(CodeSource) - Method in class org.jboss.security.jacc.DelegatingPolicy
-
Return the permission collection associated with the cs.
- getPersistenceStrategy() - Method in interface org.jboss.security.acl.ACLProvider
-
Obtains the ACLPersistenceStrategy
associated with this provider.
- getPersistenceStrategy() - Method in class org.jboss.security.acl.ACLProviderImpl
-
- getPolicies() - Method in class org.jboss.security.config.PolicyConfig
-
- getPolicy(String, String, Map<String, Object>) - Method in interface org.jboss.security.authorization.PolicyRegistration
-
Obtain the registered policy for the context id
- getPolicy() - Method in class org.jboss.security.jacc.SecurityService
-
- getPolicy(String, String, Map<String, Object>) - Method in class org.jboss.security.plugins.JBossPolicyRegistration
-
- getPolicyAttributeName() - Method in class org.jboss.security.jacc.SecurityService
-
- getPolicyConfig() - Method in class org.jboss.security.config.ApplicationPolicy
-
- getPolicyConfiguration(String, boolean) - Method in class org.jboss.security.jacc.JBossPolicyConfigurationFactory
-
- getPolicyContextID() - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
Get the Policy Context ID
(Mainly to retrieve policy from policy configuration (JACC)
or PolicyRegistration (XACML))
- getPolicyModuleName() - Method in class org.jboss.security.authorization.config.AuthorizationModuleEntry
-
Get the Policy Module Name
- getPolicyName() - Method in class org.jboss.security.jacc.SecurityService
-
- getPolicyProxy() - Method in class org.jboss.security.jacc.DelegatingPolicy
-
- getPolicyRegistration() - Method in class org.jboss.security.javaee.AbstractJavaEEHelper
-
- getPolicyRegistration() - Static method in class org.jboss.security.SecurityUtil
-
Performs a JNDI lookup to retrieve the configured PolicyRegistration
.
- getPrincipal() - Method in class org.jboss.security.auth.callback.SecurityAssociationCallback
-
- getPrincipal() - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
- getPrincipal(Principal) - Method in class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
Map the argument principal from the deployment environment principal
to the developer environment.
- getPrincipal(Principal) - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
Always returns the argument principal.
- getPrincipal(Principal) - Method in class org.jboss.security.plugins.NullSecurityManager
-
Always returns the argument principal.
- 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
-
- getPrincipalFromSubject(Subject) - Static method in class org.picketbox.util.PicketBoxUtil
-
Get the first non-group principal
- getPrincipalMappingInfo() - Method in class org.jboss.security.config.ApplicationPolicy
-
- getPrincipals(Subject, Role) - Method in class org.jboss.security.authorization.modules.AbstractJACCModuleDelegate
-
- getPrincipalsQuery() - Method in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
- getPrincipalsSet() - Method in class org.jboss.security.RunAsIdentity
-
Return a set with the configured run-as principal and a Group("Roles")
with the run-as roles
- getPrivateKey(String) - Method in class org.jboss.security.plugins.SecurityKeyManager
-
- getPrivateKey(KeyStore, String, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the key pair from the keystore
- getPRNG() - Static method in class org.jboss.crypto.CryptoUtil
-
- getPrompt() - Method in class org.jboss.security.auth.callback.AppCallbackHandler
-
- getPrompt() - Method in class org.jboss.security.auth.callback.ByteArrayCallback
-
- getPrompt() - Method in class org.jboss.security.auth.callback.ObjectCallback
-
- getProof() - Method in interface org.jboss.security.RunAs
-
Return the proof of identity
- getProof() - Method in class org.jboss.security.RunAsIdentity
-
- getProtocols() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- 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
-
- getPublicKey(KeyStore, String, char[]) - Static method in class org.picketbox.util.KeyStoreUtil
-
Get the Public Key from the keystore
- getRealHost() - Method in class org.jboss.security.auth.spi.RemoteHostTrustLoginModule
-
- getRegistrationContext(String) - Method in class org.jboss.security.auth.message.config.JBossAuthConfigFactory
-
- getRegistrationIDs(AuthConfigProvider) - Method in class org.jboss.security.auth.message.config.JBossAuthConfigFactory
-
- getRequestMessage() - Method in class org.jboss.security.auth.message.GenericMessageInfo
-
- getResource() - Method in interface org.jboss.security.acl.ACL
-
Obtains a reference to the resource being protected by this ACL.
- getResource() - Method in class org.jboss.security.acl.ACLImpl
-
- getResource() - Method in class org.jboss.security.acl.EntitlementEntry
-
- getResourceAsString() - Method in class org.jboss.security.acl.ACLImpl
-
Obtains the stringfied representation of the resource associated with this ACL
.
- getResourceAsString(Resource) - Static method in class org.jboss.security.acl.Util
-
Returns a String
representation of the specified resource.
- getResponseMessage() - Method in class org.jboss.security.auth.message.GenericMessageInfo
-
- getRole() - Method in interface org.jboss.security.identity.Identity
-
Get the Role (Role or RoleGroup)
- getRole() - Method in class org.jboss.security.identity.plugins.SimpleIdentity
-
- getRoleMappingInfo() - Method in class org.jboss.security.config.ApplicationPolicy
-
- getRoleName() - Method in class org.jboss.security.identity.plugins.SimpleRole
-
- getRoleName() - Method in interface org.jboss.security.identity.Role
-
Get Name of the Role
- getRoleNames() - Method in class org.jboss.security.auth.spi.Users.User
-
- getRoleNames(String) - Method in class org.jboss.security.auth.spi.Users.User
-
- getRoles() - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- getRoles() - Method in interface org.jboss.security.identity.RoleGroup
-
Get the roles contained in the RoleGroup
.
- getRoles() - Method in class org.jboss.security.plugins.JBossSecurityContextUtil
-
- 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
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
Overriden by subclasses to return the Groups that correspond to the
to the role sets assigned to the user.
- getRoleSets() - Method in class org.jboss.security.auth.spi.AnonLoginModule
-
Override to return an empty Roles set.
- getRoleSets() - Method in class org.jboss.security.auth.spi.BaseCertLoginModule
-
Subclasses need to override this to provide the roles for authorization
- getRoleSets() - Method in class org.jboss.security.auth.spi.CertRolesLoginModule
-
This method is pretty much straight from the UsersRolesLoginModule.
- getRoleSets() - Method in class org.jboss.security.auth.spi.DatabaseCertLoginModule
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.DatabaseServerLoginModule
-
Execute the rolesQuery against the dsJndiName to obtain the roles for
the authenticated user.
- getRoleSets() - Method in class org.jboss.security.auth.spi.IdentityLoginModule
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.LdapExtLoginModule
-
Overridden by subclasses to return the Groups that correspond to the to the
role sets assigned to the user.
- getRoleSets() - Method in class org.jboss.security.auth.spi.LdapLoginModule
-
Overridden by subclasses to return the Groups that correspond to the
to the role sets assigned to the user.
- getRoleSets() - Method in class org.jboss.security.auth.spi.LdapUsersLoginModule
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.PropertiesUsersLoginModule
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.RemoteHostTrustLoginModule
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.RoleMappingLoginModule
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.SimpleServerLoginModule
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.Users.User
-
- getRoleSets() - Method in class org.jboss.security.auth.spi.UsersLoginModule
-
Return a group Roles with no members
- getRoleSets() - Method in class org.jboss.security.auth.spi.UsersRolesLoginModule
-
Create the set of roles the user belongs to by parsing the roles.properties
data for username=role1,role2,...
- getRoleSets() - Method in class org.jboss.security.auth.spi.XMLLoginModule
-
Obtain the various groups of roles for the user
- getRoleSets() - Method in class org.picketbox.datasource.security.CallerIdentityLoginModule
-
- getRoleSets() - Method in class org.picketbox.datasource.security.ConfiguredIdentityLoginModule
-
This method simply returns an empty array of Groups which means that
no role based permissions are assigned.
- getRoleSets() - Method in class org.picketbox.datasource.security.JaasSecurityDomainIdentityLoginModule
-
Deprecated.
- getRoleSets() - Method in class org.picketbox.datasource.security.PBEIdentityLoginModule
-
- getRoleSets() - Method in class org.picketbox.datasource.security.SecureIdentityLoginModule
-
- getRolesFromCommaSeparatedString(String) - Static method in class org.jboss.security.mapping.providers.MappingProviderUtil
-
Given a comma-separated list of roles, return a string array
- getRolesFromSubject(Subject) - Static method in class org.picketbox.util.PicketBoxUtil
-
Given a JAAS Subject, will look for Group
principals
with name "Roles" and return that in a RoleGroup
- getRunAsRoles() - Method in class org.jboss.security.RunAsIdentity
-
Return a set with the configured run-as role
- getRunAsRolesAsRoleGroup() - Method in class org.jboss.security.RunAsIdentity
-
Return a RoleGroup of Run-As roles
- getSalt() - Static method in class org.jboss.security.config.SecurityConfiguration
-
- getSAMLObject() - Method in interface org.jboss.security.identity.fed.SAMLIdentity
-
Return the underlying SAML Object
- 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 class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
- getSecurityDomain() - Method in class org.jboss.security.authorization.AuthorizationContext
-
Return the Security Domain Name
- getSecurityDomain() - Method in interface org.jboss.security.BaseSecurityManager
-
Get the security domain from which the security manager is from.
- getSecurityDomain() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getSecurityDomain() - Method in class org.jboss.security.plugins.audit.JBossAuditManager
-
- getSecurityDomain() - Method in class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
Get the name of the security domain associated with this security mgr.
- getSecurityDomain() - Method in class org.jboss.security.plugins.identitytrust.JBossIdentityTrustManager
-
- getSecurityDomain() - Method in class org.jboss.security.plugins.JBossAuthorizationManager
-
- getSecurityDomain() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
Get the security domain name
- getSecurityDomain() - Method in class org.jboss.security.plugins.mapping.JBossMappingManager
-
- getSecurityDomain() - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
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.
- getSecurityDomain() - Method in interface org.jboss.security.SecurityContext
-
Return the Security Domain
- getSecurityIdentity() - Method in class org.jboss.security.plugins.JBossSecurityContextUtil
-
- getSecurityIdentity() - Method in class org.jboss.security.SecurityContextUtil
-
Get a holder of subject, runAs and caller RunAs
- getSecurityManagement() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- getSecurityManagement() - Method in interface org.jboss.security.SecurityContext
-
Get the SecurityManagement object to get hold of the various
managers
- getSecurityManagement() - Static method in class org.picketbox.factories.SecurityFactory
-
Get the ISecurityManagement
interface
- getSecurityRoleReferences() - Method in class org.jboss.security.authorization.resources.JavaEEResource
-
Get the set of Security Role Reference objects
defined in the deployment descriptor
- getSecurityRoles() - Static method in class org.jboss.security.SecurityRolesAssociation
-
Get the current map of SecurityRoleMetaData.
- getServerAlias() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getServerAlias() - Method in interface org.jboss.security.JSSESecurityDomain
-
Get the preferred server alias name
- getServerAliases(String, Principal[]) - Method in class org.jboss.security.plugins.SecurityKeyManager
-
- getServerAuthConfig(String, String, CallbackHandler) - Method in class org.jboss.security.auth.message.config.JBossAuthConfigProvider
-
- getServerAuthModules() - Method in class org.jboss.security.auth.message.config.JBossServerAuthConfig
-
- getServletName() - Method in class org.jboss.security.authorization.resources.WebResource
-
The Servlet for which the authorization request is for
- getServletRequest() - Method in class org.jboss.security.authorization.resources.WebResource
-
- getServletResponse() - Method in class org.jboss.security.authorization.resources.WebResource
-
- getStartElementName(StartElement) - Static method in class org.jboss.security.config.parser.StaxParserUtil
-
Return the name of the start element
- getStartState() - Method in class org.jboss.security.util.state.StateMachine
-
Get the start state of the state machine.
- getStates() - Method in class org.jboss.security.util.state.StateMachine
-
Get the states of the state machine.
- getSubject() - Method in class org.jboss.security.plugins.JBossSecurityContextUtil
-
- 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 class org.jboss.security.plugins.JBossSecurityContext
-
- getSubjectInfo() - Method in interface org.jboss.security.SecurityContext
-
Subject Info
- getSubjectRoles(Subject, CallbackHandler) - Method in interface org.jboss.security.AuthorizationManager
-
Get the Current Roles for the authenticated Subject The AuthorizationManager will apply role generation and role
mapping logic configured for the security domain
- getSubjectRoles(Subject, CallbackHandler) - Method in class org.jboss.security.plugins.JBossAuthorizationManager
-
- getSubjectRoles(Subject) - Static method in class org.jboss.security.SecurityUtil
-
Get the Subject roles by looking for a Group called 'Roles'
- GetSuffix(int) - Method in class org.jboss.security.auth.login.SimpleCharStream
-
Get the suffix.
- getSupportedMessageTypes() - Method in class org.jboss.security.auth.container.modules.AbstractServerAuthModule
-
- getSupportedMessageTypes() - Method in class org.jboss.security.auth.container.modules.AllFailureServerAuthModule
-
- getSupportedMessageTypes() - Method in class org.jboss.security.auth.container.modules.AllSuccessServerAuthModule
-
- getSupportedMessageTypes() - Method in class org.jboss.security.auth.container.modules.DelegatingServerAuthModule
-
- getSupportedMessageTypes() - Method in class org.jboss.security.auth.container.modules.SimpleClientAuthModule
-
- getSystemPropertyAsString(String) - Static method in class org.picketbox.util.StringUtil
-
Get the system property value if the string is of the format ${sysproperty}
- getTabSize() - Method in class org.jboss.security.auth.login.SimpleCharStream
-
- getTarget() - Method in class org.jboss.security.util.state.Transition
-
- getTargetPrincipal(Principal, Map<String, Object>) - Method in class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
- 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
- getTargetPrincipal(Principal, Map<String, Object>) - Method in class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
- getTargetPrincipal(Principal, Map<String, Object>) - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
- getTargetPrincipal(Principal, Map<String, Object>) - Method in class org.jboss.security.plugins.NullSecurityManager
-
- getTargetRoles(Principal, Map<String, Object>) - Method in interface org.jboss.security.AuthorizationManager
-
Trust usecases may have a need to determine the roles of the target principal which has been derived via a
principal from another domain by the Authentication Manager An implementation of this interface may have to
contact a trust provider for additional information about the principal
- getTargetRoles(Principal, Map<String, Object>) - Method in class org.jboss.security.plugins.JBossAuthorizationManager
-
- getTextContent(Node) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Get the concatenated text content, or null.
- getTextContent(Node, boolean) - Static method in class org.jboss.security.util.xml.DOMUtils
-
Get the concatenated text content, or null.
- getTM(String) - Method in class org.jboss.security.plugins.TransactionManagerLocator
-
Get the TransactionManager provided a JNDI Name for the
Transaction Manager
Note: If the TM is not bound to JNDI, an attempt is made
to obtain the JBoss TxManager instance via reflection
- getToken(int) - Method in class org.jboss.security.auth.login.SunConfigParser
-
Get the specific Token.
- getTransactionManager() - Method in class org.jboss.security.auth.spi.DatabaseServerLoginModule
-
- getTransactionManager() - Method in class org.jboss.security.mapping.providers.role.DatabaseRolesMappingProvider
-
- getTransition(String) - Method in class org.jboss.security.util.state.State
-
Lookup an allowed transition given its name.
- getTransitions() - Method in class org.jboss.security.util.state.State
-
Get the Map of allowed transitions for this state.
- getTrustManagerFactory() - Method in interface org.jboss.security.SecurityDomain
-
Get the TrustManagerFactory associated with the security domain
- getTrustManagerFactoryAlgorithm() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getTrustManagerFactoryProvider() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getTrustManagers() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getTrustManagers() - Method in interface org.jboss.security.JSSESecurityDomain
-
Get the TrustManagers created by the configured TrustManagerFactory
- getTrustStore() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- 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.
- getTrustStorePass() - Static method in class org.jboss.security.config.SecurityConfiguration
-
Set the credential string for the trust store.
- getTrustStoreProvider() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getTrustStoreProviderArgument() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getTrustStoreType() - Static method in class org.jboss.security.config.SecurityConfiguration
-
Get the type of the trust store
- getTrustStoreType() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getTrustStoreURL() - Static method in class org.jboss.security.config.SecurityConfiguration
-
Get the trust store database URL string.
- getTrustStoreURL() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- getType() - Method in class org.jboss.security.identity.plugins.SimpleRole
-
- getType() - Method in class org.jboss.security.identity.plugins.SimpleRoleGroup
-
- getType() - Method in interface org.jboss.security.identity.Role
-
Get type of role
- getUnauthenticatedIdentity() - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
- getUnauthenticatedIdentity() - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
- getUnderlyingException() - Method in class org.jboss.security.audit.AuditEvent
-
Get the Exception part of the audit
- getUseFirstPass() - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
- getUser(String) - Method in class org.jboss.security.auth.spi.Users
-
- getUserName(Callback[]) - Method in class org.jboss.security.auth.callback.AbstractCallbackHandler
-
Given the callbacks, look for NameCallback
- getUserName() - Method in class org.jboss.security.auth.callback.DatabaseCallbackHandler
-
- getUsername() - Method in class org.jboss.security.auth.spi.BaseCertLoginModule
-
- getUsername() - Method in class org.jboss.security.auth.spi.LdapExtLoginModule
-
- getUsername() - Method in class org.jboss.security.auth.spi.LdapUsersLoginModule
-
- getUsername() - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
- getUserName() - Method in class org.jboss.security.plugins.JBossSecurityContextUtil
-
- getUserName() - Method in class org.jboss.security.SecurityContextUtil
-
Get the username from the security context
- getUsernameAndPassword() - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
Called by login() to acquire the username and password strings for
authentication.
- getUserPrincipal() - Method in class org.jboss.security.plugins.JBossSecurityContextUtil
-
- getUserPrincipal() - Method in class org.jboss.security.SecurityContextUtil
-
Get the user principal the security context
- getUserRoles(Principal) - Method in interface org.jboss.security.AuthorizationManager
-
Return the set of domain roles the principal has been assigned.
- getUserRoles(Principal) - Method in class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
Return the set of domain roles the current active Subject 'Roles' group
found in the subject Principals set.
- getUserRoles(Principal) - Method in class org.jboss.security.plugins.JBossAuthorizationManager
-
Return the set of domain roles the current active Subject 'Roles' group
found in the subject Principals set.
- getUserRoles(Principal) - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
Return the set of domain roles the principal has been assigned.
- getUserRoles(Principal) - Method in class org.jboss.security.plugins.NullSecurityManager
-
Return the set of domain roles the principal has been assigned.
- getUserRoles(Principal) - Method in interface org.jboss.security.RealmMapping
-
Return the set of domain roles the principal has been assigned.
- getUsers() - Method in class org.jboss.security.auth.spi.Users
-
- getUsersPassword() - Method in class org.jboss.security.auth.spi.AnonLoginModule
-
Overriden to return null.
- getUsersPassword() - Method in class org.jboss.security.auth.spi.DatabaseServerLoginModule
-
Get the expected password for the current username available via
the getUsername() method.
- getUsersPassword() - Method in class org.jboss.security.auth.spi.LdapExtLoginModule
-
Overridden to return an empty password string as typically one cannot obtain a
user's password.
- getUsersPassword() - Method in class org.jboss.security.auth.spi.LdapLoginModule
-
Overridden to return an empty password string as typically one cannot
obtain a user's password.
- getUsersPassword() - Method in class org.jboss.security.auth.spi.LdapUsersLoginModule
-
- getUsersPassword() - Method in class org.jboss.security.auth.spi.RemoteHostTrustLoginModule
-
bogus password
- getUsersPassword() - Method in class org.jboss.security.auth.spi.SimpleServerLoginModule
-
- getUsersPassword() - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
Get the expected password for the current username available via
the getUsername() method.
- getUsersPassword() - Method in class org.jboss.security.auth.spi.UsersLoginModule
-
- getUsersPassword() - Method in class org.jboss.security.auth.spi.UsersRolesLoginModule
-
- getUsersPassword() - Method in class org.jboss.security.auth.spi.XMLLoginModule
-
- getUtil() - Method in class org.jboss.security.plugins.JBossSecurityContext
-
- 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
- getValidateDTD() - Method in class org.jboss.security.auth.login.XMLLoginConfigImpl
-
Get whether the login config xml document is validated againsts its DTD
- getValidateError() - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
Get the error associated with the validatePassword failure
- getValue() - Method in class org.jboss.security.auth.callback.VerifyPasswordCallback
-
- getValue() - Method in class org.jboss.security.auth.login.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.jboss.security.config.ModuleOption
-
- getValue() - Method in interface org.jboss.security.identity.Attribute
-
The value of the attribute
- 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
- getWSTrustToken() - Method in interface org.jboss.security.identity.fed.WSTrustIdentity
-
Return the underlying WSTrust Object
- grant(CodeSource, ArrayList<Permission>) - Method in class org.jboss.security.AuthorizationInfo
-
- grant(CodeSource, ArrayList<Permission>, Principal[]) - Method in class org.jboss.security.AuthorizationInfo
-
- GROUP_CLASS - Static variable in class org.jboss.security.identity.plugins.IdentityFactory
-
- IAppPolicyStore - Interface in org.jboss.security
-
An interface describing an AppPolicy security store.
- IDENTIFIER - Static variable in interface org.jboss.security.auth.login.SunConfigParserConstants
-
RegularExpression Id.
- Identity - Interface in org.jboss.security.identity
-
Identity of an entity (user, process etc)
- IDENTITY_CLASS - Static variable in class org.jboss.security.identity.plugins.IdentityFactory
-
- IdentityFactory - Class in org.jboss.security.identity
-
IdentityFactory to create Identities
- IdentityFactory() - Constructor for class org.jboss.security.identity.IdentityFactory
-
- IdentityFactory - Class in org.jboss.security.identity.plugins
-
Factory to create customized principal and group
instances
- IdentityFactory() - Constructor for class org.jboss.security.identity.plugins.IdentityFactory
-
- IdentityLoginModule - Class in org.jboss.security.auth.spi
-
A simple login module that simply associates the principal specified
in the module options with any subject authenticated against the module.
- IdentityLoginModule() - Constructor for class org.jboss.security.auth.spi.IdentityLoginModule
-
- IdentityTrustConfigParser - Class in org.jboss.security.config.parser
-
Stax based identity trust configuration Parser
- IdentityTrustConfigParser() - Constructor for class org.jboss.security.config.parser.IdentityTrustConfigParser
-
- 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
-
- IdentityTrustInfo - Class in org.jboss.security.config
-
Identity Trust Info
- IdentityTrustInfo(String) - Constructor for class org.jboss.security.config.IdentityTrustInfo
-
- 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
- IdentityTrustModuleEntry - Class in org.jboss.security.identitytrust.config
-
An entry representing an Identity Trust Module in the configuration
- IdentityTrustModuleEntry(String) - Constructor for class org.jboss.security.identitytrust.config.IdentityTrustModuleEntry
-
- IdentityTrustModuleEntry(String, Map<String, Object>) - Constructor for class org.jboss.security.identitytrust.config.IdentityTrustModuleEntry
-
- identityTrustValidationFailedMessage() - Method in interface org.jboss.security.PicketBoxMessages
-
- identityTrustValidationFailedMessage() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- identityTrustValidationFailedMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- IdentityType - Enum in org.jboss.security.identity
-
Identity Type
- identityTypeFactoryNotImplemented(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- identityTypeFactoryNotImplemented(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- identityTypeFactoryNotImplemented$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- illegalBase64Character() - Method in interface org.jboss.security.PicketBoxMessages
-
- illegalBase64Character() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- illegalBase64Character$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- IllegalTransitionException - Exception in org.jboss.security.util.state
-
An exception thrown when an invalid transition is attempted from a state.
- IllegalTransitionException(String) - Constructor for exception org.jboss.security.util.state.IllegalTransitionException
-
- image - Variable in class org.jboss.security.auth.login.Token
-
The string image of the token.
- implies(ProtectionDomain, Permission) - Method in class org.jboss.security.jacc.DelegatingPolicy
-
- inBuf - Variable in class org.jboss.security.auth.login.SimpleCharStream
-
- incomingRunAs - Variable in class org.jboss.security.plugins.JBossSecurityContext
-
- INFO - Static variable in interface org.jboss.security.audit.AuditLevel
-
Just some info being passed into the audit logs
- infoVaultInitialized() - Method in interface org.jboss.security.PicketBoxLogger
-
- infoVaultInitialized() - Method in class org.jboss.security.PicketBoxLogger_$logger
-
- infoVaultInitialized$str() - Method in class org.jboss.security.PicketBoxLogger_$logger
-
- init() - Static method in class org.jboss.crypto.CryptoUtil
-
- init(byte[]) - Static method in class org.jboss.crypto.CryptoUtil
-
- init(Map<String, Object>) - Method in interface org.jboss.crypto.digest.DigestCallback
-
Pass through access to the login module options.
- init(Map) - Method in class org.jboss.security.auth.callback.RFC2617Digest
-
- 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 class org.jboss.security.mapping.providers.attribute.DefaultAttributeMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.attribute.LdapAttributeMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.DeploymentRolesMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.DeploymentRoleToRolesMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.OptionsRoleMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.principal.SimplePrincipalMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.principal.SubjectCNMapper
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.principal.SubjectDNMapper
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.role.DatabaseRolesMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.role.LdapRolesMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.role.PropertiesRolesMappingProvider
-
- init(Map<String, Object>) - Method in class org.jboss.security.mapping.providers.role.SimpleRolesMappingProvider
-
- init(Map<String, Object>) - Method in interface org.jboss.security.vault.SecurityVault
-
Initialize the vault
- init(Map<String, Object>) - Method in class org.picketbox.plugins.vault.PicketBoxSecurityVault
-
- initialize(Map<String, Object>, Map<String, Object>) - Method in interface org.jboss.security.acl.ACLProvider
-
Initialize the provider
- initialize(Map<String, Object>, Map<String, Object>) - Method in class org.jboss.security.acl.ACLProviderImpl
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.AltClientLoginModule
-
Initialize this LoginModule.
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.jboss.security.auth.container.modules.AbstractServerAuthModule
-
- initialize(MessagePolicy, MessagePolicy, CallbackHandler, Map) - Method in class org.jboss.security.auth.container.modules.SimpleClientAuthModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
Initialize the login module.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.BaseCertLoginModule
-
Override the super version to pickup the following options after first
calling the super method.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.CertRolesLoginModule
-
Initialize this LoginModule.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.DatabaseCertLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.DatabaseServerLoginModule
-
Initialize this LoginModule.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.DisabledLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.IdentityLoginModule
-
- initialize(Subject, CallbackHandler, Map, Map) - Method in class org.jboss.security.auth.spi.LdapExtLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.LdapLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.LdapUsersLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.MemoryUsersRolesLoginModule
-
Override the UsersRolesLoginModule initialize to look for a users
and roles options specifying the
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.otp.JBossTimeBasedOTPLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.ProxyLoginModule
-
- initialize(Subject, CallbackHandler, Map, Map) - Method in class org.jboss.security.auth.spi.RemoteHostTrustLoginModule
-
Initialize this LoginModule.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.RoleMappingLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.RunAsLoginModule
-
Look for the roleName option that specifies the role to use as the
run-as role.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.UsernamePasswordLoginModule
-
Override the superclass method to look for the following options after
first invoking the super version.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.UsersLoginModule
-
Initialize this LoginModule.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.UsersRolesLoginModule
-
Initialize this LoginModule.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.auth.spi.XMLLoginModule
-
Initialize this LoginModule.
- initialize(Subject, CallbackHandler, Map<String, Object>, Map<String, Object>, RoleGroup) - Method in interface org.jboss.security.authorization.AuthorizationModule
-
Initialize the module
- initialize(Subject, CallbackHandler, Map<String, Object>, Map<String, Object>, RoleGroup) - Method in class org.jboss.security.authorization.modules.AbstractAuthorizationModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.security.ClientLoginModule
-
Initialize this LoginModule.
- 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
- initialize(SecurityContext, CallbackHandler, Map<String, Object>, Map<String, Object>) - Method in class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.picketbox.datasource.security.CallerIdentityLoginModule
-
The initialize method sets up some default connection information for
basic connections.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.picketbox.datasource.security.ConfiguredIdentityLoginModule
-
- initialize(Subject, CallbackHandler, Map, Map) - Method in class org.picketbox.datasource.security.JaasSecurityDomainIdentityLoginModule
-
Deprecated.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.picketbox.datasource.security.PBEIdentityLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.picketbox.datasource.security.SecureIdentityLoginModule
-
- initialize(Subject, CallbackHandler, Map<String, Object>, Map<String, Object>, RoleGroup) - Method in class org.picketbox.plugins.authorization.PicketBoxAuthorizationModule
-
Initialize the module
- input_stream - Variable in class org.jboss.security.auth.login.SunConfigParserTokenManager
-
- inputStream - Variable in class org.jboss.security.auth.login.SimpleCharStream
-
- InputValidationException - Exception in org.jboss.security.auth.spi
-
The InputValidationException
is thrown by the InputValidator
s to indicate that information supplied
by clients (e.g.
- InputValidationException() - Constructor for exception org.jboss.security.auth.spi.InputValidationException
-
Creates an instance of InputValidationException
.
- InputValidationException(String) - Constructor for exception org.jboss.security.auth.spi.InputValidationException
-
Creates an instance of InputValidationException
with the specified error message.
- InputValidationException(String, Throwable) - Constructor for exception org.jboss.security.auth.spi.InputValidationException
-
Creates an instance of InputValidationException
with the specified message and cause.
- InputValidator - Interface in org.jboss.security.auth.spi
-
Interface that must be implemented by login module input validators.
- inService() - Method in class org.jboss.security.jacc.JBossPolicyConfiguration
-
- inService(String) - Method in class org.jboss.security.jacc.JBossPolicyConfigurationFactory
-
- INSTANCE - Static variable in class org.jboss.security.PicketBoxMessages_$bundle
-
- instantiatePrincipal(Class<?>, String) - Static method in class org.jboss.security.mapping.providers.MappingProviderUtil
-
Instantiate a Principal representing a principal
- instantiateResource(String, Object) - Method in interface org.jboss.security.acl.ACLResourceFactory
-
Creates an instance of the Resource
with the specified class name and id.
- INVALID_LEXICAL_STATE - Static variable in error org.jboss.security.auth.login.TokenMgrError
-
Tried to change to an invalid lexical state.
- invalidBase64String(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidBase64String(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidBase64String$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidControlFlag(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidControlFlag(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidControlFlag$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidDelegateMapEntry(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidDelegateMapEntry(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidDelegateMapEntry$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidDirectoryFormatMessage(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidDirectoryFormatMessage(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidDirectoryFormatMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidEJBVersion(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidEJBVersion(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidEJBVersion$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidKeyFormat(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidKeyFormat(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidKeyFormat$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidKeystorePasswordFormatMessage() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidKeystorePasswordFormatMessage() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidKeystorePasswordFormatMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidLoginModuleStackRef(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidLoginModuleStackRef(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidLoginModuleStackRef$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidMBeanAttribute(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidMBeanAttribute(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidMBeanAttribute$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullArgument(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullArgument(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullArgument$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullAuthConfigProviderForLayer(String, String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullAuthConfigProviderForLayer(String, String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullAuthConfigProviderForLayer$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullBaseContextDN() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullBaseContextDN() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullBaseContextDN$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullKeyStoreURL(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullKeyStoreURL(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullKeyStoreURL$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullLoginConfig() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullLoginConfig() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullLoginConfig$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullOrEmptyOptionMap(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullOrEmptyOptionMap(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullOrEmptyOptionMap$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullOrEmptyOptionMessage(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullOrEmptyOptionMessage(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullOrEmptyOptionMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullProperty(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullProperty(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullProperty$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullSecurityContext() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullSecurityContext() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullSecurityContext$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullTransactionManager() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidNullTransactionManager() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidNullTransactionManager$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPassword() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidPassword() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPassword$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPasswordCommandType(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidPasswordCommandType(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPasswordCommandType$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPasswordType(Class<?>) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidPasswordType(Class<? extends Object>) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPasswordType$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPermissionChecks() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidPermissionChecks() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPermissionChecks$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPolicyRegistrationType(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidPolicyRegistrationType(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidPolicyRegistrationType$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidProperties - Static variable in class org.jboss.security.auth.spi.SimpleUsersLoginModule
-
- invalidSecurityAnnotationConfig() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidSecurityAnnotationConfig() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidSecurityAnnotationConfig$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidSharedKeyMessage() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidSharedKeyMessage() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidSharedKeyMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidThreadContextClassLoader() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidThreadContextClassLoader() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidThreadContextClassLoader$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidTransitionForActionMessage(String, String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidTransitionForActionMessage(String, String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidTransitionForActionMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidType(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidType(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidType$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidUnmaskedKeystorePasswordMessage() - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidUnmaskedKeystorePasswordMessage() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidUnmaskedKeystorePasswordMessage$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidVaultStringFormat(String) - Method in interface org.jboss.security.PicketBoxMessages
-
- invalidVaultStringFormat(String) - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invalidVaultStringFormat$str() - Method in class org.jboss.security.PicketBoxMessages_$bundle
-
- invoke(String, Object[], String[]) - Method in class org.jboss.security.plugins.DefaultLoginConfig
-
Deprecated.
- invokeDelegate(Resource) - Method in class org.jboss.security.authorization.modules.AbstractAuthorizationModule
-
Subclasses can use this method to leave the authorization
decision to the delegate configured
- isAcceptState() - Method in class org.jboss.security.util.state.State
-
An accept state is indicated by no transitions
- isAccessGranted(Resource, Identity, ACLPermission) - Method in interface org.jboss.security.acl.ACLProvider
-
Checks if the given identity has the permissions needed to access the specified resource.
- isAccessGranted(Resource, Identity, ACLPermission) - Method in class org.jboss.security.acl.ACLProviderImpl
-
- isAccessGranted(Resource, Identity, ACLPermission) - Method in class org.jboss.security.acl.RoleBasedACLProviderImpl
-
This method overrides the default implementation to use roles instead of the identity name when checking for
permissions.
- 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.
- isCallerInRole(String, String, Principal, Subject, String, Set<SecurityRoleRef>) - Method in class org.jboss.security.plugins.javaee.EJBAuthorizationHelper
-
- isCallerInRole(Resource, String) - Method in class org.jboss.security.plugins.javaee.EJBAuthorizationHelper
-
- isCallerInRole(String, String, Principal, Subject, String, Set<SecurityRoleRef>, boolean) - Method in class org.jboss.security.plugins.javaee.EJBAuthorizationHelper
-
- isClient() - Static method in class org.jboss.security.SecurityContextAssociation
-
Indicates whether we are on the client side
- isClientAuth() - Method in class org.jboss.security.JBossJSSESecurityDomain
-
- isClientAuth() - Method in interface org.jboss.security.JSSESecurityDomain
-
Get the client auth flag
- isDeepCopySubjectMode() - Static method in class org.jboss.security.config.SecurityConfiguration
-
- ISecurityManagement - Interface in org.jboss.security
-
Interface to obtain the various managers for security
like authentication, authorization, audit, identitytrust etc
- iSecurityManagement - Variable in class org.jboss.security.plugins.JBossSecurityContext
-
- isEnableAudit() - Method in class org.jboss.security.javaee.AbstractWebAuthorizationHelper
-
- isEnforceEJBRestrictions() - Method in class org.jboss.security.authorization.resources.EJBResource
-
Specify the EJB1.1 role ref restriction that
the rolename has to be present in the DD
- isEntityResolved() - Method in class org.jboss.security.util.xml.JBossEntityResolver
-
Returns the boolean value to inform id DTD was found in the XML file or not
- isGranted(ACLPermission, Identity) - Method in interface org.jboss.security.acl.ACL
-
Verify if the given permission is assigned to the specified Identity
.
- isGranted(ACLPermission, Identity) - Method in class org.jboss.security.acl.ACLImpl
-
- isInitialized() - Method in interface org.jboss.security.vault.SecurityVault
-
Determine if the vault is initialized
- isInitialized() - Method in class org.picketbox.plugins.vault.PicketBoxSecurityVault
-
- isMember(Principal) - Method in class org.jboss.security.NestableGroup
-
Returns true if the passed principal is a member of the active group.
- isMember(Principal) - Method in class org.jboss.security.NestablePrincipal
-
Returns true if the passed principal is a member of the group.
- isMember(Principal) - Method in class org.jboss.security.SimpleGroup
-
Returns true if the passed principal is a member of the group.
- isNotNull(String) - Static method in class org.picketbox.util.StringUtil
-
Check whether the passed string is null or empty
- isNullOrEmpty(String) - Static method in class org.picketbox.util.StringUtil
-
Check whether the string is null or empty
- isPasswordCommand(String) - Static method in class org.jboss.security.Util
-
- isPasswordCommand(char[]) - Static method in class org.jboss.security.Util
-
- isPasswordValidated - Variable in class org.jboss.security.auth.callback.LdapCallbackHandler
-
- isPasswordValidated - Variable in class org.jboss.security.auth.spi.LdapExtLoginModule
-
- isProtected() - Method in class org.jboss.security.auth.message.config.JBossClientAuthConfig
-
- isProtected() - Method in class org.jboss.security.auth.message.config.JBossServerAuthConfig
-
- isReplaceSystemProperties() - Method in class org.jboss.security.util.xml.JBossEntityResolver
-
- 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.identitytrust.JBossIdentityTrustContext
-
- isTrusted() - Method in class org.jboss.security.identitytrust.modules.AbstractIdentityTrustModule
-
- isTrusted() - Method in class org.jboss.security.identitytrust.modules.AlwaysDenyTrustModule
-
- isTrusted() - Method in class org.jboss.security.identitytrust.modules.AlwaysNotApplicableTrustModule
-
- isTrusted() - Method in class org.jboss.security.identitytrust.modules.AlwaysPermitTrustModule
-
- isTrusted() - Method in class org.jboss.security.identitytrust.modules.JavaEETrustModule
-
- isTrusted() - Method in class org.jboss.security.javaee.EJBAuthenticationHelper
-
Whether the current caller can be trusted?
- isTrusted(SecurityContext) - Method in class org.jboss.security.plugins.identitytrust.JBossIdentityTrustManager
-
- isValid(Principal, Object) - Method in class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
- isValid(Principal, Object, Subject) - Method in class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
- 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(Principal, Object) - Method in class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
Validate that the given credential is correct for principal.
- isValid(Principal, Object, Subject) - Method in class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
Validate that the given credential is correct for principal.
- isValid(MessageInfo, Subject, String, CallbackHandler) - Method in class org.jboss.security.plugins.auth.JASPIServerAuthenticationManager
-
- isValid(MessageInfo, Subject, String, String, CallbackHandler) - Method in class org.jboss.security.plugins.auth.JASPIServerAuthenticationManager
-
- isValid(Principal, Object) - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
Validate that the given credential is correct for principal.
- isValid(Principal, Object, Subject) - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
Validate that the given credential is correct for principal.
- isValid(MessageInfo, Subject, String) - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
- isValid(MessageInfo, Subject, String, CallbackHandler) - Method in class org.jboss.security.plugins.NoAccessSecurityManager
-
- 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(MessageInfo, Subject, String) - Method in class org.jboss.security.plugins.NullSecurityManager
-
- isValid(MessageInfo, Subject, String, CallbackHandler) - Method in class org.jboss.security.plugins.NullSecurityManager
-
- 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.
- isValidEntry(String) - Method in class org.jboss.security.auth.spi.SimpleUsersLoginModule
-
- isValidEntry(String) - Method in class org.jboss.security.mapping.providers.role.SimpleRolesMappingProvider
-
Removes entries that are valid options for super classes
- 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
- isVerified() - Method in class org.jboss.security.auth.callback.VerifyPasswordCallback
-
- isVmwideAssociation() - Method in class org.jboss.security.client.SecurityClient
-
Is the Security Context establishment vm wide?
- isWarnOnNonFileURLs() - Static method in class org.jboss.security.util.xml.JBossEntityResolver
-
- ITERATION_COUNT - Static variable in class org.picketbox.plugins.vault.PicketBoxSecurityVault
-
- 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
-
- JaasSecurityDomainIdentityLoginModule - Class in org.picketbox.datasource.security
-
- JaasSecurityDomainIdentityLoginModule() - Constructor for class org.picketbox.datasource.security.JaasSecurityDomainIdentityLoginModule
-
Deprecated.
- JaasSecurityManagerBase - Class in org.jboss.security.plugins.auth
-
The JaasSecurityManager is responsible both for authenticating credentials
associated with principals and for role mapping.
- JaasSecurityManagerBase() - Constructor for class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
Creates a default JaasSecurityManager for with a securityDomain
name of 'other'.
- JaasSecurityManagerBase(String, CallbackHandler) - Constructor for class org.jboss.security.plugins.auth.JaasSecurityManagerBase
-
Creates a JaasSecurityManager for with a securityDomain
name of that given by the 'securityDomain' argument.
- JACC - Static variable in interface org.jboss.security.authorization.PolicyRegistration
-
Represents a JACC policy
- JACCAuthorizationModule - Class in org.jboss.security.authorization.modules
-
Authorization Module that enforces JACC semantics
- JACCAuthorizationModule() - Constructor for class org.jboss.security.authorization.modules.JACCAuthorizationModule
-
- 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
- JASPIAuthenticationInfo - Class in org.jboss.security.auth.login
-
AuthenticationInfo based on JSR-196
- JASPIAuthenticationInfo() - Constructor for class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
Creates an instance of JASPIAuthenticationInfo
.
- JASPIAuthenticationInfo(String) - Constructor for class org.jboss.security.auth.login.JASPIAuthenticationInfo
-
Creates an instance of JASPIAuthenticationInfo
with the specified name.
- JASPICallbackHandler - Class in org.jboss.security.auth.callback
-
CallbackHandler
with the JASPI callbacks
- JASPICallbackHandler() - Constructor for class org.jboss.security.auth.callback.JASPICallbackHandler
-
- JASPICallbackHandler(Principal, Object) - Constructor for class org.jboss.security.auth.callback.JASPICallbackHandler
-
- JASPIServerAuthenticationManager - Class in org.jboss.security.plugins.auth
-
- JASPIServerAuthenticationManager() - Constructor for class org.jboss.security.plugins.auth.JASPIServerAuthenticationManager
-
- JASPIServerAuthenticationManager(String, CallbackHandler) - Constructor for class org.jboss.security.plugins.auth.JASPIServerAuthenticationManager
-
- JAVAEE - Static variable in interface org.jboss.security.SecurityConstants
-
Identity Trust Constants
- JavaEEResource - Class in org.jboss.security.authorization.resources
-
Represents a Java EE Resource
- JavaEEResource() - Constructor for class org.jboss.security.authorization.resources.JavaEEResource
-
- JavaEETrustModule - Class in org.jboss.security.identitytrust.modules
-
Trust Module that deals with JavaEE RunAsIdentity
We always trust the JavaEE RunAS to bypass authentication
and will be governed by the authorization rules
- JavaEETrustModule() - Constructor for class org.jboss.security.identitytrust.modules.JavaEETrustModule
-
- JavaPropertiesConfigParser - Class in org.jboss.security.config.parser
-
Able to read in Java properties into module options
- JavaPropertiesConfigParser() - Constructor for class org.jboss.security.config.parser.JavaPropertiesConfigParser
-
- JBOSS_DYNAMIC_POLICY_SET_IDENTIFIER - Static variable in interface org.jboss.security.authorization.XACMLConstants
-
- JBOSS_RESOURCE_PARAM_IDENTIFIER - Static variable in interface org.jboss.security.authorization.XACMLConstants
-
- JBossAuditContext - Class in org.jboss.security.plugins.audit
-
Default implementation of the audit context
- JBossAuditContext(String) - Constructor for class org.jboss.security.plugins.audit.JBossAuditContext
-
- JBossAuditManager - Class in org.jboss.security.plugins.audit
-
Manages a set of AuditContext
- JBossAuditManager(String) - Constructor for class org.jboss.security.plugins.audit.JBossAuditManager
-
- JBossAuthConfigFactory - Class in org.jboss.security.auth.message.config
-
Default Authentication Configuration Factory
- JBossAuthConfigFactory() - Constructor for class org.jboss.security.auth.message.config.JBossAuthConfigFactory
-
Creates an instance of JBossAuthConfigFactory
.
- JBossAuthConfigProvider - Class in org.jboss.security.auth.message.config
-
Default Auth Config Provider
- JBossAuthConfigProvider(Map<String, Object>, AuthConfigFactory) - Constructor for class org.jboss.security.auth.message.config.JBossAuthConfigProvider
-
Create a new JBossAuthConfigProvider.
- JBossAuthenticationCache - Class in org.jboss.security.cache
-
Authentication Cache keyed in by Principal
- JBossAuthenticationCache() - Constructor for class org.jboss.security.cache.JBossAuthenticationCache
-
- JBossAuthenticationCache(int, float, int) - Constructor for class org.jboss.security.cache.JBossAuthenticationCache
-
- JBossAuthenticationManager - Class in org.jboss.security.plugins
-
Default Implementation of the AuthenticationManager Interface
- JBossAuthenticationManager() - Constructor for class org.jboss.security.plugins.JBossAuthenticationManager
-
- JBossAuthenticationManager(String, CallbackHandler) - Constructor for class org.jboss.security.plugins.JBossAuthenticationManager
-
- JBossAuthorizationContext - Class in org.jboss.security.plugins.authorization
-
JBAS-3374: Authorization Framework for Policy Decision Modules
For information on the behavior of the Authorization Modules,
For Authorization Modules behavior(Required, Requisite, Sufficient and Optional)
please refer to the javadoc for @see javax.security.auth.login.Configuration
The AuthorizationContext derives the AuthorizationInfo(configuration for the modules)
in the following way:
a) If there has been an injection of ApplicationPolicy, then it will be used.
- JBossAuthorizationContext(String) - Constructor for class org.jboss.security.plugins.authorization.JBossAuthorizationContext
-
- JBossAuthorizationContext(String, CallbackHandler) - Constructor for class org.jboss.security.plugins.authorization.JBossAuthorizationContext
-
- JBossAuthorizationContext(String, Subject, CallbackHandler) - Constructor for class org.jboss.security.plugins.authorization.JBossAuthorizationContext
-
- JBossAuthorizationManager - Class in org.jboss.security.plugins
-
Authorization Manager implementation
- JBossAuthorizationManager(String) - Constructor for class org.jboss.security.plugins.JBossAuthorizationManager
-
- JBossCachedAuthenticationManager - Class in org.jboss.security.authentication
-
- JBossCachedAuthenticationManager() - Constructor for class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
Create a new JBossCachedAuthenticationManager using the
default security domain and
CallbackHandler
implementation.
- JBossCachedAuthenticationManager(String, CallbackHandler) - Constructor for class org.jboss.security.authentication.JBossCachedAuthenticationManager
-
Create a new JBossCachedAuthenticationManager.
- JBossCachedAuthenticationManager.DomainInfo - Class in org.jboss.security.authentication
-
A cache value.
- JBossCallbackHandler - Class in org.jboss.security.auth.callback
-
Serializable Callback Handler
- JBossCallbackHandler() - Constructor for class org.jboss.security.auth.callback.JBossCallbackHandler
-
- JBossCallbackHandler(Principal, Object) - Constructor for class org.jboss.security.auth.callback.JBossCallbackHandler
-
Initialize the UsernamePasswordHandler with the principal
and credentials to use.
- JBossClientAuthConfig - Class in org.jboss.security.auth.message.config
-
Default Client Authentication Configuration
- JBossClientAuthConfig(String, String, CallbackHandler, Map) - Constructor for class org.jboss.security.auth.message.config.JBossClientAuthConfig
-
Create a new JBossClientAuthConfig.
- JBossClientAuthContext - Class in org.jboss.security.auth.message.config
-
Default Client Authentication Context
- JBossClientAuthContext(JBossClientAuthConfig) - Constructor for class org.jboss.security.auth.message.config.JBossClientAuthContext
-
Create a new JBossClientAuthContext.
- JBossEntityResolver - Class in org.jboss.security.util.xml
-
Local entity resolver to handle standard J2EE DTDs and Schemas as well as JBoss
specific DTDs.
- JBossEntityResolver() - Constructor for class org.jboss.security.util.xml.JBossEntityResolver
-
- JBossIdentityTrustContext - Class in org.jboss.security.identitytrust
-
Implementation of the Identity Trust Context
- JBossIdentityTrustContext(String, SecurityContext) - Constructor for class org.jboss.security.identitytrust.JBossIdentityTrustContext
-
- JBossIdentityTrustManager - Class in org.jboss.security.plugins.identitytrust
-
Identity Trust Manager default implementation
- JBossIdentityTrustManager(String) - Constructor for class org.jboss.security.plugins.identitytrust.JBossIdentityTrustManager
-
- JBossJSSESecurityDomain - Class in org.jboss.security
-
A security domain used to configure SSL.
- JBossJSSESecurityDomain(String) - Constructor for class org.jboss.security.JBossJSSESecurityDomain
-
- JBossMappingManager - Class in org.jboss.security.plugins.mapping
-
JBoss implementation of Mapping Manager
- JBossMappingManager(String) - Constructor for class org.jboss.security.plugins.mapping.JBossMappingManager
-
- jbossModuleName - Variable in class org.jboss.security.auth.spi.AbstractServerLoginModule
-
jboss module name to load Callback class etc
- jbossModuleName - Variable in class org.jboss.security.config.BaseSecurityInfo
-
Name of the JBoss Module that can be optionally configured for
custom login modules etc
- JBossPolicyConfiguration - Class in org.jboss.security.jacc
-
The JACC PolicyConfiguration implementation.
- JBossPolicyConfiguration(String, DelegatingPolicy, StateMachine) - Constructor for class org.jboss.security.jacc.JBossPolicyConfiguration
-
- JBossPolicyConfigurationFactory - Class in org.jboss.security.jacc
-
org.jboss.security.provider
- JBossPolicyConfigurationFactory() - Constructor for class org.jboss.security.jacc.JBossPolicyConfigurationFactory
-
Build the JACC policy configuration state machine from the
jacc-policy-config-states.xml file.
- JBossPolicyRegistration - Class in org.jboss.security.plugins
-
Default implementation of Policy Registration interface
- JBossPolicyRegistration() - Constructor for class org.jboss.security.plugins.JBossPolicyRegistration
-
- JBossSecurityClient - Class in org.jboss.security.client
-
Implementation of the SecurityClient contract
Usage:
- JBossSecurityClient() - Constructor for class org.jboss.security.client.JBossSecurityClient
-
- JBossSecurityContext - Class in org.jboss.security.plugins
-
Implementation of the Security Context for the JBoss AS
- JBossSecurityContext(String) - Constructor for class org.jboss.security.plugins.JBossSecurityContext
-
- JBossSecurityContextUtil - Class in org.jboss.security.plugins
-
Utility class for JBossSecurityContext implementation
- JBossSecurityContextUtil(SecurityContext) - Constructor for class org.jboss.security.plugins.JBossSecurityContextUtil
-
- JBossSecuritySubjectFactory - Class in org.jboss.security.plugins
-
Create a Subject given the details available
via implementation strategies such as SecurityContextAssociation
to get hold of the Principal, Credentials, etc
- JBossSecuritySubjectFactory() - Constructor for class org.jboss.security.plugins.JBossSecuritySubjectFactory
-
- JBossServerAuthConfig - Class in org.jboss.security.auth.message.config
-
Provides configuration for the server side
- JBossServerAuthConfig(String, String, CallbackHandler, Map) - Constructor for class org.jboss.security.auth.message.config.JBossServerAuthConfig
-
Create a new JBossServerAuthConfig.
- JBossServerAuthContext - Class in org.jboss.security.auth.message.config
-
Default Server Authentication Context
- JBossServerAuthContext(List<ServerAuthModule>, Map<String, Map>, CallbackHandler) - Constructor for class org.jboss.security.auth.message.config.JBossServerAuthContext
-
- JBossSXProvider - Class in org.jboss.crypto
-
A Java2 security provider for cryptographic algorithms provided by
the JBossSX framework.
- JBossSXProvider() - Constructor for class org.jboss.crypto.JBossSXProvider
-
Creates a new instance of Provider
- JBossSXProvider(String, double, String) - Constructor for class org.jboss.crypto.JBossSXProvider
-
- JBossTimeBasedOTPLoginModule - Class in org.jboss.security.auth.spi.otp
-
Login Module that can be configured to validate a Time based OTP.
- JBossTimeBasedOTPLoginModule() - Constructor for class org.jboss.security.auth.spi.otp.JBossTimeBasedOTPLoginModule
-
- JBossXACMLUtil - Class in org.jboss.security.authorization.util
-
Utility class dealing with JBossXACML
- JBossXACMLUtil() - Constructor for class org.jboss.security.authorization.util.JBossXACMLUtil
-
- jj_nt - Variable in class org.jboss.security.auth.login.SunConfigParser
-
Next token.
- jjFillToken() - Method in class org.jboss.security.auth.login.SunConfigParserTokenManager
-
- jjnewLexState - Static variable in class org.jboss.security.auth.login.SunConfigParserTokenManager
-
Lex State array.
- jjstrLiteralImages - Static variable in class org.jboss.security.auth.login.SunConfigParserTokenManager
-
Token literal values.
- JPAPersistenceStrategy - Class in org.jboss.security.acl
-
Implementation of ACLPersistenceStrategy
that uses the Java Persistence API (JPA) to
persist the ACL
s.
- JPAPersistenceStrategy() - Constructor for class org.jboss.security.acl.JPAPersistenceStrategy
-
- JPAPersistenceStrategy(ACLResourceFactory) - Constructor for class org.jboss.security.acl.JPAPersistenceStrategy
-
- JSSESecurityDomain - Interface in org.jboss.security
-
Security domain used for configuring SSL.