Skip navigation links
WildFly: Security Subsystem Plugins 26.0.0.Beta1
A C D E F G H I J K L M N O P R S T U 

A

AccountPrincipal - Interface in org.jboss.as.core.security
An interfaces to be implemented by a Principal that represents the account used for authentication.
AccountPrincipal - Interface in org.jboss.as.core.security.api
An interfaces to be implemented by a Principal that represents the account used for authentication.
add(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Inserts the specified element at the tail of this deque.
add(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Inserts the specified element at the tail of this deque.
addAll(Collection<? extends E>) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends E>) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
addFirst(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Inserts the specified element at the front of this deque.
addFirst(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Inserts the specified element at the front of this deque.
addLast(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Inserts the specified element at the end of this deque.
addLast(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Inserts the specified element at the end of this deque.
afterRemove(K, V) - Method in interface org.jboss.as.security.lru.RemoveCallback
 
authenticate() - Method in interface org.jboss.as.core.security.ServerSecurityManager
 
authenticate(String, String, Set<String>) - Method in interface org.jboss.as.core.security.ServerSecurityManager
 
AuthenticationCacheFactory - Interface in org.jboss.as.security.plugins
Factory that creates default ConcurrentMaps for authentication cache.
authorize(String, CodeSource, String, Method, Set<Principal>, String) - Method in interface org.jboss.as.core.security.ServerSecurityManager
 

C

clear() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Removes all of the elements from this deque.
clear() - Method in class org.jboss.as.security.lru.LRUCache
 
clear() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Removes all of the elements from this deque.
clear() - Static method in class org.jboss.as.security.remoting.RemotingContext
 
clearCache() - Method in class org.jboss.as.security.plugins.ModuleClassLoaderLocator
 
CombinedClassLoader(List<ClassLoader>) - Constructor for class org.jboss.as.security.plugins.ModuleClassLoaderLocator.CombinedClassLoader
 
ConcurrentDirectDeque<E> - Class in org.jboss.as.security.lru
A concurrent deque that allows direct item removal without traversal.
ConcurrentDirectDeque() - Constructor for class org.jboss.as.security.lru.ConcurrentDirectDeque
 
contains(Object) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Returns true if this deque contains at least one element e such that o.equals(e).
contains(Object) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Returns true if this deque contains at least one element e such that o.equals(e).
createSecurityDomainContext(String, AuthenticationCacheFactory) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
Creates a SecurityDomainContext
createSecurityDomainContext(String, AuthenticationCacheFactory, JSSESecurityDomain) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
Creates a SecurityDomainContext optionally including a JSSESecurityDomain

D

DefaultAuthenticationCacheFactory - Class in org.jboss.as.security.plugins
Factory that creates default ConcurrentMaps for authentication cache.
DefaultAuthenticationCacheFactory() - Constructor for class org.jboss.as.security.plugins.DefaultAuthenticationCacheFactory
 
descendingIterator() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Returns an iterator over the elements in this deque in reverse sequential order.

E

element() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
element() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
entrySet() - Method in class org.jboss.as.security.lru.LRUCache
 
equals(Object) - Method in class org.jboss.as.core.security.SecurityRealmPrincipal
 
equals(SecurityRealmPrincipal) - Method in class org.jboss.as.core.security.SecurityRealmPrincipal
 
equals(Object) - Method in class org.jboss.as.core.security.SimplePrincipal
 
equals(SimplePrincipal) - Method in class org.jboss.as.core.security.SimplePrincipal
 
equals(Object) - Method in class org.jboss.as.security.remoting.RemotingConnectionCredential
 
equals(RemotingConnectionCredential) - Method in class org.jboss.as.security.remoting.RemotingConnectionCredential
 

F

FastConcurrentDirectDeque<E> - Class in org.jboss.as.security.lru
A modified version of ConcurrentLinkedDequeue which includes direct removal.
FastConcurrentDirectDeque() - Constructor for class org.jboss.as.security.lru.FastConcurrentDirectDeque
Constructs an empty deque.
FastConcurrentDirectDeque(Collection<? extends E>) - Constructor for class org.jboss.as.security.lru.FastConcurrentDirectDeque
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.

G

get(Object) - Method in class org.jboss.as.security.lru.LRUCache
 
get(String) - Method in class org.jboss.as.security.plugins.ModuleClassLoaderLocator
 
get(List<String>) - Method in class org.jboss.as.security.plugins.ModuleClassLoaderLocator
 
getAuditManager(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
getAuditManager() - Method in class org.jboss.as.security.plugins.SecurityDomainContext
 
getAuditManagerClassName() - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
getAuthenticationManager(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
getAuthenticationManager() - Method in class org.jboss.as.security.plugins.SecurityDomainContext
 
getAuthenticationManagerClassName() - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
getAuthorizationManager(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
getAuthorizationManager() - Method in class org.jboss.as.security.plugins.SecurityDomainContext
 
getAuthorizationManagerClassName() - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
getCache() - Method in interface org.jboss.as.security.plugins.AuthenticationCacheFactory
Returns a cache implementation
getCache() - Method in class org.jboss.as.security.plugins.DefaultAuthenticationCacheFactory
Returns a default cache implementation
getCallbackHandlerClassName() - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
getCallerPrincipal() - Method in interface org.jboss.as.core.security.ServerSecurityManager
 
getConnection() - Static method in class org.jboss.as.security.remoting.RemotingContext
 
getCredential() - Method in class org.jboss.as.security.remoting.RemotingLoginModule
 
getFirst() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
getFirst() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
getIdentity() - Method in class org.jboss.as.security.remoting.RemotingLoginModule
 
getIdentityTrustManager(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
getIdentityTrustManager() - Method in class org.jboss.as.security.plugins.SecurityDomainContext
 
getIdentityTrustManagerClassName() - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
getJSSE(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
getJSSE() - Method in class org.jboss.as.security.plugins.SecurityDomainContext
 
getLast() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
getLast() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
getLoggingLocale() - Method in class org.jboss.as.security._private.SecurityLogger_$logger
 
getMappingManager(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
getMappingManager() - Method in class org.jboss.as.security.plugins.SecurityDomainContext
 
getMappingManagerClassName() - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
getName() - Method in class org.jboss.as.core.security.SecurityRealmPrincipal
 
getName() - Method in class org.jboss.as.core.security.SimplePrincipal
 
getRealm() - Method in interface org.jboss.as.core.security.api.RealmPrincipal
Obtain the name of the realm that this Principal is associated with.
getRealm() - Method in interface org.jboss.as.core.security.RealmPrincipal
 
getRemoteConnection() - Static method in class org.jboss.as.security.remoting.RemotingContext
 
getResource(String) - Method in class org.jboss.as.security.plugins.ModuleClassLoaderLocator.CombinedClassLoader
 
getResourceAsStream(String) - Method in class org.jboss.as.security.plugins.ModuleClassLoaderLocator.CombinedClassLoader
 
getResources(String) - Method in class org.jboss.as.security.plugins.ModuleClassLoaderLocator.CombinedClassLoader
 
getRoleSets() - Method in class org.jboss.as.security.remoting.RemotingLoginModule
 
getSecurityIdentity() - Method in interface org.jboss.as.security.remoting.RemoteConnection
 
getSecurityManagerMap() - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
getSslSession() - Method in interface org.jboss.as.security.remoting.RemoteConnection
 
getSubject() - Method in interface org.jboss.as.core.security.ServerSecurityManager
 
getSubject() - Method in class org.jboss.as.security.plugins.SecurityDomainContext
 
getSubject() - Method in class org.jboss.as.security.remoting.RemotingConnectionCredential
 
getValue() - Method in class org.jboss.as.security.lru.LRUCache.CacheEntry
 
GroupPrincipal - Interface in org.jboss.as.core.security.api
A Principal type to represent a group, used generally to signify group membership information.
GroupPrincipal - Interface in org.jboss.as.core.security
An interfaces to be implemented by Principal instances that represent group membership.

H

hashCode() - Method in class org.jboss.as.core.security.SecurityRealmPrincipal
 
hashCode() - Method in class org.jboss.as.core.security.SimplePrincipal
 
hashCode() - Method in class org.jboss.as.security.remoting.RemotingConnectionCredential
 
hit() - Method in class org.jboss.as.security.lru.LRUCache.CacheEntry
 

I

initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.jboss.as.security.remoting.RemotingLoginModule
 
isCallerInRole(String, Object, Map<String, Collection<String>>, String...) - Method in interface org.jboss.as.core.security.ServerSecurityManager
Deprecated.
isCallerInRole(String, String, Object, Map<String, Collection<String>>, String...) - Method in interface org.jboss.as.core.security.ServerSecurityManager
 
isDeepCopySubjectMode() - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
isEmpty() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Returns true if this collection contains no elements.
isEmpty() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Returns true if this collection contains no elements.
isSet() - Static method in class org.jboss.as.security.remoting.RemotingContext
 
iterator() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Returns an iterator over the elements in this deque in proper sequence.

J

JNDIBasedSecurityManagement - Class in org.jboss.as.security.plugins
JNDI based implementation of ISecurityManagement
JNDIBasedSecurityManagement(ModuleLoader) - Constructor for class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 

K

key() - Method in class org.jboss.as.security.lru.LRUCache.CacheEntry
 

L

loadClass(String) - Method in class org.jboss.as.security.plugins.ModuleClassLoaderLocator.CombinedClassLoader
 
login() - Method in class org.jboss.as.security.remoting.RemotingLoginModule
 
LRUCache<K,V> - Class in org.jboss.as.security.lru
A non-blocking cache where entries are indexed by a key.
LRUCache(int) - Constructor for class org.jboss.as.security.lru.LRUCache
 
LRUCache(int, RemoveCallback<K, V>) - Constructor for class org.jboss.as.security.lru.LRUCache
 
LRUCache.CacheEntry<K,V> - Class in org.jboss.as.security.lru
 

M

missingModuleName(String) - Method in interface org.jboss.as.security._private.SecurityLogger
Creates an exception indicating that the module name was missing
missingModuleName(String) - Method in class org.jboss.as.security._private.SecurityLogger_$logger
 
missingModuleName$str() - Method in class org.jboss.as.security._private.SecurityLogger_$logger
 
ModuleClassLoaderLocator - Class in org.jboss.as.security.plugins
An implementation of ClassLoaderLocator that is based on JBoss Modules.
ModuleClassLoaderLocator(ModuleLoader) - Constructor for class org.jboss.as.security.plugins.ModuleClassLoaderLocator
 
ModuleClassLoaderLocator.CombinedClassLoader - Class in org.jboss.as.security.plugins
A Classloader that takes a list of Classloaders to delegate to

N

newInstance() - Static method in class org.jboss.as.security.lru.ConcurrentDirectDeque
 

O

offer(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Inserts the specified element at the tail of this deque.
offer(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Inserts the specified element at the tail of this deque.
offerFirst(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Inserts the specified element at the front of this deque.
offerFirst(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Inserts the specified element at the front of this deque.
offerFirstAndReturnToken(E) - Method in class org.jboss.as.security.lru.ConcurrentDirectDeque
 
offerFirstAndReturnToken(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
offerFirstAndReturnToken(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
offerLast(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Inserts the specified element at the end of this deque.
offerLast(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Inserts the specified element at the end of this deque.
offerLastAndReturnToken(E) - Method in class org.jboss.as.security.lru.ConcurrentDirectDeque
 
offerLastAndReturnToken(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
offerLastAndReturnToken(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
org.jboss.as.core.security - package org.jboss.as.core.security
 
org.jboss.as.core.security.api - package org.jboss.as.core.security.api
 
org.jboss.as.security._private - package org.jboss.as.security._private
 
org.jboss.as.security.lru - package org.jboss.as.security.lru
 
org.jboss.as.security.plugins - package org.jboss.as.security.plugins
 
org.jboss.as.security.remoting - package org.jboss.as.security.remoting
 

P

peek() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
peek() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
peekFirst() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
peekFirst() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
peekLast() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
peekLast() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
poll() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
poll() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
pollFirst() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
pollFirst() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
pollLast() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
pollLast() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
pop() - Method in interface org.jboss.as.core.security.ServerSecurityManager
 
pop() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
pop() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
PortableConcurrentDirectDeque<E> - Class in org.jboss.as.security.lru
A modified version of ConcurrentLinkedDequeue which includes direct removal and is portable accross all JVMs.
PortableConcurrentDirectDeque() - Constructor for class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Constructs an empty deque.
PortableConcurrentDirectDeque(Collection<? extends E>) - Constructor for class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
push(String) - Method in interface org.jboss.as.core.security.ServerSecurityManager
 
push(String, String, char[], Subject) - Method in interface org.jboss.as.core.security.ServerSecurityManager
 
push(E) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
push(E) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
put(K, V) - Method in class org.jboss.as.security.lru.LRUCache
 
put(K, V, boolean) - Method in class org.jboss.as.security.lru.LRUCache
 
putIfAbsent(K, V) - Method in class org.jboss.as.security.lru.LRUCache
 

R

RealmGroup - Class in org.jboss.as.core.security
A Principal used to represent an authenticated identities group membership.
RealmGroup(String, String) - Constructor for class org.jboss.as.core.security.RealmGroup
 
RealmGroup(String) - Constructor for class org.jboss.as.core.security.RealmGroup
 
RealmPrincipal - Interface in org.jboss.as.core.security.api
An interface to be implemented by Principal types that also return a realm name.
RealmPrincipal - Interface in org.jboss.as.core.security
An interfaces to be implemented by all Principal instances that are also associated with a realm.
RealmRole - Class in org.jboss.as.core.security
A Principal used to represent an authenticated identities role assignment.
RealmRole(String) - Constructor for class org.jboss.as.core.security.RealmRole
 
RealmUser - Class in org.jboss.as.core.security
The Principal used to represent the name of an authenticated user.
RealmUser(String, String) - Constructor for class org.jboss.as.core.security.RealmUser
 
RealmUser(String) - Constructor for class org.jboss.as.core.security.RealmUser
 
RemoteConnection - Interface in org.jboss.as.security.remoting
Represents a remote connection to the application server, either via remoting or via Jakarta Enterprise Beans over HTTP
RemotingConnectionCredential - Class in org.jboss.as.security.remoting
A Credential wrapping a remote connection.
RemotingConnectionCredential(RemoteConnection, SecurityIdentity) - Constructor for class org.jboss.as.security.remoting.RemotingConnectionCredential
 
RemotingContext - Class in org.jboss.as.security.remoting
A simple context to associate the Remoting Connection with the current thread.
RemotingContext() - Constructor for class org.jboss.as.security.remoting.RemotingContext
 
RemotingLoginModule - Class in org.jboss.as.security.remoting
A simple LoginModule to take the UserPrincipal from the inbound Remoting connection and to use it as an already authenticated user.
RemotingLoginModule() - Constructor for class org.jboss.as.security.remoting.RemotingLoginModule
 
RemotingPermission - Class in org.jboss.as.security.remoting
This class is for WildFly Security Remoting's permissions.
RemotingPermission(String) - Constructor for class org.jboss.as.security.remoting.RemotingPermission
Creates a new permission with the specified name.
RemotingPermission(String, String) - Constructor for class org.jboss.as.security.remoting.RemotingPermission
Creates a new permission object with the specified name.
remove() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
remove(Object) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
remove(Object, Object) - Method in class org.jboss.as.security.lru.LRUCache
 
remove(Object) - Method in class org.jboss.as.security.lru.LRUCache
 
remove() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
remove(Object) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
RemoveCallback<K,V> - Interface in org.jboss.as.security.lru
Allows an LRU Cache to get a callback after a removal has occurred.
removeFirst() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
removeFirst() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
removeFirstOccurrence(Object) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
removeFirstOccurrence(Object) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Removes the first element e such that o.equals(e), if such an element exists in this deque.
removeLast() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
removeLast() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
removeLastOccurrence(Object) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Removes the last element e such that o.equals(e), if such an element exists in this deque.
removeLastOccurrence(Object) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Removes the last element e such that o.equals(e), if such an element exists in this deque.
removeSecurityDomain(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
Removes one security domain from the maps
removeToken(Object) - Method in class org.jboss.as.security.lru.ConcurrentDirectDeque
 
removeToken(Object) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
 
removeToken(Object) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
 
replace(K, V) - Method in class org.jboss.as.security.lru.LRUCache
 
replace(K, V, V) - Method in class org.jboss.as.security.lru.LRUCache
 
RolePrincipal - Interface in org.jboss.as.core.security
An interfaces to be implemented by Principal instances that represent role assignment.
ROOT_LOGGER - Static variable in interface org.jboss.as.security._private.SecurityLogger
A logger with a category of the package name.
runtimeException(Throwable) - Method in interface org.jboss.as.security._private.SecurityLogger
runtimeException(Throwable) - Method in class org.jboss.as.security._private.SecurityLogger_$logger
 
runtimeException$str() - Method in class org.jboss.as.security._private.SecurityLogger_$logger
 

S

SecurityDomainContext - Class in org.jboss.as.security.plugins
An encapsulation of the JNDI security context information
SecurityDomainContext(AuthenticationManager, AuthorizationManager, AuditManager, IdentityTrustManager, MappingManager, JSSESecurityDomain) - Constructor for class org.jboss.as.security.plugins.SecurityDomainContext
 
SecurityLogger - Interface in org.jboss.as.security._private
Date: 05.11.2011
SecurityLogger_$logger - Class in org.jboss.as.security._private
Warning this class consists of generated code.
SecurityLogger_$logger(Logger) - Constructor for class org.jboss.as.security._private.SecurityLogger_$logger
 
SecurityRealmPrincipal - Class in org.jboss.as.core.security
Base class for Principals defined for security realms.
ServerSecurityManager - Interface in org.jboss.as.core.security
Interface to the servers security manager implementation.
setAuditManagerClassName(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
setAuthenticationManagerClassName(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
setAuthorizationManagerClassName(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
setCallbackHandlerClassName(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
setConnection(Connection) - Static method in class org.jboss.as.security.remoting.RemotingContext
 
setConnection(RemoteConnection) - Static method in class org.jboss.as.security.remoting.RemotingContext
 
setDeepCopySubjectMode(boolean) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
setIdentityTrustManagerClassName(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
setMappingManagerClassName(String) - Method in class org.jboss.as.security.plugins.JNDIBasedSecurityManagement
 
setValue(V) - Method in class org.jboss.as.security.lru.LRUCache.CacheEntry
 
setValue(V, V) - Method in class org.jboss.as.security.lru.LRUCache.CacheEntry
 
SimplePrincipal - Class in org.jboss.as.core.security
A simple Principal implementation where categorising the Principal is not important.
SimplePrincipal(String) - Constructor for class org.jboss.as.core.security.SimplePrincipal
 
size() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Returns the number of elements in this deque.
size() - Method in class org.jboss.as.security.lru.LRUCache
 
size() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Returns the number of elements in this deque.

T

toArray() - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
toArray(T[]) - Method in class org.jboss.as.security.lru.FastConcurrentDirectDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toArray() - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
toArray(T[]) - Method in class org.jboss.as.security.lru.PortableConcurrentDirectDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element); the runtime type of the returned array is that of the specified array.
toString() - Method in class org.jboss.as.core.security.SecurityRealmPrincipal
 
toString() - Method in class org.jboss.as.security.lru.LRUCache.CacheEntry
 

U

UserPrincipal - Interface in org.jboss.as.core.security.api
A Principal type to represent a user.
A C D E F G H I J K L M N O P R S T U 
Skip navigation links
WildFly: Security Subsystem Plugins 26.0.0.Beta1

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