Package org.wildfly.security.auth.realm
Class SimpleRealmEntry
java.lang.Object
org.wildfly.security.auth.realm.SimpleRealmEntry
A simple in-memory password-based entry for basic realm implementations.
- Author:
- David M. Lloyd
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleRealmEntry(List<Credential> credentials) Construct a new instance.SimpleRealmEntry(List<Credential> credentials, Attributes attributes) Construct a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGet the entry attributes.Get the credentials for this entry.
-
Constructor Details
-
SimpleRealmEntry
Construct a new instance.- Parameters:
credentials- the list of credentials (notnull)
-
SimpleRealmEntry
Construct a new instance.- Parameters:
credentials- the list of credentials (can not benull)attributes- the entry attributes (can not benull)
-
-
Method Details
-
getCredentials
Get the credentials for this entry.- Returns:
- the credentials (not
null)
-
getAttributes
Get the entry attributes.- Returns:
- the entry attributes (not
null)
-