public class OpenIDRegistrationConfiguration extends Object implements Serializable
| Constructor and Description |
|---|
OpenIDRegistrationConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getGroups() |
Map<String,String> |
getProfilerRules() |
List<String> |
getRoles() |
String |
getSubsiteRootFolder() |
String |
getUserTemplateDirectory() |
boolean |
isEnableRegistration() |
void |
merge(OpenIDRegistrationConfiguration defaults)
Merge in default configuration.
|
static List<String> |
parseParameterList(String parameterList)
Parse parameter list.
|
void |
setEnableRegistration(boolean enableRegistration) |
void |
setEnableRegistration(String enableRegistration) |
void |
setGroups(List<String> groups) |
void |
setGroups(String groups) |
void |
setProfilerRules(List<String> profilerRuleNames,
List<String> profilerRuleValues) |
void |
setProfilerRules(Map<String,String> profilerRules) |
void |
setProfilerRules(String profilerRuleNames,
String profilerRuleValues) |
void |
setRoles(List<String> roles) |
void |
setRoles(String roles) |
void |
setSubsiteRootFolder(String subsiteRootFolder) |
void |
setUserTemplateDirectory(String userTemplateDirectory) |
public void merge(OpenIDRegistrationConfiguration defaults)
defaults - default configurationpublic boolean isEnableRegistration()
public void setEnableRegistration(boolean enableRegistration)
enableRegistration - the enableRegistration to setpublic void setEnableRegistration(String enableRegistration)
enableRegistration - the enableRegistration to setpublic String getUserTemplateDirectory()
public void setUserTemplateDirectory(String userTemplateDirectory)
userTemplateDirectory - the userTemplateDirectory to setpublic String getSubsiteRootFolder()
public void setSubsiteRootFolder(String subsiteRootFolder)
subsiteRootFolder - the subsiteRootFolder to setpublic void setRoles(String roles)
roles - the roles to setpublic void setGroups(String groups)
groups - the groups to setpublic void setProfilerRules(Map<String,String> profilerRules)
profilerRules - the profilerRules to setpublic void setProfilerRules(List<String> profilerRuleNames, List<String> profilerRuleValues)
profilerRuleNames - the profiler rule names to setprofilerRuleValues - the profiler rule values to setpublic void setProfilerRules(String profilerRuleNames, String profilerRuleValues)
profilerRuleNames - the profiler rule names to setprofilerRuleValues - the profiler rule values to setCopyright © 1999–2016 The Apache Software Foundation. All rights reserved.