public class DefaultRealmContext extends Object implements RealmContext
USER_PRINCIPAL_CLASS| Constructor and Description |
|---|
DefaultRealmContext(String name,
String description,
String[] userPrincipalClasses,
Configuration configuration,
AuthenticationContext authenticationContext) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationContext |
getAuthenticationContext() |
Configuration |
getConfiguration() |
String |
getDescription() |
LoginContextFactory |
getLoginContextFactory() |
String |
getName() |
String[] |
getUserPrincipalClasses() |
public DefaultRealmContext(String name, String description, String[] userPrincipalClasses, Configuration configuration, AuthenticationContext authenticationContext)
public String getName()
getName in interface RealmContextpublic String getDescription()
getDescription in interface RealmContextpublic String[] getUserPrincipalClasses()
getUserPrincipalClasses in interface RealmContextpublic Configuration getConfiguration()
getConfiguration in interface RealmContextpublic LoginContextFactory getLoginContextFactory()
getLoginContextFactory in interface RealmContextpublic AuthenticationContext getAuthenticationContext()
getAuthenticationContext in interface RealmContextCopyright © 2014–2016. All rights reserved.