Uses of Class
org.wildfly.security.auth.realm.IdentitySharedExclusiveLock
-
Packages that use IdentitySharedExclusiveLock 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 in org.wildfly.security.auth.realm
Fields in org.wildfly.security.auth.realm with type parameters of type IdentitySharedExclusiveLock Modifier and Type Field Description private ConcurrentHashMap<String,IdentitySharedExclusiveLock>
FileSystemSecurityRealm. realmIdentityLocks
Methods in org.wildfly.security.auth.realm that return IdentitySharedExclusiveLock Modifier and Type Method Description private IdentitySharedExclusiveLock
FileSystemSecurityRealm. getRealmIdentityLockForName(String name)
-
Uses of IdentitySharedExclusiveLock in org.wildfly.security.auth.realm.ldap
Fields in org.wildfly.security.auth.realm.ldap with type parameters of type IdentitySharedExclusiveLock Modifier and Type Field Description private ConcurrentHashMap<String,IdentitySharedExclusiveLock>
LdapSecurityRealm. realmIdentityLocks
Methods in org.wildfly.security.auth.realm.ldap that return IdentitySharedExclusiveLock Modifier and Type Method Description private IdentitySharedExclusiveLock
LdapSecurityRealm. getRealmIdentityLockForName(String name)
-