Searched defs:instance (Results 251 - 275 of 355) sorted by relevance

<<1112131415

/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java69 private static AMCommonNameGenerator instance field in class:AMCommonNameGenerator
99 * Gets an instance of Common Name generator.
101 * @return an instance of Common Name generator.
104 return instance;
331 "an instance of service schema manager.");
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/
H A DTimeConditionHelper.java73 private static TimeConditionHelper instance = new TimeConditionHelper(); field in class:TimeConditionHelper
79 return instance;
/forgerock/openam-v13/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java82 private static volatile UpgradeServices instance; field in class:UpgradeServices
112 * Returns the singleton instance of UpgradeServices, which will hold all the details about the different upgrade
115 * @return The singleton UpgradeServices instance.
119 if (instance == null) {
121 if (instance == null) {
122 instance = new UpgradeServices();
126 return instance;
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/model/
H A DAMCommonNameGenerator.java69 private static AMCommonNameGenerator instance field in class:AMCommonNameGenerator
99 * Gets an instance of Common Name generator.
101 * @return an instance of Common Name generator.
104 return instance;
331 "an instance of service schema manager.");
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/
H A DTimeConditionHelper.java73 private static TimeConditionHelper instance = new TimeConditionHelper(); field in class:TimeConditionHelper
79 return instance;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java80 private static EventListener instance = null; field in class:EventListener
94 if (instance == null) {
95 instance = new EventListener();
97 return instance;
H A DCachedRemoteServicesImpl.java63 private static IDirectoryServices instance = null; field in class:CachedRemoteServicesImpl
125 if (instance == null) {
128 instance = new CachedRemoteServicesImpl();
130 return instance;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/config/
H A DAMAuthLevelManager.java67 // instance
68 private static volatile AMAuthLevelManager instance = null; field in class:AMAuthLevelManager
115 * Returns manager instance.
120 if (instance == null) {
122 if (instance == null) {
123 instance = new AMAuthLevelManager();
127 return instance;
299 final AMAuthenticationInstance instance = manager.getAuthenticationInstance(module);
301 if (instance == null) {
305 Map attrs = instance
[all...]
H A DAMAuthenticationManager.java83 * Constructs an instance of <code>AMAuthenticationManager</code> for the specified realm to manage the
87 * @param org The realm in which the module instance management is performed.
178 // Application is not one of the selectable instance type.
208 * build the module instance table for the realm.
225 DEBUG.message("building module instance table error", e);
231 * Updates the static module instance table for the specified service in
303 DEBUG.message("build module instance for service error: " , e);
312 * Updates the module instance table for the authentication service if the module instance table was already
339 * @param authType Type of the authentication module instance
795 isEditable(AMAuthenticationInstance instance) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteCachedServicesImpl.java76 private static IdServices instance; field in class:IdRemoteCachedServicesImpl
147 if (instance == null) {
152 instance = new IdRemoteCachedServicesImpl();
154 return instance;
H A DIdRemoteEventListener.java72 private static IdRemoteEventListener instance; field in class:IdRemoteEventListener
87 if (instance == null) {
88 instance = new IdRemoteEventListener();
90 return instance;
H A DIdRemoteServicesImpl.java89 private static IdServices instance; field in class:IdRemoteServicesImpl
143 if (instance == null) {
146 instance = new IdRemoteServicesImpl();
148 return instance;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java80 private static IdCachedServicesImpl instance; field in class:IdCachedServicesImpl
139 if (instance == null) {
143 //the instance should be created before acquiring the lock to
145 instance = new IdCachedServicesImpl();
150 synchronized (instance) {
153 instance.clearIdRepoPlugins();
157 ConfigurationObserver.getInstance().addListener(instance);
160 return instance;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DStatistics.java50 private static Statistics instance = null; field in class:Statistics
92 * Returns the singleton instance
97 if (instance == null) {
98 instance = new Statistics();
101 return instance;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java50 // Singleton instance of XMLSignatureManager
51 protected static XMLSignatureManager instance = null; field in class:XMLSignatureManager
94 * Gets the singleton instance of <code>XMLSignatureManager</code> with
99 if (instance == null) {
101 if (instance == null) {
104 "Constructing a new instance"
107 instance = new XMLSignatureManager();
111 return (instance);
115 * Get an instance of <code>XMLSignatureManager</code> with specified
128 * @return SignatureKeyProvider instance
[all...]
/forgerock/openam/openam-upgrade/src/main/java/org/forgerock/openam/upgrade/
H A DUpgradeServices.java82 private static volatile UpgradeServices instance; field in class:UpgradeServices
115 * Returns the singleton instance of UpgradeServices, which will hold all the details about the different upgrade
118 * @return The singleton UpgradeServices instance.
122 if (instance == null) {
124 if (instance == null) {
125 instance = new UpgradeServices();
129 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java64 private static IDirectoryServices instance = null; field in class:CachedDirectoryServicesImpl
119 if (instance == null) {
122 instance = new CachedDirectoryServicesImpl();
124 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DCachedRemoteServicesImpl.java63 private static IDirectoryServices instance = null; field in class:CachedRemoteServicesImpl
125 if (instance == null) {
128 instance = new CachedRemoteServicesImpl();
130 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/remote/
H A DIdRemoteServicesImpl.java88 private static IdServices instance; field in class:IdRemoteServicesImpl
142 if (instance == null) {
145 instance = new IdRemoteServicesImpl();
147 return instance;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewConfig.java71 private static final AMViewConfig instance = new AMViewConfig(); field in class:AMViewConfig
103 return instance;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DIDPPServiceManager.java56 private static IDPPServiceManager instance = null; field in class:IDPPServiceManager
371 * Gets the instance of IDPPService Manager
373 * @return IDPPServiceManager instance of service manager.
376 if (instance == null) {
377 instance = new IDPPServiceManager();
379 return instance;
515 * Gets the service instance update class
522 * Checks if the service is configured to include service instance
548 * organization and configuration instance name that are changed
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/base/
H A DAMViewConfig.java71 private static final AMViewConfig instance = new AMViewConfig(); field in class:AMViewConfig
103 return instance;
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCachedDirectoryServicesImpl.java64 private static IDirectoryServices instance = null; field in class:CachedDirectoryServicesImpl
119 if (instance == null) {
122 instance = new CachedDirectoryServicesImpl();
124 return instance;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/idpp/
H A DIDPPServiceManager.java56 private static IDPPServiceManager instance = null; field in class:IDPPServiceManager
371 * Gets the instance of IDPPService Manager
373 * @return IDPPServiceManager instance of service manager.
376 if (instance == null) {
377 instance = new IDPPServiceManager();
379 return instance;
515 * Gets the service instance update class
522 * Checks if the service is configured to include service instance
548 * organization and configuration instance name that are changed
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DControlPanelInfo.java120 private static ControlPanelInfo instance; field in class:ControlPanelInfo
131 * Returns a singleton for this instance.
136 if (instance == null)
138 instance = new ControlPanelInfo();
141 instance.setTrustManager(
147 instance.setTrustManager(new ApplicationTrustManager(null));
150 return instance;
269 // the registered index might have changed (for instance the number of
416 * Returns an empty new server descriptor instance.
417 * @return an empty new server descriptor instance
[all...]

Completed in 168 milliseconds

<<1112131415