| 
 | Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface Endpoint
Abstract representation of a SAML 2.0 service endpoint. This interface specifies the APIs used for URL location and binding of a SAML service endpoint.
| Field Summary | |
|---|---|
| static String | HTTP_ARTIFACT_BINDINGthe internal name for HTTP Artifact binding. | 
| static String | HTTP_ARTIFACT_URNthe URI for the HTTP Artifact binding. | 
| static String | HTTP_POST_BINDINGthe internal name for HTTP POST binding. | 
| static String | HTTP_POST_URNthe URI for the HTTP POST binding. | 
| static String | HTTP_REDIRECT_BINDINGthe internal name for HTTP Redirect binding. | 
| static String | HTTP_REDIRECT_URNthe URI for the HTTP Redirect binding. | 
| static String | SOAP_BINDINGthe internal name for SOAP binding. | 
| static String | SOAP_HTTP_URNthe URI for the SOAP binding. | 
| Method Summary | |
|---|---|
|  String | getBinding()Gets the binding of this SAML service end point, which can be one of Endpoint.HTTP_ARTIFACT_BINDING,Endpoint.HTTP_POST_BINDING,Endpoint.HTTP_REDIRECT_BINDING, andEndpoint.SOAP_BINDING. | 
|  String | getLocation()Gets the URL location of this service end point. | 
|  void | setBinding(String binding)Sets the binding of this SAML service end point, it should be one of Endpoint.HTTP_ARTIFACT_BINDING,Endpoint.HTTP_POST_BINDING,Endpoint.HTTP_REDIRECT_BINDING, andEndpoint.SOAP_BINDING. | 
|  void | setLocation(String location)Sets the URL location of this service end point. | 
| Field Detail | 
|---|
static final String HTTP_ARTIFACT_BINDING
static final String HTTP_POST_BINDING
static final String HTTP_REDIRECT_BINDING
static final String SOAP_BINDING
static final String HTTP_ARTIFACT_URN
static final String HTTP_POST_URN
static final String HTTP_REDIRECT_URN
static final String SOAP_HTTP_URN
| Method Detail | 
|---|
String getBinding()
Endpoint.HTTP_ARTIFACT_BINDING,
 Endpoint.HTTP_POST_BINDING, Endpoint.HTTP_REDIRECT_BINDING, and Endpoint.SOAP_BINDING.
void setBinding(String binding)
Endpoint.HTTP_ARTIFACT_BINDING, Endpoint.HTTP_POST_BINDING, Endpoint.HTTP_REDIRECT_BINDING, and
 Endpoint.SOAP_BINDING.
binding - the binding type to setString getLocation()
void setLocation(String location)
location - the URL location to set| 
 | Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server 10.3.3 API Reference 11g Release 1 (10.3.3) Part Number E13941-03 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||