Uses of Class
org.wildfly.security.auth.realm.SimpleRealmEntry
-
Packages that use SimpleRealmEntry Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron. -
-
Uses of SimpleRealmEntry in org.wildfly.security.auth.realm
Fields in org.wildfly.security.auth.realm with type parameters of type SimpleRealmEntry Modifier and Type Field Description private Map<String,SimpleRealmEntry>SimpleMapBackedSecurityRealm. mapMethod parameters in org.wildfly.security.auth.realm with type arguments of type SimpleRealmEntry Modifier and Type Method Description voidSimpleMapBackedSecurityRealm. setIdentityMap(Map<String,SimpleRealmEntry> map)Set the realm identity map.voidSimpleMapBackedSecurityRealm. setPasswordMap(Map<String,SimpleRealmEntry> map)Deprecated.UseSimpleMapBackedSecurityRealm.setIdentityMap(Map)instead.
-