|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.security.saml2.providers.registry.EndpointImpl
public class EndpointImpl
This class implements the APIs used to access or set URL location and binding of a SAML service endpoint.
Field Summary |
---|
Fields inherited from interface com.bea.security.saml2.providers.registry.Endpoint |
---|
HTTP_ARTIFACT_BINDING, HTTP_ARTIFACT_URN, HTTP_POST_BINDING, HTTP_POST_URN, HTTP_REDIRECT_BINDING, HTTP_REDIRECT_URN, SOAP_BINDING, SOAP_HTTP_URN |
Constructor Summary | |
---|---|
EndpointImpl()
|
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 , Endpoint.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. |
void |
setLocation(String location)
Sets the URL location of this service end point. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EndpointImpl()
Method Detail |
---|
public String getBinding()
Endpoint.HTTP_ARTIFACT_BINDING
,
Endpoint.HTTP_POST_BINDING
, Endpoint.HTTP_REDIRECT_BINDING
, Endpoint.SOAP_BINDING
.
getBinding
in interface Endpoint
public void setBinding(String binding)
setBinding
in interface Endpoint
binding
- the binding of this SAML service end pointpublic String getLocation()
getLocation
in interface Endpoint
public void setLocation(String location)
setLocation
in interface Endpoint
location
-
|
Because this information documents a Tech Preview of a BEA product, it may be incomplete and is subject to change. Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/essex/TechPreview Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |