public interface IDPSSODescriptor extends SSODescriptor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
static java.lang.String |
WANT_AUTHN_REQ_SIGNED_ATTRIB_NAME
"WantAuthnRequestSigned" attribute name.
|
ERROR_URL_ATTRIB_NAME, ID_ATTRIB_NAME, PROTOCOL_ENUMERATION_ATTRIB_NAMEVALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAMECACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME| Modifier and Type | Method and Description |
|---|---|
java.util.List<AssertionIDRequestService> |
getAssertionIDRequestServices()
Gets the list of assertion ID request services.
|
java.util.List<AttributeProfile> |
getAttributeProfiles()
Gets the list of attribute profiles supported by this IdP.
|
java.util.List<Attribute> |
getAttributes()
Gets the list of attributes supported by this IdP.
|
java.util.List<NameIDMappingService> |
getNameIDMappingServices()
Gets the list of NameID mapping services for this service.
|
java.util.List<SingleSignOnService> |
getSingleSignOnServices()
Gets the list of single sign on services for this IDP.
|
java.lang.Boolean |
getWantAuthnRequestsSigned()
Checks if the IDP SSO service wants authentication requests signed.
|
XSBooleanValue |
getWantAuthnRequestsSignedXSBoolean()
Checks if the IDP SSO service wants authentication requests signed.
|
void |
setWantAuthnRequestsSigned(java.lang.Boolean newWantSigned)
Sets whether the IDP SSO service wants authentication requests signed.
|
void |
setWantAuthnRequestsSigned(XSBooleanValue newWantSigned)
Sets whether the IDP SSO service wants authentication requests signed.
|
getArtifactResolutionServices, getDefaultArtifactResolutionService, getManageNameIDServices, getNameIDFormats, getSingleLogoutServicesaddSupportedProtocol, getContactPersons, getEndpoints, getEndpoints, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSupportedProtocols, isSupportedProtocol, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setErrorURL, setExtensions, setID, setOrganizationgetSignatureReferenceIDgetSignature, isSigned, setSignaturegetValidUntil, isValid, setValidUntilgetCacheDuration, setCacheDurationdetach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationgetUnknownAttributesstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String WANT_AUTHN_REQ_SIGNED_ATTRIB_NAME
java.lang.Boolean getWantAuthnRequestsSigned()
XSBooleanValue getWantAuthnRequestsSignedXSBoolean()
void setWantAuthnRequestsSigned(java.lang.Boolean newWantSigned)
newWantSigned - true if request should be signed, false if notvoid setWantAuthnRequestsSigned(XSBooleanValue newWantSigned)
newWantSigned - true if request should be signed, false if notjava.util.List<SingleSignOnService> getSingleSignOnServices()
java.util.List<NameIDMappingService> getNameIDMappingServices()
java.util.List<AssertionIDRequestService> getAssertionIDRequestServices()
java.util.List<AttributeProfile> getAttributeProfiles()
java.util.List<Attribute> getAttributes()