Searched refs:HTTP (Results 1 - 25 of 36) sorted by relevance

12

/forgerock/openam-v13/openam-server-only/src/main/resources/
H A Dcore.conf29 naming.url=HTTP://CORE:PORT/CommRequestServlet
30 notification.url=HTTP://CORE:PORT/CommNotificationServlet
31 sessionService.url=HTTP://CORE:PORT/sessionServiceURL
32 sessionNotification.url=HTTP://CORE:PORT/SessionNotificationHandler
/forgerock/openam/openam-server-only/src/main/resources/
H A Dcore.conf29 naming.url=HTTP://CORE:PORT/CommRequestServlet
30 notification.url=HTTP://CORE:PORT/CommNotificationServlet
31 sessionService.url=HTTP://CORE:PORT/sessionServiceURL
32 sessionNotification.url=HTTP://CORE:PORT/SessionNotificationHandler
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java87 * HTTP protocol.
89 HTTP(INFO_CTRL_PANEL_CONN_HANDLER_HTTP.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
91 * HTTP secure protocol.
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java88 * HTTP protocol.
90 HTTP(INFO_CTRL_PANEL_CONN_HANDLER_HTTP.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
92 * HTTP secure protocol.
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java88 * HTTP protocol.
90 HTTP(INFO_CTRL_PANEL_CONN_HANDLER_HTTP.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
92 * HTTP secure protocol.
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java87 * HTTP protocol.
89 HTTP(INFO_CTRL_PANEL_CONN_HANDLER_HTTP.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
91 * HTTP secure protocol.
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java88 * HTTP protocol.
90 HTTP(INFO_CTRL_PANEL_CONN_HANDLER_HTTP.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
92 * HTTP secure protocol.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/datamodel/
H A DConnectionHandlerDescriptor.java69 /** HTTP protocol. */
70 HTTP(INFO_CTRL_PANEL_CONN_HANDLER_HTTP.get()), enum constant in enum:ConnectionHandlerDescriptor.Protocol
71 /** HTTP secure protocol. */
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java221 * These actions bind to the corresponding HTTP operations. For example a
225 * permission. The correspondence is not exact however since a HTTP GET
892 * A SAML authentication type that uses HTTP protocol and username/password
907 * A SAML authentication type that uses HTTP protocol
986 public static final String HTTP="http"; field in class:SAMLConstants
1494 * HTTP POST binding.
1496 public static final String HTTP_POST = "HTTP-POST";
1499 * HTTP Redirect binding.
1501 public static final String HTTP_REDIRECT = "HTTP-Redirect";
1504 * Property to identity the HTTP bindin
[all...]
/forgerock/openam-v13/openam-http-client/src/main/java/org/forgerock/http/client/
H A DRestletHttpClient.java76 Client client = new Client(Protocol.HTTP);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/common/
H A DSAMLConstants.java221 * These actions bind to the corresponding HTTP operations. For example a
225 * permission. The correspondence is not exact however since a HTTP GET
892 * A SAML authentication type that uses HTTP protocol and username/password
907 * A SAML authentication type that uses HTTP protocol
986 public static final String HTTP="http"; field in class:SAMLConstants
1496 * HTTP POST binding.
1498 public static final String HTTP_POST = "HTTP-POST";
1501 * HTTP Redirect binding.
1503 public static final String HTTP_REDIRECT = "HTTP-Redirect";
1506 * Property to identity the HTTP bindin
[all...]
/forgerock/openam/openam-http-client/src/main/java/org/forgerock/http/client/
H A DRestletHttpClient.java79 Client client = new Client(Protocol.HTTP);
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java437 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
H A DConfigFromDirContext.java937 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java436 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
H A DConfigFromDirContext.java936 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java437 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
H A DConfigFromDirContext.java937 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java436 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java437 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DConfigFromFile.java477 protocol = ConnectionHandlerDescriptor.Protocol.HTTP;
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java86 * HTTP redirect
88 public static final String HTTP_REDIRECT = "HTTP Redirect";
90 * HTTP redirect
92 public static final String HTTP_GET = "HTTP Get";
266 public static final String HTTP="http"; field in interface:IFSConstants
772 * URI for HTTP-Redirect-based Name Identifier Registration Profile
778 * URI for SOAP/HTTP-based Name Identifier Registration Profile
784 * URI for HTTP-Redirect-based Name Identifier Registration Profile
791 * URI for SOAP/HTTP-based Name Identifier Registration Profile
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java519 if (!protocol.equals(IFSConstants.HTTP)) {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/common/
H A DIFSConstants.java86 * HTTP redirect
88 public static final String HTTP_REDIRECT = "HTTP Redirect";
90 * HTTP redirect
92 public static final String HTTP_GET = "HTTP Get";
266 public static final String HTTP="http"; field in interface:IFSConstants
772 * URI for HTTP-Redirect-based Name Identifier Registration Profile
778 * URI for SOAP/HTTP-based Name Identifier Registration Profile
784 * URI for HTTP-Redirect-based Name Identifier Registration Profile
791 * URI for SOAP/HTTP-based Name Identifier Registration Profile
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java519 if (!protocol.equals(IFSConstants.HTTP)) {

Completed in 79 milliseconds

12