public abstract class SSODescriptorType extends RoleDescriptorType
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> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<IndexedEndpointType> |
artifactResolutionService |
protected List<EndpointType> |
manageNameIDService |
protected List<String> |
nameIDFormat |
protected List<EndpointType> |
singleLogoutService |
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil
otherAttributes
Constructor and Description |
---|
SSODescriptorType(List<String> protocolSupport) |
Modifier and Type | Method and Description |
---|---|
void |
addArtifactResolutionService(IndexedEndpointType i)
Add atrifact resolution service
|
void |
addManageNameIDService(EndpointType end)
Add manage name id service
|
void |
addNameIDFormat(String s)
Add Name ID Format
|
void |
addSingleLogoutService(EndpointType endpt)
Add SLO Service
|
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.
|
void |
removeArtifactResolutionService(IndexedEndpointType i)
remove atrifact resolution service
|
void |
removeManageNameIDService(EndpointType end)
remove manage name id service
|
void |
removeNameIDFormat(String s)
remove Name ID Format
|
void |
removeSingleLogoutService(EndpointType endpt)
remove SLO Service
|
addContactPerson, addKeyDescriptor, getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getProtocolSupportEnumeration, getSignature, getValidUntil, removeContactPerson, removeKeyDescriptor, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil
addOtherAttribute, getOtherAttributes, removeOtherAttribute
protected List<IndexedEndpointType> artifactResolutionService
protected List<EndpointType> singleLogoutService
protected List<EndpointType> manageNameIDService
public void addSingleLogoutService(EndpointType endpt)
endpt
- public void addArtifactResolutionService(IndexedEndpointType i)
i
- public void addManageNameIDService(EndpointType end)
end
- public void addNameIDFormat(String s)
s
- public void removeSingleLogoutService(EndpointType endpt)
endpt
- public void removeArtifactResolutionService(IndexedEndpointType i)
i
- public void removeManageNameIDService(EndpointType end)
end
- public void removeNameIDFormat(String s)
s
- public List<IndexedEndpointType> getArtifactResolutionService()
Objects of the following type(s) are allowed in the list IndexedEndpointType
public List<EndpointType> getSingleLogoutService()
Objects of the following type(s) are allowed in the list EndpointType
public List<EndpointType> getManageNameIDService()
Objects of the following type(s) are allowed in the list EndpointType
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.