Uses of Class
org.wildfly.security.auth.realm.IdentitySharedExclusiveLock.IdentityLock
-
Packages that use IdentitySharedExclusiveLock.IdentityLock Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron.org.wildfly.security.auth.realm.ldap Classes related to aSecurityRealm
implementation capable of integrating with LDAP servers. -
-
Uses of IdentitySharedExclusiveLock.IdentityLock in org.wildfly.security.auth.realm
Fields in org.wildfly.security.auth.realm declared as IdentitySharedExclusiveLock.IdentityLock Modifier and Type Field Description private IdentitySharedExclusiveLock.IdentityLock
FileSystemSecurityRealm.Identity. lock
Methods in org.wildfly.security.auth.realm that return IdentitySharedExclusiveLock.IdentityLock Modifier and Type Method Description IdentitySharedExclusiveLock.IdentityLock
IdentitySharedExclusiveLock. lockExclusive()
Acquire the exclusive lock.IdentitySharedExclusiveLock.IdentityLock
IdentitySharedExclusiveLock. lockShared()
Acquire a shared lock.Methods in org.wildfly.security.auth.realm with parameters of type IdentitySharedExclusiveLock.IdentityLock Modifier and Type Method Description private void
IdentitySharedExclusiveLock. release(IdentitySharedExclusiveLock.IdentityLock identityLock)
Constructors in org.wildfly.security.auth.realm with parameters of type IdentitySharedExclusiveLock.IdentityLock Constructor Description Identity(String name, Path path, IdentitySharedExclusiveLock.IdentityLock lock, Charset hashCharset, Encoding hashEncoding, Supplier<Provider[]> providers, SecretKey secretKey, PrivateKey privateKey, PublicKey publicKey, boolean integrityEnabled)
-
Uses of IdentitySharedExclusiveLock.IdentityLock in org.wildfly.security.auth.realm.ldap
Fields in org.wildfly.security.auth.realm.ldap declared as IdentitySharedExclusiveLock.IdentityLock Modifier and Type Field Description private IdentitySharedExclusiveLock.IdentityLock
LdapSecurityRealm.LdapRealmIdentity. lock
Constructors in org.wildfly.security.auth.realm.ldap with parameters of type IdentitySharedExclusiveLock.IdentityLock Constructor Description LdapRealmIdentity(String name, IdentitySharedExclusiveLock.IdentityLock lock, Charset hashCharset, Encoding hashEncoding)
-