Searched refs:client (Results 1 - 25 of 1150) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A Dpackage-info.java32 * Provides classes necessary for a remote client to evaluate policy decisions.
40 package com.sun.identity.policy.client;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/client/
H A Dpackage-info.java21 package com.sun.identity.xacml.client;
/forgerock/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/
H A Dpackage-info.java18 * This package contains the classes and interfaces related to the implementation of the HTTP client, and its use
22 package org.forgerock.http.client
/forgerock/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A Dpackage-info.java18 * This package contains the classes and interfaces related to the requests sent by the HTTP client, and their use
22 package org.forgerock.http.client.request
H A DHttpClientRequestFactory.java16 package org.forgerock.http.client.request;
27 * Create a new empty {@link HttpClientRequest} that can be sent over a {@link org.forgerock.http.client.HttpClient}.
/forgerock/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/response/
H A Dpackage-info.java18 * This package contains the classes and interfaces related to the responses received by the HTTP client, and their
22 package org.forgerock.http.client.response
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/
H A Dpackage-info.java28 * Common client-side administration classes.
30 * This package contains classes which client applications are
33 package org.forgerock.opendj.config.client;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A Dpackage-info.java32 * Provides classes necessary for a remote client to evaluate policy decisions.
40 package com.sun.identity.policy.client;
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/client/
H A Dpackage-info.java21 package com.sun.identity.xacml.client;
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/
H A Dpackage-info.java18 * This package contains the classes and interfaces related to the implementation of the HTTP client, and its use
22 package org.forgerock.http.client
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/request/
H A Dpackage-info.java18 * This package contains the classes and interfaces related to the requests sent by the HTTP client, and their use
22 package org.forgerock.http.client.request
H A DHttpClientRequestFactory.java16 package org.forgerock.http.client.request;
27 * Create a new empty {@link HttpClientRequest} that can be sent over a {@link org.forgerock.http.client.HttpClient}.
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/response/
H A Dpackage-info.java18 * This package contains the classes and interfaces related to the responses received by the HTTP client, and their
22 package org.forgerock.http.client.response
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/ldap/
H A Dpackage-info.java34 * with our own LDAP client SDK based implementation.
36 package org.forgerock.opendj.config.client.ldap;
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/spi/
H A Dpackage-info.java30 * This package contains classes which client-side driver
33 package org.forgerock.opendj.config.client.spi;
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DConfigurationClient.java31 import org.opends.server.admin.client.AuthorizationException;
32 import org.opends.server.admin.client.CommunicationException;
33 import org.opends.server.admin.client.ConcurrentModificationException;
34 import org.opends.server.admin.client.MissingMandatoryPropertiesException;
35 import org.opends.server.admin.client.OperationRejectedException;
80 * client, or if this configuration is being modified but
81 * it has been removed from the server by another client.
88 * configuration because the client does not have the
91 * If the client cannot contact the server due to an
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DConfigurationClient.java32 import org.opends.server.admin.client.AuthorizationException;
33 import org.opends.server.admin.client.CommunicationException;
34 import org.opends.server.admin.client.ConcurrentModificationException;
35 import org.opends.server.admin.client.MissingMandatoryPropertiesException;
36 import org.opends.server.admin.client.OperationRejectedException;
81 * client, or if this configuration is being modified but
82 * it has been removed from the server by another client.
89 * configuration because the client does not have the
92 * If the client cannot contact the server due to an
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DConfigurationClient.java32 import org.opends.server.admin.client.AuthorizationException;
33 import org.opends.server.admin.client.CommunicationException;
34 import org.opends.server.admin.client.ConcurrentModificationException;
35 import org.opends.server.admin.client.MissingMandatoryPropertiesException;
36 import org.opends.server.admin.client.OperationRejectedException;
81 * client, or if this configuration is being modified but
82 * it has been removed from the server by another client.
89 * configuration because the client does not have the
92 * If the client cannot contact the server due to an
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DConfigurationClient.java31 import org.opends.server.admin.client.AuthorizationException;
32 import org.opends.server.admin.client.CommunicationException;
33 import org.opends.server.admin.client.ConcurrentModificationException;
34 import org.opends.server.admin.client.MissingMandatoryPropertiesException;
35 import org.opends.server.admin.client.OperationRejectedException;
80 * client, or if this configuration is being modified but
81 * it has been removed from the server by another client.
88 * configuration because the client does not have the
91 * If the client cannot contact the server due to an
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DConfigurationClient.java32 import org.opends.server.admin.client.AuthorizationException;
33 import org.opends.server.admin.client.CommunicationException;
34 import org.opends.server.admin.client.ConcurrentModificationException;
35 import org.opends.server.admin.client.MissingMandatoryPropertiesException;
36 import org.opends.server.admin.client.OperationRejectedException;
81 * client, or if this configuration is being modified but
82 * it has been removed from the server by another client.
89 * configuration because the client does not have the
92 * If the client cannot contact the server due to an
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/
H A DConfigurationClient.java31 import org.opends.server.admin.client.AuthorizationException;
32 import org.opends.server.admin.client.CommunicationException;
33 import org.opends.server.admin.client.ConcurrentModificationException;
34 import org.opends.server.admin.client.MissingMandatoryPropertiesException;
35 import org.opends.server.admin.client.OperationRejectedException;
80 * client, or if this configuration is being modified but
81 * it has been removed from the server by another client.
88 * configuration because the client does not have the
91 * If the client cannot contact the server due to an
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-client-1.1.1-ea-SNAPSHOT.jar ... jersey/client/ com/sun/jersey/client/impl/ com/sun/jersey/client/urlconnection/ com/sun/ws/rs/ext/RuntimeDelegateImpl.class RuntimeDelegateImpl
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-client-1.1.1-ea-SNAPSHOT.jar ... jersey/client/ com/sun/jersey/client/impl/ com/sun/jersey/client/urlconnection/ com/sun/ws/rs/ext/RuntimeDelegateImpl.class RuntimeDelegateImpl
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/
H A DConfigurationClient.java30 import org.forgerock.opendj.config.client.ConcurrentModificationException;
31 import org.forgerock.opendj.config.client.MissingMandatoryPropertiesException;
32 import org.forgerock.opendj.config.client.OperationRejectedException;
67 * server but its parent has been removed by another client, or
69 * removed from the server by another client.
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DNotificationHandler.java29 package com.iplanet.services.comm.client;
40 * @see com.iplanet.services.comm.client.PLLClient

Completed in 115 milliseconds

1234567891011>>