|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tivoli.pd.rgy.ldap.LdapRgyRegistryFactory
public class LdapRgyRegistryFactory
Creates an instance of RgyRegistry that operates on LDAP registries.
Method Summary | |
---|---|
static RgyRegistry |
getLdapRgyRegistryInstance(java.util.Properties properties,
java.util.Map<java.lang.String,java.lang.Object> enhancements)
Creates a unique instance of LdapRgyRegistry each invocation configured using the supplied properties and enhancements. |
static RgyRegistry |
getLdapRgyRegistryInstance(java.net.URL propertiesUrl,
java.util.Map<java.lang.String,java.lang.Object> enhancements)
Creates a unique instance of LdapRgyRegistry each invocation configured using the supplied properties file and enhancements. |
static RgyRegistry |
getRgyRegistryInstance(java.net.URL propertiesUrl,
java.util.Map<java.lang.String,java.lang.Object> enhancements)
Each invocation of this method creates a unique instance of LdapRgyRegistry, and if authorization or auditing is enabled it will create and wrap it with an AuthzRgyRegistry instance to provide authorization and/or auditing. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static RgyRegistry getLdapRgyRegistryInstance(java.util.Properties properties, java.util.Map<java.lang.String,java.lang.Object> enhancements) throws RgyException
properties
- Contains the properties required to configure an
LDAP RgyRegistry instance.enhancements
- Unused, null is acceptable.
ConfigurationErrorRgyException
- if the registry could not be configured.
RgyException
public static RgyRegistry getLdapRgyRegistryInstance(java.net.URL propertiesUrl, java.util.Map<java.lang.String,java.lang.Object> enhancements) throws RgyException
propertiesUrl
- Contains the properties required to configure an
LDAP RgyRegistry instance.enhancements
- Unused, null is acceptable.
ConfigurationErrorRgyException
- if the registry could not be configured.
RgyException
public static RgyRegistry getRgyRegistryInstance(java.net.URL propertiesUrl, java.util.Map<java.lang.String,java.lang.Object> enhancements) throws RgyException
propertiesUrl
- file containing the properties required
to configure an LDAP RgyRegistry and Authorization/Audit RgyRegistry
instance. If authorization is enabled, it must also contain the required
configuration properties for creating a PDAuthorizationContext.enhancements
- Unused, null is acceptable.
ConfigurationErrorRgyException
- if the registry could not be configured.
RgyException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |