|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.federation.saml.v2.metadata.TypeWithOtherAttributes
org.picketlink.identity.federation.saml.v2.metadata.EndpointType
public class EndpointType
Java class for EndpointType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndpointType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <any/> </sequence> <attribute name="Binding" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="Location" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> <attribute name="ResponseLocation" type="{http://www.w3.org/2001/XMLSchema}anyURI" /> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected List<Object> |
any
|
protected URI |
binding
|
protected URI |
location
|
protected URI |
responseLocation
|
Fields inherited from class org.picketlink.identity.federation.saml.v2.metadata.TypeWithOtherAttributes |
---|
otherAttributes |
Constructor Summary | |
---|---|
EndpointType(URI binding,
URI location)
|
Method Summary | |
---|---|
void |
addObject(Object obj)
Add an object |
List<Object> |
getAny()
Gets the value of the any property. |
URI |
getBinding()
Gets the value of the binding property. |
URI |
getLocation()
Gets the value of the location property. |
URI |
getResponseLocation()
Gets the value of the responseLocation property. |
void |
removeObject(Object obj)
remove an object |
void |
setResponseLocation(URI value)
Sets the value of the responseLocation property. |
Methods inherited from class org.picketlink.identity.federation.saml.v2.metadata.TypeWithOtherAttributes |
---|
addOtherAttribute, getOtherAttributes, removeOtherAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected List<Object> any
protected URI binding
protected URI location
protected URI responseLocation
Constructor Detail |
---|
public EndpointType(URI binding, URI location)
Method Detail |
---|
public void addObject(Object obj)
obj
- public void removeObject(Object obj)
obj
- public List<Object> getAny()
Objects of the following type(s) are allowed in the list Element
Object
public URI getBinding()
URI
public URI getLocation()
URI
public URI getResponseLocation()
URI
public void setResponseLocation(URI value)
value
- allowed object is URI
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |