Searched defs:provider (Results 176 - 200 of 241) sorted by relevance

12345678910

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DDebug.java80 * 'com.sun.identity.util.debug.provider' may be used to plugin a non-default
89 * com.sun.identity.util.debug.provider
187 * the provider instance that will be used for Debug service.
238 * Sets the provider instance to be used by Debug service.
240 * @param provider the <code>IDebugProvider</code> instance that is used by the
243 private static void setDebugProvider(IDebugProvider provider) { argument
244 debugProvider = provider;
248 * Gets the configured debug provider being used by the Debug service.
250 * @return the configured debug provider.
263 IDebugProvider provider
[all...]
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DTokenServiceConsumerImpl.java17 package org.forgerock.openam.sts.token.provider;
/forgerock/openam-v13/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/oidc/
H A DSoapOpenIdConnectTokenProvider.java17 package org.forgerock.openam.sts.soap.token.provider.oidc;
21 import org.apache.cxf.sts.token.provider.TokenProviderParameters;
22 import org.apache.cxf.sts.token.provider.TokenProviderResponse;
35 import org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase;
37 import org.forgerock.openam.sts.token.provider.AMSessionInvalidator;
38 import org.forgerock.openam.sts.token.provider.TokenServiceConsumer;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DEntityTagVirtualAttributeProviderTestCase.java84 * A set of test cases for the entity tag virtual attribute provider.
92 private final EntityTagVirtualAttributeProvider provider = new EntityTagVirtualAttributeProvider(); field in class:EntityTagVirtualAttributeProviderTestCase
223 // Initialize the provider.
225 provider.initializeVirtualAttributeProvider(config);
234 assertEquals(provider.approximatelyEqualTo(null, null, null), ConditionResult.UNDEFINED);
243 provider.finalizeVirtualAttributeProvider();
342 assertEquals(provider.greaterThanOrEqualTo(null, null, null), ConditionResult.UNDEFINED);
358 assertTrue(provider.hasAllValues(e, rule, Collections.<ByteString> emptySet()));
359 assertTrue(provider.hasAllValues(e, rule, Collections.singleton(value)));
360 assertFalse(provider
[all...]
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/debug/
H A DDebug.java80 * 'com.sun.identity.util.debug.provider' may be used to plugin a non-default
89 * com.sun.identity.util.debug.provider
187 * the provider instance that will be used for Debug service.
238 * Sets the provider instance to be used by Debug service.
240 * @param provider the <code>IDebugProvider</code> instance that is used by the
243 private static void setDebugProvider(IDebugProvider provider) { argument
244 debugProvider = provider;
248 * Gets the configured debug provider being used by the Debug service.
250 * @return the configured debug provider.
263 IDebugProvider provider
[all...]
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/provider/
H A DTokenServiceConsumerImpl.java17 package org.forgerock.openam.sts.token.provider;
/forgerock/openam/openam-sts/openam-soap-sts/openam-soap-sts-server/src/main/java/org/forgerock/openam/sts/soap/token/provider/oidc/
H A DSoapOpenIdConnectTokenProvider.java17 package org.forgerock.openam.sts.soap.token.provider.oidc;
23 import org.apache.cxf.sts.token.provider.TokenProviderParameters;
24 import org.apache.cxf.sts.token.provider.TokenProviderResponse;
37 import org.forgerock.openam.sts.soap.token.provider.SoapTokenProviderBase;
39 import org.forgerock.openam.sts.token.provider.AMSessionInvalidator;
40 import org.forgerock.openam.sts.token.provider.TokenServiceConsumer;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModel.java378 * Returns property sheet XML for response provider.
381 * @param providerType Name of response provider name.
384 * @return property sheet XML for response provider.
393 * Returns property names of a response provider.
396 * @param providerType Name of response provider name.
397 * @return property names of a response provider.
404 * Returns a response provider object.
407 * @param providerType Name of response provider type.
408 * @param values Values of the response provider.
409 * @return response provider objec
435 getResponseProviderTypeName( String realmName, ResponseProvider provider) argument
446 getResponseProviderViewBeanURL( String realmName, ResponseProvider provider) argument
[all...]
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DCreateSubCommandHandler.java111 * A property provider which uses the command-line arguments to provide initial property values.
119 * Create a new property provider using the provided set of property value arguments.
1084 MyPropertyProvider provider = new MyPropertyProvider(d, namingPropertyDefinition, propertyArgs);
1122 for (PropertyDefinition<?> pd : provider.getProperties()) {
1123 setProperty(child, provider, pd);
1227 private <T> void setProperty(ManagedObject<?> mo, MyPropertyProvider provider, PropertyDefinition<T> pd) { argument
1229 mo.setPropertyValues(pd, provider.getPropertyValues(pd));
/forgerock/openidm-v4/openidm-provisioner-openicf/src/test/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOpenICFProvisionerServiceTest.java163 private Pair<ConnectorInfoProviderService, ComponentContext> provider = null; field in class:OpenICFProvisionerServiceTest
280 provider = Pair.of(new ConnectorInfoProviderService(), context);
281 provider.getLeft().connectorFrameworkFactory = new ConnectorFrameworkFactory();
282 provider.getLeft().bindEnhancedConfig(new JSONEnhancedConfig());
283 provider.getLeft().activate(context);
308 service.bindConnectorInfoProvider(provider.getLeft());
321 // connector info provider supporting the ability for the connector server to come and go, as
357 provider.getLeft().deactivate(provider.getRight());
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/policy/model/
H A DPolicyModel.java378 * Returns property sheet XML for response provider.
381 * @param providerType Name of response provider name.
384 * @return property sheet XML for response provider.
393 * Returns property names of a response provider.
396 * @param providerType Name of response provider name.
397 * @return property names of a response provider.
404 * Returns a response provider object.
407 * @param providerType Name of response provider type.
408 * @param values Values of the response provider.
409 * @return response provider objec
435 getResponseProviderTypeName( String realmName, ResponseProvider provider) argument
446 getResponseProviderViewBeanURL( String realmName, ResponseProvider provider) argument
[all...]
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jar ... com/sun/jersey/core/impl/ com/sun/jersey/core/impl/provider/ com/sun/jersey/core/impl/provider/entity/ com/sun/jersey ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jar ... com/sun/jersey/core/impl/ com/sun/jersey/core/impl/provider/ com/sun/jersey/core/impl/provider/entity/ com/sun/jersey ...
/forgerock/openam-v13/openam-federation/OpenFM/src/test/resources/com/sun/identity/workflow/
H A Dslim-openam-soap-sts-server.warMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/forgerock/openam/openam-federation/OpenFM/src/test/resources/com/sun/identity/workflow/
H A Dslim-openam-soap-sts-server.warMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1677 provider.getCurrentTime()));
1962 long currentTime = provider.getCurrentTimeMS();
2206 final ScheduledExecutorService scheduler = provider
2272 return provider.getLDAPConnectionFactory(hostname, port, cfg);
2292 // The provider which should be used by policies to create LDAP connections.
2293 private final Provider provider; field in class:LDAPPassThroughAuthenticationPolicyFactory
2296 * The default LDAP connection factory provider.
2530 * default LDAP connection factory provider.
2543 * @param provider
2544 * The LDAP connection factory provider implementatio
2547 LDAPPassThroughAuthenticationPolicyFactory(final Provider provider) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1675 provider.getCurrentTime()));
1960 long currentTime = provider.getCurrentTimeMS();
2204 final ScheduledExecutorService scheduler = provider
2268 return provider.getLDAPConnectionFactory(hp.getHost(), hp.getPort(), cfg);
2288 // The provider which should be used by policies to create LDAP connections.
2289 private final Provider provider; field in class:LDAPPassThroughAuthenticationPolicyFactory
2292 * The default LDAP connection factory provider.
2527 * default LDAP connection factory provider.
2540 * @param provider
2541 * The LDAP connection factory provider implementatio
2544 LDAPPassThroughAuthenticationPolicyFactory(final Provider provider) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DReplicationServer.java553 VirtualAttributeProvider<UserDefinedVirtualAttributeCfg> provider)
567 provider.initializeVirtualAttributeProvider(null);
572 return new VirtualAttributeRule(attributeType, provider,
552 buildVirtualAttributeRule(String attrName, VirtualAttributeProvider<UserDefinedVirtualAttributeCfg> provider) argument
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1681 provider.getCurrentTime()));
1966 long currentTime = provider.getCurrentTimeMS();
2210 final ScheduledExecutorService scheduler = provider
2276 return provider.getLDAPConnectionFactory(hostname, port, cfg);
2296 // The provider which should be used by policies to create LDAP connections.
2297 private final Provider provider; field in class:LDAPPassThroughAuthenticationPolicyFactory
2300 * The default LDAP connection factory provider.
2534 * default LDAP connection factory provider.
2547 * @param provider
2548 * The LDAP connection factory provider implementatio
2551 LDAPPassThroughAuthenticationPolicyFactory(final Provider provider) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1677 provider.getCurrentTime()));
1962 long currentTime = provider.getCurrentTimeMS();
2206 final ScheduledExecutorService scheduler = provider
2272 return provider.getLDAPConnectionFactory(hostname, port, cfg);
2292 // The provider which should be used by policies to create LDAP connections.
2293 private final Provider provider; field in class:LDAPPassThroughAuthenticationPolicyFactory
2296 * The default LDAP connection factory provider.
2530 * default LDAP connection factory provider.
2543 * @param provider
2544 * The LDAP connection factory provider implementatio
2547 LDAPPassThroughAuthenticationPolicyFactory(final Provider provider) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1675 provider.getCurrentTime()));
1960 long currentTime = provider.getCurrentTimeMS();
2204 final ScheduledExecutorService scheduler = provider
2268 return provider.getLDAPConnectionFactory(hp.getHost(), hp.getPort(), cfg);
2288 // The provider which should be used by policies to create LDAP connections.
2289 private final Provider provider; field in class:LDAPPassThroughAuthenticationPolicyFactory
2292 * The default LDAP connection factory provider.
2527 * default LDAP connection factory provider.
2540 * @param provider
2541 * The LDAP connection factory provider implementatio
2544 LDAPPassThroughAuthenticationPolicyFactory(final Provider provider) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DReplicationServer.java553 VirtualAttributeProvider<UserDefinedVirtualAttributeCfg> provider)
567 provider.initializeVirtualAttributeProvider(null);
572 return new VirtualAttributeRule(attributeType, provider,
552 buildVirtualAttributeRule(String attrName, VirtualAttributeProvider<UserDefinedVirtualAttributeCfg> provider) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DLDAPPassThroughAuthenticationPolicyFactory.java1544 provider.getCurrentTime()));
1809 long currentTime = provider.getCurrentTimeMS();
2035 final ScheduledExecutorService scheduler = provider
2099 return provider.getLDAPConnectionFactory(hp.getHost(), hp.getPort(), cfg);
2116 /** The provider which should be used by policies to create LDAP connections. */
2117 private final Provider provider; field in class:LDAPPassThroughAuthenticationPolicyFactory
2121 /** The default LDAP connection factory provider. */
2341 * default LDAP connection factory provider.
2363 * @param provider
2364 * The LDAP connection factory provider implementatio
2367 LDAPPassThroughAuthenticationPolicyFactory(final Provider provider) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DReplicationServer.java537 VirtualAttributeProvider<UserDefinedVirtualAttributeCfg> provider)
550 provider.initializeVirtualAttributeProvider(null);
553 return new VirtualAttributeRule(attributeType, provider,
536 buildVirtualAttributeRule(String attrName, VirtualAttributeProvider<UserDefinedVirtualAttributeCfg> provider) argument
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/ldap/
H A DLDAPClientConnection.java2589 * Set the connection provider that is not in use yet. Used in TLS
2591 * provider is active.
2593 * @param provider
2594 * The provider that needs to be activated.
2596 public void setTLSPendingProvider(ConnectionSecurityProvider provider) argument
2598 tlsPendingProvider = provider;
2604 * Set the connection provider that is not in use. Used in SASL
2606 * provider is active.
2608 * @param provider
2609 * The provider tha
2611 setSASLPendingProvider(ConnectionSecurityProvider provider) argument
[all...]

Completed in 119 milliseconds

12345678910