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. map
Method parameters in org.wildfly.security.auth.realm with type arguments of type SimpleRealmEntry Modifier and Type Method Description void
SimpleMapBackedSecurityRealm. setIdentityMap(Map<String,SimpleRealmEntry> map)
Set the realm identity map.void
SimpleMapBackedSecurityRealm. setPasswordMap(Map<String,SimpleRealmEntry> map)
Deprecated.UseSimpleMapBackedSecurityRealm.setIdentityMap(Map)
instead.
-