public class RepoConfigHelper extends Object
Constructor and Description |
---|
RepoConfigHelper(Debug debug) |
Modifier and Type | Method and Description |
---|---|
boolean |
getPropertyBooleanValue(Map configParams,
String key) |
int |
getPropertyIntValue(Map configParams,
String key,
int defaultValue) |
String |
getPropertyStringValue(Map configParams,
String key) |
String |
getPropertyStringValue(Map configParams,
String key,
String defaultVal) |
Map |
parsedUserSpecifiedOps(Set userSpecifiedOpsSet)
********************************************
parsedUserSpecifiedOps and parseInputedOps methods are copied from
LDAPv3Repo.java and changed a bit to be reuseable.
|
Set |
parseInputedOps(StringTokenizer st,
boolean supportService) |
public RepoConfigHelper(Debug debug)
public String getPropertyStringValue(Map configParams, String key, String defaultVal)
public Map parsedUserSpecifiedOps(Set userSpecifiedOpsSet)
public Set parseInputedOps(StringTokenizer st, boolean supportService)
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.