Package org.wildfly.security.auth.realm
Class LegacyPropertiesSecurityRealm.LoadedState
- java.lang.Object
-
- org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.LoadedState
-
- Enclosing class:
- LegacyPropertiesSecurityRealm
private static class LegacyPropertiesSecurityRealm.LoadedState extends Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
LoadedState(Map<String,LegacyPropertiesSecurityRealm.AccountEntry> accounts, String realmName, long loadTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,LegacyPropertiesSecurityRealm.AccountEntry>
getAccounts()
long
getLoadTime()
String
getRealmName()
-
-
-
Field Detail
-
accounts
private final Map<String,LegacyPropertiesSecurityRealm.AccountEntry> accounts
-
realmName
private final String realmName
-
loadTime
private final long loadTime
-
-
Constructor Detail
-
LoadedState
private LoadedState(Map<String,LegacyPropertiesSecurityRealm.AccountEntry> accounts, String realmName, long loadTime)
-
-
Method Detail
-
getAccounts
public Map<String,LegacyPropertiesSecurityRealm.AccountEntry> getAccounts()
-
getRealmName
public String getRealmName()
-
getLoadTime
public long getLoadTime()
-
-