Uses of Class
org.wildfly.security.auth.realm.SimpleRealmEntry
-
-
Uses of SimpleRealmEntry in org.wildfly.security.auth.realm
Method 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.
-