Searched defs:instance (Results 76 - 100 of 355) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DLoggingThread.java43 private static LoggingThread instance = null; field in class:LoggingThread
56 instance = null;
64 if (instance == null) {
65 instance = new LoggingThread();
67 return instance;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/messageid/
H A DMessageProviderFactory.java70 private static MessageProviderFactory instance = new field in class:MessageProviderFactory
82 * Returns an instance of provider.
85 * @return an instance of provider.
90 return instance.getMessageProvider(name, null);
94 * Returns an instance of provider.
98 * @return an instance of provider.
105 return instance.getMessageProvider(name, packageName);
109 * Returns an instance of provider.
113 * @return an instance of provider.
/forgerock/openam/openam-core/src/main/java/com/sun/identity/setup/
H A DInstallLog.java45 private static InstallLog instance = new InstallLog(); field in class:InstallLog
50 return instance;
H A DSystemStartupInjectorHolder.java26 * <p>A thread-safe singleton holding the system startup Guice Injector instance that system
39 private static SystemStartupInjectorHolder instance; field in class:SystemStartupInjectorHolder
49 * instance.</p>
58 if (instance == null) {
59 instance = new SystemStartupInjectorHolder(injector);
71 if (instance == null) {
74 return instance;
78 * <p>Uses the Guice injector to return the appropriate instance for the given injection
83 * @param type The class to get an instance of.
85 * @return A non-null instance o
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/ldap/
H A DCTSDataLayer.java41 private static CTSDataLayer instance = new CTSDataLayer(); field in class:CTSDataLayer
59 return instance;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/authentication/service/
H A DLoginContextFactory.java36 private static LoginContextFactory instance = new LoginContextFactory(); field in class:LoginContextFactory
41 return instance;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionServiceURLService.java53 private static SessionServiceURLService instance; field in class:SessionServiceURLService
55 if (instance == null) {
56 instance = new SessionServiceURLService();
58 return instance;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/model/
H A DDBStatistics.java37 private static DBStatistics instance = null; field in class:DBStatistics
54 if (instance == null) {
55 instance = new DBStatistics();
58 return instance;
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/
H A DServerGroupConfiguration.java32 private ServerInstance instance; field in class:ServerGroupConfiguration
35 * New instance of the ServerGroupConfiguration.
37 * @param instance Non null.
39 ServerGroupConfiguration(ServerGroup group, ServerInstance instance) { argument
41 this.instance = instance;
48 return instance.getAuthID();
55 String password = instance.getPasswd();
66 return instance.getMaxConnections();
73 return instance
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/policy/
H A DPolicyFactory.java43 * There are three ways to obtain an instance of a object type:
50 private static PolicyFactory instance = new PolicyFactory(); field in class:PolicyFactory
59 * Returns the instance of <code>ContextSchemaFactory</code>.
65 return instance;
69 * Returns a new instance of <code>Obligation</code>.
71 * @return a new instance of <code>Obligation</code>
84 * Returns a new instance of <code>Obligation</code>.
88 * @return a new instance of <code>Obligation</code>
105 * Returns a new instance of <code>Obligation</code>
109 * @return a new instance o
[all...]
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/
H A DInstanceConfigMarshaller.java32 * Called to marshal an STSInstanceConfig subclass instance to the Map<String, Set<String>> required for SMS persistence.
33 * @param instance the to-be-marshaled instance
37 Map<String, Set<String>> toMap(T instance) throws STSPublishException; argument
40 * Marshal STSInstanceConfig subclass instance from the SMS representation
48 * Marshal STSInstanceConfig subclass instance from the SMS representation, wrapped in json. The ViewBean classes
50 * to publish the Rest or Soap STS instance. The invocation payload is the SMS Map<String, Set<String>> representation
62 * @return a STSInstanceConfig subclass instance
H A DRestSTSInstanceConfigMarshaller.java37 public Map<String, Set<String>> toMap(RestSTSInstanceConfig instance) throws STSPublishException { argument
39 return instance.marshalToAttributeMap();
H A DSoapSTSInstanceConfigMarshaller.java36 public Map<String, Set<String>> toMap(SoapSTSInstanceConfig instance) throws STSPublishException { argument
38 return instance.marshalToAttributeMap();
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DHTTPAccessLogger.java52 /** The singleton instance of this class for configuration purposes. */
53 private static final HTTPAccessLogger instance = new HTTPAccessLogger(); field in class:HTTPAccessLogger
81 * Retrieve the singleton instance of this class.
83 * @return The singleton instance of this logger.
87 return instance;
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DHTTPAccessLogger.java51 /** The singleton instance of this class for configuration purposes. */
52 private static final HTTPAccessLogger instance = new HTTPAccessLogger(); field in class:HTTPAccessLogger
80 * Retrieve the singleton instance of this class.
82 * @return The singleton instance of this logger.
86 return instance;
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DHTTPAccessLogger.java52 /** The singleton instance of this class for configuration purposes. */
53 private static final HTTPAccessLogger instance = new HTTPAccessLogger(); field in class:HTTPAccessLogger
81 * Retrieve the singleton instance of this class.
83 * @return The singleton instance of this logger.
87 return instance;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DHTTPAccessLogger.java52 /** The singleton instance of this class for configuration purposes. */
53 private static final HTTPAccessLogger instance = new HTTPAccessLogger(); field in class:HTTPAccessLogger
81 * Retrieve the singleton instance of this class.
83 * @return The singleton instance of this logger.
87 return instance;
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DHTTPAccessLogger.java51 /** The singleton instance of this class for configuration purposes. */
52 private static final HTTPAccessLogger instance = new HTTPAccessLogger(); field in class:HTTPAccessLogger
80 * Retrieve the singleton instance of this class.
82 * @return The singleton instance of this logger.
86 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DFQDNUtils.java47 private static FQDNUtils instance = new FQDNUtils(); field in class:FQDNUtils
62 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DPolicyDataStore.java40 private static PolicyDataStore instance; field in class:PolicyDataStore
48 instance = (PolicyDataStore)clazz.newInstance();
59 return instance;
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/session/
H A DSessionCookies.java58 private static SessionCookies instance; field in class:SessionCookies
63 * @return A singleton SessionCookies instance.
65 * properties are set. Use Guice to get the instance instead.
69 if (instance == null) {
70 instance = new SessionCookies(SessionCache.getInstance());
72 return instance;
H A DSessionPollerPool.java42 private static SessionPollerPool instance; field in class:SessionPollerPool
46 * @return A singleton SessionPollerPool instance.
49 if (instance == null) {
50 instance = new SessionPollerPool();
52 return instance;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DErrorLogger.java54 /** The singleton instance of this class for configuration purposes. */
55 private static final ErrorLogger instance = new ErrorLogger(); field in class:ErrorLogger
58 * Retrieve the singleton instance of this class.
60 * @return The singleton instance of this logger.
64 return instance;
H A DHTTPAccessLogger.java48 /** The singleton instance of this class for configuration purposes. */
49 private static final HTTPAccessLogger instance = new HTTPAccessLogger(); field in class:HTTPAccessLogger
76 * Retrieve the singleton instance of this class.
78 * @return The singleton instance of this logger.
82 return instance;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/plugin/datastore/
H A DDataStoreProviderManager.java64 private static DataStoreProviderManager instance = field in class:DataStoreProviderManager
83 * Gets the singleton instance of <code>DataStoreProviderManager</code>.
84 * @return The singleton <code>DataStoreProviderManager</code> instance
86 * <code>DataStoreProviderManager</code> instance.
91 return instance;

Completed in 279 milliseconds

1234567891011>>