|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType
org.jboss.seam.security.external.jaxb.samlv2.metadata.SSODescriptorType
public abstract class SSODescriptorType
Java class for SSODescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SSODescriptorType">
<complexContent>
<extension base="{urn:oasis:names:tc:SAML:2.0:metadata}RoleDescriptorType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ArtifactResolutionService" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}SingleLogoutService" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}ManageNameIDService" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:metadata}NameIDFormat" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<IndexedEndpointType> |
artifactResolutionService
|
protected List<EndpointType> |
manageNameIDService
|
protected List<String> |
nameIDFormat
|
protected List<EndpointType> |
singleLogoutService
|
| Fields inherited from class org.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType |
|---|
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil |
| Constructor Summary | |
|---|---|
SSODescriptorType()
|
|
| Method Summary | |
|---|---|
List<IndexedEndpointType> |
getArtifactResolutionService()
Gets the value of the artifactResolutionService property. |
List<EndpointType> |
getManageNameIDService()
Gets the value of the manageNameIDService property. |
List<String> |
getNameIDFormat()
Gets the value of the nameIDFormat property. |
List<EndpointType> |
getSingleLogoutService()
Gets the value of the singleLogoutService property. |
| Methods inherited from class org.jboss.seam.security.external.jaxb.samlv2.metadata.RoleDescriptorType |
|---|
getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getOtherAttributes, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<IndexedEndpointType> artifactResolutionService
protected List<EndpointType> singleLogoutService
protected List<EndpointType> manageNameIDService
protected List<String> nameIDFormat
| Constructor Detail |
|---|
public SSODescriptorType()
| Method Detail |
|---|
public List<IndexedEndpointType> getArtifactResolutionService()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the artifactResolutionService property.
For example, to add a new item, do as follows:
getArtifactResolutionService().add(newItem);
Objects of the following type(s) are allowed in the list
IndexedEndpointType
public List<EndpointType> getSingleLogoutService()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the singleLogoutService property.
For example, to add a new item, do as follows:
getSingleLogoutService().add(newItem);
Objects of the following type(s) are allowed in the list
EndpointType
public List<EndpointType> getManageNameIDService()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the manageNameIDService property.
For example, to add a new item, do as follows:
getManageNameIDService().add(newItem);
Objects of the following type(s) are allowed in the list
EndpointType
public List<String> getNameIDFormat()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the nameIDFormat property.
For example, to add a new item, do as follows:
getNameIDFormat().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||