public class IDPSSODescriptorType extends SSODescriptorType
Java class for IDPSSODescriptorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IDPSSODescriptorType"> <complexContent> <extension base="{urn:oasis:names:tc:SAML:2.0:metadata}SSODescriptorType"> <sequence> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}SingleSignOnService" maxOccurs="unbounded"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}NameIDMappingService" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AssertionIDRequestService" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:metadata}AttributeProfile" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:tc:SAML:2.0:assertion}Attribute" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="WantAuthnRequestsSigned" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<EndpointType> |
assertionIDRequestService |
protected List<AttributeType> |
attribute |
protected List<String> |
attributeProfile |
protected List<EndpointType> |
nameIDMappingService |
protected List<EndpointType> |
singleSignOnService |
protected Boolean |
wantAuthnRequestsSigned |
artifactResolutionService, manageNameIDService, nameIDFormat, singleLogoutService
cacheDuration, contactPerson, errorURL, extensions, id, keyDescriptor, organization, protocolSupportEnumeration, signature, validUntil
otherAttributes
Constructor and Description |
---|
IDPSSODescriptorType(List<String> protocolSupport) |
Modifier and Type | Method and Description |
---|---|
void |
addAssertionIDRequestService(EndpointType endpt)
Add assertion id request service
|
void |
addAttribute(AttributeType att)
Add attribute
|
void |
addAttributeProfile(String str)
Add attribute profile
|
void |
addNameIDMappingService(EndpointType endpt)
Add name id mapping service
|
void |
addSingleSignOnService(EndpointType endpt)
Add a SSO service
|
List<EndpointType> |
getAssertionIDRequestService()
Gets the value of the assertionIDRequestService property.
|
List<AttributeType> |
getAttribute()
Gets the value of the attribute property.
|
List<String> |
getAttributeProfile()
Gets the value of the attributeProfile property.
|
List<EndpointType> |
getNameIDMappingService()
Gets the value of the nameIDMappingService property.
|
List<EndpointType> |
getSingleSignOnService()
Gets the value of the singleSignOnService property.
|
Boolean |
isWantAuthnRequestsSigned()
Gets the value of the wantAuthnRequestsSigned property.
|
void |
removeAssertionIDRequestService(EndpointType endpt)
remove assertion id request service
|
void |
removeAttribute(AttributeType att)
Add attribute
|
void |
removeAttributeProfile(String str)
Add attribute profile
|
void |
removeNameIDMappingService(EndpointType endpt)
remove name id mapping service
|
void |
removeSingleSignOnService(EndpointType endpt)
Remove a SSO service
|
void |
setWantAuthnRequestsSigned(Boolean value)
Sets the value of the wantAuthnRequestsSigned property.
|
addArtifactResolutionService, addManageNameIDService, addNameIDFormat, addSingleLogoutService, getArtifactResolutionService, getManageNameIDService, getNameIDFormat, getSingleLogoutService, removeArtifactResolutionService, removeManageNameIDService, removeNameIDFormat, removeSingleLogoutService
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<EndpointType> singleSignOnService
protected List<EndpointType> nameIDMappingService
protected List<EndpointType> assertionIDRequestService
protected List<AttributeType> attribute
protected Boolean wantAuthnRequestsSigned
public void addSingleSignOnService(EndpointType endpt)
endpt
- public void addNameIDMappingService(EndpointType endpt)
endpt
- public void addAssertionIDRequestService(EndpointType endpt)
endpt
- public void addAttributeProfile(String str)
str
- public void addAttribute(AttributeType att)
att
- public void removeSingleSignOnService(EndpointType endpt)
endpt
- public void removeNameIDMappingService(EndpointType endpt)
endpt
- public void removeAssertionIDRequestService(EndpointType endpt)
endpt
- public void removeAttributeProfile(String str)
str
- public void removeAttribute(AttributeType att)
att
- public List<EndpointType> getSingleSignOnService()
Objects of the following type(s) are allowed in the list EndpointType
public List<EndpointType> getNameIDMappingService()
Objects of the following type(s) are allowed in the list EndpointType
public List<EndpointType> getAssertionIDRequestService()
Objects of the following type(s) are allowed in the list EndpointType
public List<String> getAttributeProfile()
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
attributeProfile property.
Objects of the following type(s) are allowed in the list String
public List<AttributeType> getAttribute()
Objects of the following type(s) are allowed in the list AttributeType
public Boolean isWantAuthnRequestsSigned()
Boolean
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.