java.io.Serializable
IndexedEndpoint
public interface Endpoint
extends java.io.Serializable
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
HTTP_ARTIFACT_BINDING |
the internal name for HTTP Artifact binding.
|
static java.lang.String |
HTTP_ARTIFACT_URN |
the URI for the HTTP Artifact binding.
|
static java.lang.String |
HTTP_POST_BINDING |
the internal name for HTTP POST binding.
|
static java.lang.String |
HTTP_POST_URN |
the URI for the HTTP POST binding.
|
static java.lang.String |
HTTP_REDIRECT_BINDING |
the internal name for HTTP Redirect binding.
|
static java.lang.String |
HTTP_REDIRECT_URN |
the URI for the HTTP Redirect binding.
|
static java.lang.String |
SOAP_BINDING |
the internal name for SOAP binding.
|
static java.lang.String |
SOAP_HTTP_URN |
the URI for the SOAP binding.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getBinding() |
Gets the binding of this SAML service end point, which can be one of
HTTP_ARTIFACT_BINDING ,
HTTP_POST_BINDING , HTTP_REDIRECT_BINDING , and SOAP_BINDING . |
java.lang.String |
getLocation() |
Gets the URL location of this service end point.
|
void |
setBinding(java.lang.String binding) |
Sets the binding of this SAML service end point, it should be one of
HTTP_ARTIFACT_BINDING , HTTP_POST_BINDING , HTTP_REDIRECT_BINDING , and
SOAP_BINDING . |
void |
setLocation(java.lang.String location) |
Sets the URL location of this service end point.
|
static final java.lang.String HTTP_ARTIFACT_BINDING
static final java.lang.String HTTP_POST_BINDING
static final java.lang.String HTTP_REDIRECT_BINDING
static final java.lang.String SOAP_BINDING
static final java.lang.String HTTP_ARTIFACT_URN
static final java.lang.String HTTP_POST_URN
static final java.lang.String HTTP_REDIRECT_URN
static final java.lang.String SOAP_HTTP_URN
java.lang.String getBinding()
HTTP_ARTIFACT_BINDING
,
HTTP_POST_BINDING
, HTTP_REDIRECT_BINDING
, and SOAP_BINDING
.void setBinding(java.lang.String binding)
HTTP_ARTIFACT_BINDING
, HTTP_POST_BINDING
, HTTP_REDIRECT_BINDING
, and
SOAP_BINDING
.binding
- the binding type to setjava.lang.String getLocation()
void setLocation(java.lang.String location)
location
- the URL location to set