Package org.wildfly.security.auth.realm
Class LegacyPropertiesSecurityRealm.AccountEntry
- java.lang.Object
-
- org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.AccountEntry
-
- Enclosing class:
- LegacyPropertiesSecurityRealm
private static class LegacyPropertiesSecurityRealm.AccountEntry extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
AccountEntry(String name, String passwordRepresentation, String groups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private Set<String>
convertGroups(String groups)
Set<String>
getGroups()
String
getName()
String
getPasswordRepresentation()
-