Searched defs:instance (Results 226 - 250 of 355) sorted by relevance

1234567891011>>

/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DServiceInstance.java44 * instance variables.
54 private ServiceInstanceImpl instance; field in class:ServiceInstance
59 this.instance = i;
64 * Returns the instance name.
66 * @return the instance name.
69 return (instance.getName());
92 * instance must be obtained.
95 * instance must be obtained.
98 return (instance.getGroup());
102 * Sets the group name for this instance
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/setup/
H A DBootstrapConfig.java44 private String instance; field in class:BootstrapConfig
110 return instance;
113 public void setInstance(String instance) { argument
114 this.instance = instance;
150 s = "BootStrapConfig " + instance;
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/unittest/
H A DUtil.java83 private static Util instance = new Util(); field in class:Util
107 InputStream in = instance.getClass().getClassLoader()
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java64 private static FSSOAPService instance = null; field in class:FSSOAPService
629 * Returns an instance of <code>FSSOAPService</code> instance.
631 * @return an instance of <code>FSSOAPService</code> instance.
636 if (instance == null){
638 "Constructing a new instance of FSSOAPService");
639 instance = new FSSOAPService();
641 return instance;
H A DFSServiceManager.java76 private static FSServiceManager instance = null; field in class:FSServiceManager
417 "Manager instance");
662 * Returns <code>FSNameRegistrationHandler</code> instance. This method is
737 * Returns <code>FSServiceManager</code> instance.
738 * @return <code>FSServiceManager</code> instance
742 if (instance == null) {
746 " Creating a new instance of ServiceManager");
748 instance = new FSServiceManager();
751 return instance;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/
H A DAssertionFactory.java63 * There are three ways to obtain an instance of a object type:
70 private static AssertionFactory instance = new AssertionFactory(); field in class:AssertionFactory
79 * Returns the instance of <code>AssertionFactory</code>.
85 return instance;
89 * Returns a new instance of <code>Advice</code>.
91 * @return a new instance of <code>Advice</code>
104 * Returns a new instance of <code>Advice</code>.
108 * @return a new instance of <code>Advice</code>
125 * Returns a new instance of <code>Advice</code>
129 * @return a new instance o
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/common/
H A DSOAPCommunicator.java56 private static SOAPCommunicator instance = new SOAPCommunicator(); // TODO: use Guice field in class:SOAPCommunicator
68 * Gets the singleton instance of the SOAPCommunicator.
70 * @return the SOAPCommunicator instance.
73 return instance;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xmlenc/
H A DXMLEncryptionManager.java44 private static XMLEncryptionManager instance = new XMLEncryptionManager(); field in class:XMLEncryptionManager
82 * Gets the instance of <code>XMLEncryptionManager</code> with default
87 return instance;
91 * Gets the instance of <code>XMLEncryptionManager</code> with given
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/common/
H A DSTSInstanceConfigStoreBase.java62 * Persists the STS instance into the SMS.
63 * @param stsInstanceId the identifier for the to-be-published sts instance
64 * @param realm The realm in which the sts instance should be deployed
65 * @param instance The to-be-persisted state.
69 public void persistSTSInstance(String stsInstanceId, String realm, T instance) throws STSPublishException { argument
71 Note on having to explicitly specify the realm as a parameter, when it could, theoretically, be obtained from the T instance parameter:
79 whether it is dealing with a soap or rest sts instance.
88 Map<String, Set<String>> instanceConfigAttributes = instanceConfigMarshaller.toMap(instance);
100 logger.debug("Persisted " + restOrSoap() + " sts instance with id " + stsInstanceId + " in realm " + realm);
105 "Exception caught persisting " + restOrSoap() + " instance "
154 updateSTSInstance(String stsInstanceId, String realm, T instance) argument
[all...]
/forgerock/openam/openam-sts/openam-publish-sts/src/main/java/org/forgerock/openam/sts/publish/rest/
H A DRestSTSInstancePublisherImpl.java59 * related to publishing and removing a rest-sts instance. In other words, I could use a ConcurrentHashMap for the
63 * mutations of all stateful elements involved with publishing a rest-sts instance.
93 * Publishes the rest STS instance at the specified relative path. This method will be invoked when the Rest STS instance
95 * Note on transaction semantics: publishing a rest-sts instance means modifying both the CREST router, and the SMS.
99 * the RestSTS instance. This RestSTSInstanceConfig will be persisted so that persisted instances
101 * @param restSTSInstance The RestSTS instance defining the functionality of the rest STS service.
103 * @throws STSPublishException thrown in case a rest-sts instance has already been published at the specified
110 Exclude the possibility that a rest-sts instance has already been added at the sub-path.
119 But because it should not be possible to add a new rest-sts instance a
223 updateInstanceInSMS(String stsId, String realm, RestSTSInstanceConfig instanceConfig, RestSTS instance) argument
240 updateInstanceInCrestRouter(String stsId, String realm, RestSTSInstanceConfig instanceConfig, RestSTS instance) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DAccessLogger.java56 /** The singleton instance of this class for configuration purposes. */
57 private static final AccessLogger instance = new AccessLogger(); field in class:AccessLogger
85 * Retrieve the singleton instance of this class.
87 * @return The singleton instance of this logger.
91 return instance;
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DAccessLogger.java55 /** The singleton instance of this class for configuration purposes. */
56 private static final AccessLogger instance = new AccessLogger(); field in class:AccessLogger
84 * Retrieve the singleton instance of this class.
86 * @return The singleton instance of this logger.
90 return instance;
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DAccessLogger.java56 /** The singleton instance of this class for configuration purposes. */
57 private static final AccessLogger instance = new AccessLogger(); field in class:AccessLogger
85 * Retrieve the singleton instance of this class.
87 * @return The singleton instance of this logger.
91 return instance;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DAccessLogger.java56 /** The singleton instance of this class for configuration purposes. */
57 private static final AccessLogger instance = new AccessLogger(); field in class:AccessLogger
85 * Retrieve the singleton instance of this class.
87 * @return The singleton instance of this logger.
91 return instance;
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DAccessLogger.java55 /** The singleton instance of this class for configuration purposes. */
56 private static final AccessLogger instance = new AccessLogger(); field in class:AccessLogger
84 * Retrieve the singleton instance of this class.
86 * @return The singleton instance of this logger.
90 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/remote/
H A DEventListener.java78 private static EventListener instance = null; field in class:EventListener
92 if (instance == null) {
93 instance = new EventListener();
95 return instance;
/forgerock/openam-v13/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
808 isEditable(AMAuthenticationInstance instance) argument
[all...]
/forgerock/openam-v13/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.java70 private static IdRemoteEventListener instance; field in class:IdRemoteEventListener
85 if (instance == null) {
86 instance = new IdRemoteEventListener();
88 return instance;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdCachedServicesImpl.java78 private static IdCachedServicesImpl instance; field in class:IdCachedServicesImpl
137 if (instance == null) {
141 //the instance should be created before acquiring the lock to
143 instance = new IdCachedServicesImpl();
148 synchronized (instance) {
151 instance.clearIdRepoPlugins();
155 ConfigurationObserver.getInstance().addListener(instance);
158 return instance;
/forgerock/openam-v13/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/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DAccessLogger.java54 /** The singleton instance of this class. */
55 private static final AccessLogger instance = new AccessLogger(); field in class:AccessLogger
82 * Retrieve the singleton instance of this class.
84 * @return The singleton instance of this logger.
88 return instance;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/xmlsig/
H A DXMLSignatureManager.java51 // Singleton instance of XMLSignatureManager
52 protected static XMLSignatureManager instance = null; field in class:XMLSignatureManager
95 * Gets the singleton instance of <code>XMLSignatureManager</code> with
100 if (instance == null) {
102 if (instance == null) {
105 "Constructing a new instance"
108 instance = new XMLSignatureManager();
112 return (instance);
116 * Get an instance of <code>XMLSignatureManager</code> with specified
129 * @return SignatureKeyProvider instance
[all...]
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/java/com/sun/identity/diagnostic/plugin/services/server/
H A DServerConfigValidator.java394 String instance,
400 ServerConfiguration.getServerSite(ssoToken, instance);
406 new String[] {instance});
393 validateServerSiteEntry( String instance, SSOToken ssoToken ) argument

Completed in 266 milliseconds

1234567891011>>