|
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.RoleDescriptorType
org.picketlink.identity.federation.saml.v2.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> </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.picketlink.identity.federation.saml.v2.metadata.RoleDescriptorType |
---|
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil |
Fields inherited from class org.picketlink.identity.federation.saml.v2.metadata.TypeWithOtherAttributes |
---|
otherAttributes |
Constructor Summary | |
---|---|
SSODescriptorType(List<String> protocolSupport)
|
Method Summary | |
---|---|
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 |
Methods inherited from class org.picketlink.identity.federation.saml.v2.metadata.RoleDescriptorType |
---|
addContactPerson, addKeyDescriptor, getCacheDuration, getContactPerson, getErrorURL, getExtensions, getID, getKeyDescriptor, getOrganization, getProtocolSupportEnumeration, getSignature, getValidUntil, removeContactPerson, removeKeyDescriptor, setCacheDuration, setErrorURL, setExtensions, setID, setOrganization, setSignature, setValidUntil |
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<IndexedEndpointType> artifactResolutionService
protected List<EndpointType> singleLogoutService
protected List<EndpointType> manageNameIDService
protected List<String> nameIDFormat
Constructor Detail |
---|
public SSODescriptorType(List<String> protocolSupport)
Method Detail |
---|
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
public List<String> getNameIDFormat()
Objects of the following type(s) are allowed in the list String
|
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 |