A B C D E F G H I J K L O R S U V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AggregateSecurityRealm - Class in org.wildfly.security.auth.realm
-
A realm which directs authentication to one realm and authorization to another.
- AggregateSecurityRealm(SecurityRealm, Function<Principal, Principal>, SecurityRealm...) - Constructor for class org.wildfly.security.auth.realm.AggregateSecurityRealm
- AggregateSecurityRealm(SecurityRealm, SecurityRealm) - Constructor for class org.wildfly.security.auth.realm.AggregateSecurityRealm
-
Construct a new instance.
- AggregateSecurityRealm(SecurityRealm, SecurityRealm...) - Constructor for class org.wildfly.security.auth.realm.AggregateSecurityRealm
- applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- applyToCredential(Class<C>, String, Function<C, R>) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- applyToCredential(Class<C>, Function<C, R>) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
B
- build() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Builds a new
FileSystemSecurityRealminstance based on configuration defined for thisFileSystemSecurityRealmBuilderinstance. - build() - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Builds the
LegacyPropertiesSecurityRealm. - builder() - Static method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance of the FileSystemSecurityRealmBuilder.
- builder() - Static method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
-
Obtain a new
LegacyPropertiesSecurityRealm.Buildercapable of building aLegacyPropertiesSecurityRealm.
C
- CacheableSecurityRealm - Interface in org.wildfly.security.auth.realm
-
This interface defines a contract for a
SecurityRealmthat supports caching ofRealmIdentityinstances. - CachingModifiableSecurityRealm - Class in org.wildfly.security.auth.realm
-
A wrapper class that provides caching capabilities for a
ModifiableSecurityRealmand its identities. - CachingModifiableSecurityRealm(CacheableSecurityRealm, RealmIdentityCache) - Constructor for class org.wildfly.security.auth.realm.CachingModifiableSecurityRealm
-
Creates a new instance.
- CachingModifiableSecurityRealm(CacheableSecurityRealm, RealmIdentityCache, Supplier<Provider[]>) - Constructor for class org.wildfly.security.auth.realm.CachingModifiableSecurityRealm
-
Creates a new instance.
- CachingSecurityRealm - Class in org.wildfly.security.auth.realm
-
A wrapper class that provides caching capabilities for a
SecurityRealmand its identities. - CachingSecurityRealm(SecurityRealm, RealmIdentityCache) - Constructor for class org.wildfly.security.auth.realm.CachingSecurityRealm
-
Creates a new instance.
- CachingSecurityRealm(SecurityRealm, RealmIdentityCache, Supplier<Provider[]>) - Constructor for class org.wildfly.security.auth.realm.CachingSecurityRealm
-
Creates a new instance.
- cloneIdentitiesToNewRealm(FileSystemSecurityRealm, FileSystemSecurityRealm) - Static method in class org.wildfly.security.auth.realm.FileSystemRealmUtil
-
Copies identities from an existing
FileSystemSecurityRealmto a new one. - close() - Method in class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock.IdentityLock
- createFailoverIdentity(RealmIdentity, Principal) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm
- createFailoverIdentity(RealmIdentity, Evidence) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm
D
- delegate - Variable in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- delegateRealm - Variable in class org.wildfly.security.auth.realm.FailoverSecurityRealm
- disableFailover() - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- dispose() - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- DistributedSecurityRealm - Class in org.wildfly.security.auth.realm
-
A realm for authentication and authorization of identities distributed between multiple realms.
- DistributedSecurityRealm(boolean, Consumer<Integer>, SecurityRealm...) - Constructor for class org.wildfly.security.auth.realm.DistributedSecurityRealm
-
Construct a new instance.
- DistributedSecurityRealm(SecurityRealm...) - Constructor for class org.wildfly.security.auth.realm.DistributedSecurityRealm
E
- exists() - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
F
- failed - Variable in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- failover(RealmUnavailableException) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- failoverCallback - Variable in class org.wildfly.security.auth.realm.FailoverSecurityRealm
- failoverRealm - Variable in class org.wildfly.security.auth.realm.FailoverSecurityRealm
- FailoverRealmIdentity(RealmIdentity) - Constructor for class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- FailoverSecurityRealm - Class in org.wildfly.security.auth.realm
-
A realm which wraps one realm and fails over to another in case the first is unavailable.
- FailoverSecurityRealm(SecurityRealm, SecurityRealm, Consumer<RealmUnavailableException>) - Constructor for class org.wildfly.security.auth.realm.FailoverSecurityRealm
-
Construct a new instance.
- FailoverSecurityRealm.FailoverRealmIdentity - Class in org.wildfly.security.auth.realm
- FileSystemRealmUtil - Class in org.wildfly.security.auth.realm
-
A utility class to utilize methods from the
FileSystemSecurityRealmclass for the Elytron Tool. - FileSystemRealmUtil() - Constructor for class org.wildfly.security.auth.realm.FileSystemRealmUtil
- FileSystemSecurityRealm - Class in org.wildfly.security.auth.realm
-
A simple filesystem-backed security realm.
- FileSystemSecurityRealm(Path) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance with 2 levels of hashing.
- FileSystemSecurityRealm(Path, int) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance.
- FileSystemSecurityRealm(Path, int, Supplier<Provider[]>) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
- FileSystemSecurityRealm(Path, int, Encoding, Charset) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance.
- FileSystemSecurityRealm(Path, NameRewriter, int) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance.
- FileSystemSecurityRealm(Path, NameRewriter, int, boolean) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance.
- FileSystemSecurityRealm(Path, NameRewriter, int, boolean, Encoding, Charset) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance.
- FileSystemSecurityRealm(Path, NameRewriter, int, boolean, Encoding, Charset, Supplier<Provider[]>, SecretKey, PrivateKey, PublicKey) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance.
- FileSystemSecurityRealm(Path, NameRewriter, int, boolean, Encoding, Charset, SecretKey) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance.
- FileSystemSecurityRealm(Path, NameRewriter, int, Encoding, Charset) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance.
- FileSystemSecurityRealm(Path, Encoding, Charset) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Construct a new instance with 2 levels of hashing.
- FileSystemSecurityRealm.IntegrityResult - Class in org.wildfly.security.auth.realm
- FileSystemSecurityRealm.LoadedIdentity - Class in org.wildfly.security.auth.realm
- FileSystemSecurityRealmBuilder - Class in org.wildfly.security.auth.realm
-
A builder class that creates
FileSystemSecurityRealminstances.
G
- getAttributes() - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- getAttributes() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.LoadedIdentity
- getAttributes() - Method in class org.wildfly.security.auth.realm.SimpleRealmEntry
-
Get the entry attributes.
- getAuthorizationIdentity() - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- getCacheableRealm() - Method in class org.wildfly.security.auth.realm.CachingSecurityRealm
-
Gets wrapped backing realm.
- getCredential(Class<C>) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- getCredential(Class<C>, String) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.AggregateSecurityRealm
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.CachingSecurityRealm
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.DistributedSecurityRealm
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.JaasSecurityRealm
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.KeyStoreBackedSecurityRealm
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
- getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
- getCredentials() - Method in class org.wildfly.security.auth.realm.SimpleRealmEntry
-
Get the credentials for this entry.
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.AggregateSecurityRealm
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.CachingSecurityRealm
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.DistributedSecurityRealm
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.JaasSecurityRealm
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.KeyStoreBackedSecurityRealm
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
- getEvidenceVerifySupport(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
- getFailoverIdentity() - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- getHashCharset() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
- getHashEncoding() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.LoadedIdentity
- getIdentityNames() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.IntegrityResult
-
Returns a string of the identities that were found to be invalid.
- getLoadTime() - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
-
Get the time when the realm was last loaded.
- getName() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.LoadedIdentity
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.AggregateSecurityRealm
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.CachingSecurityRealm
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.DistributedSecurityRealm
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.JaasSecurityRealm
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.KeyStoreBackedSecurityRealm
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
- getRealmIdentity(Principal) - Method in class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
- getRealmIdentity(Evidence) - Method in class org.wildfly.security.auth.realm.AggregateSecurityRealm
- getRealmIdentity(Evidence) - Method in class org.wildfly.security.auth.realm.DistributedSecurityRealm
- getRealmIdentity(Evidence) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm
- getRealmIdentityForUpdate(Principal) - Method in class org.wildfly.security.auth.realm.CachingModifiableSecurityRealm
- getRealmIdentityForUpdate(Principal) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
- getRealmIdentityIterator() - Method in class org.wildfly.security.auth.realm.CachingModifiableSecurityRealm
- getRealmIdentityIterator() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
- getRealmIdentityPrincipal() - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
H
- handleRealmEvent(RealmEvent) - Method in class org.wildfly.security.auth.realm.AggregateSecurityRealm
- handleRealmEvent(RealmEvent) - Method in class org.wildfly.security.auth.realm.CachingSecurityRealm
- hasIntegrityEnabled() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Checks if the FileSystemSecurityRealm has Integrity checking enabled
I
- IdentityLock(boolean) - Constructor for class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock.IdentityLock
-
Construct a new instance.
- IdentitySharedExclusiveLock - Class in org.wildfly.security.auth.realm
-
A simple shared/exclusive lock for a realm identity.
- IdentitySharedExclusiveLock() - Constructor for class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock
- IdentitySharedExclusiveLock.IdentityLock - Class in org.wildfly.security.auth.realm
-
Class that represents a lock on a realm identity.
- IntegrityException - Exception in org.wildfly.security.auth.realm
-
Exception to indicate a general failure related to the Integrity Verification of the Filesystem Realm.
- IntegrityException() - Constructor for exception org.wildfly.security.auth.realm.IntegrityException
-
Constructs a new
IntegrityExceptioninstance. - IntegrityException(String) - Constructor for exception org.wildfly.security.auth.realm.IntegrityException
-
Constructs a new
IntegrityExceptioninstance with an initial message. - IntegrityException(String, Throwable) - Constructor for exception org.wildfly.security.auth.realm.IntegrityException
-
Constructs a new
IntegrityExceptioninstance with an initial message and cause. - IntegrityException(Throwable) - Constructor for exception org.wildfly.security.auth.realm.IntegrityException
-
Constructs a new
IntegrityExceptioninstance with an initial cause. - isExclusive() - Method in class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock.IdentityLock
-
Determine whether this lock is exclusive or shared.
- isValid() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.IntegrityResult
-
The validity of the integrity check.
- isValid() - Method in class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock.IdentityLock
-
Determine whether this lock is valid.
J
- JaasSecurityRealm - Class in org.wildfly.security.auth.realm
-
A JAAS based
SecurityRealmimplementation. - JaasSecurityRealm(String) - Constructor for class org.wildfly.security.auth.realm.JaasSecurityRealm
-
Construct a new instance.
- JaasSecurityRealm(String, ClassLoader) - Constructor for class org.wildfly.security.auth.realm.JaasSecurityRealm
-
Construct a new instance.
- JaasSecurityRealm(String, String) - Constructor for class org.wildfly.security.auth.realm.JaasSecurityRealm
-
Construct a new instance.
- JaasSecurityRealm(String, String, ClassLoader) - Constructor for class org.wildfly.security.auth.realm.JaasSecurityRealm
-
Construct a new instance.
- JaasSecurityRealm(String, String, ClassLoader, CallbackHandler) - Constructor for class org.wildfly.security.auth.realm.JaasSecurityRealm
-
Construct a new instance.
K
- KeyStoreBackedSecurityRealm - Class in org.wildfly.security.auth.realm
-
A
KeyStorebackedSecurityRealmimplementation. - KeyStoreBackedSecurityRealm(KeyStore) - Constructor for class org.wildfly.security.auth.realm.KeyStoreBackedSecurityRealm
-
Construct a new instance.
- KeyStoreBackedSecurityRealm(KeyStore, Supplier<Provider[]>) - Constructor for class org.wildfly.security.auth.realm.KeyStoreBackedSecurityRealm
-
Construct a new instance.
L
- LegacyPropertiesSecurityRealm - Class in org.wildfly.security.auth.realm
-
A
SecurityRealmimplementation that makes use of the legacy properties files. - LegacyPropertiesSecurityRealm.Builder - Class in org.wildfly.security.auth.realm
-
A builder for legacy properties security realms.
- load(InputStream, InputStream) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
-
Loads this properties security realm from the given user and groups input streams.
- lockExclusive() - Method in class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock
-
Acquire the exclusive lock.
- lockShared() - Method in class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock
-
Acquire a shared lock.
O
- org.wildfly.security.auth.realm - package org.wildfly.security.auth.realm
-
Security realm implementations for Elytron.
R
- registerIdentityChangeListener(Consumer<Principal>) - Method in interface org.wildfly.security.auth.realm.CacheableSecurityRealm
-
Register a listener that should be invoked by this realm in order to notify the caching layer about changes to a specific identity.
- registerIdentityChangeListener(Consumer<Principal>) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
- release() - Method in class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock.IdentityLock
-
Release this lock.
- removeAllFromCache() - Method in class org.wildfly.security.auth.realm.CachingSecurityRealm
-
Removes all cached identities from the cache.
- removeFromCache(Principal) - Method in class org.wildfly.security.auth.realm.CachingSecurityRealm
-
Removes a
RealmIdentityreferenced by the specifiedPrincipalfrom the cache.
S
- setDefaultRealm(String) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Set the default realm name to use if no realm name is discovered in the properties file.
- setEncoded(boolean) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set whether the identity name should be encoded for the filename in the realm.
- setGroupsAttribute(String) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Where this realm returns an
AuthorizationIdentityset the key on the Attributes that will be used to hold the group membership information. - setGroupsStream(InputStream) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Set the
InputStreamto use to load the group information. - setHashCharset(Charset) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the character set to be used by the realm.
- setHashCharset(Charset) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Set the character set to use when converting the password string to a byte array.
- setHashEncoding(Encoding) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the string format for hashed passwords to be used by the realm.
- setHashEncoding(Encoding) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Set the string format for the password in the properties file if they are not stored in plain text.
- setIdentityMap(Map<String, SimpleRealmEntry>) - Method in class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
-
Set the realm identity map.
- setLevels(int) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the number of levels to be used by the realm.
- setNameRewriter(NameRewriter) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the name rewriter to be used by the realm.
- setPasswordMap(String, Password) - Method in class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
-
Deprecated.Use
SimpleMapBackedSecurityRealm.setIdentityMap(Map)instead. - setPasswordMap(String, Password, Attributes) - Method in class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
-
Deprecated.Use
SimpleMapBackedSecurityRealm.setIdentityMap(Map)instead. - setPasswordMap(Map<String, SimpleRealmEntry>) - Method in class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
-
Deprecated.Use
SimpleMapBackedSecurityRealm.setIdentityMap(Map)instead. - setPlainText(boolean) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Set format of users property file - if the passwords are stored in plain text.
- setPrivateKey(PrivateKey) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the PrivateKey to be used by the realm.
- setProviders(Supplier<Provider[]>) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the providers to be used by the realm.
- setProviders(Supplier<Provider[]>) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Set the supplier for
Providerinstanced for use bu the realm. - setPublicKey(PublicKey) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the PublicKey to be used by the realm.
- setRoot(Path) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the root path to be used by the realm.
- setSecretKey(SecretKey) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
-
Set the SecretKey to be used by the realm.
- setUsersStream(InputStream) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
-
Set the
InputStreamto use to load the users. - SimpleMapBackedSecurityRealm - Class in org.wildfly.security.auth.realm
-
Simple map-backed security realm.
- SimpleMapBackedSecurityRealm() - Constructor for class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
-
Construct a new instance.
- SimpleMapBackedSecurityRealm(Supplier<Provider[]>) - Constructor for class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
-
Construct a new instance.
- SimpleMapBackedSecurityRealm(NameRewriter) - Constructor for class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
-
Construct a new instance.
- SimpleMapBackedSecurityRealm(NameRewriter, Supplier<Provider[]>) - Constructor for class org.wildfly.security.auth.realm.SimpleMapBackedSecurityRealm
-
Construct a new instance.
- SimpleRealmEntry - Class in org.wildfly.security.auth.realm
-
A simple in-memory password-based entry for basic realm implementations.
- SimpleRealmEntry(List<Credential>) - Constructor for class org.wildfly.security.auth.realm.SimpleRealmEntry
-
Construct a new instance.
- SimpleRealmEntry(List<Credential>, Attributes) - Constructor for class org.wildfly.security.auth.realm.SimpleRealmEntry
-
Construct a new instance.
U
- updateCredential(Credential) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- updateRealmKeyPair() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Re-generate the signatures for all the identities in this realm.
V
- verifyEvidence(Evidence) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
- verifyRealmIntegrity() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
-
Verify the integrity of each identity file in this realm.
All Classes All Packages