Class AuthzManagerConfig
java.lang.Object
com.netscape.cmscore.base.ConfigStore
org.dogtagpki.server.authorization.AuthzManagerConfig
- All Implemented Interfaces:
Cloneable
Provides authz.instance..* parameters.
-
Field Summary
Fields inherited from class com.netscape.cmscore.base.ConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage
-
Constructor Summary
ConstructorsConstructorDescriptionAuthzManagerConfig
(ConfigStorage storage) AuthzManagerConfig
(String name, SimpleProperties source) -
Method Summary
Modifier and TypeMethodDescriptionReturns authz.instance..ldap.* parameters. Returns authz.instance..pluginName parameter. Returns authz.instance..realm parameter. Methods inherited from class com.netscape.cmscore.base.ConfigStore
clear, clone, commit, get, getBigInteger, getBigInteger, getBoolean, getBoolean, getByteArray, getByteArray, getFullName, getInteger, getInteger, getName, getProperties, getPropertyNames, getSource, getStorage, getString, getString, getSubStore, getSubStore, getSubStoreNames, keys, load, load, makeSubStore, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
Constructor Details
-
AuthzManagerConfig
-
AuthzManagerConfig
-
-
Method Details
-
getPluginName
Returns authz.instance..pluginName parameter. - Throws:
EBaseException
-
getRealmName
Returns authz.instance..realm parameter. - Throws:
EBaseException
-
getLDAPConfig
Returns authz.instance..ldap.* parameters.
-