public interface IDPSSODescriptor extends SSODescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ELEMENT_LOCAL_NAME
Local name, no namespace.
|
static QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static QName |
TYPE_NAME
QName of the XSI type.
|
static 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 |
|---|---|
List<AssertionIDRequestService> |
getAssertionIDRequestServices()
Gets the list of assertion ID request services.
|
List<AttributeProfile> |
getAttributeProfiles()
Gets the list of attribute profiles supported by this IdP.
|
List<Attribute> |
getAttributes()
Gets the list of attributes supported by this IdP.
|
List<NameIDMappingService> |
getNameIDMappingServices()
Gets the list of NameID mapping services for this service.
|
List<SingleSignOnService> |
getSingleSignOnServices()
Gets the list of single sign on services for this IDP.
|
Boolean |
getWantAuthnRequestsSigned()
Checks if the IDP SSO service wants authentication requests signed.
|
org.opensaml.core.xml.schema.XSBooleanValue |
getWantAuthnRequestsSignedXSBoolean()
Checks if the IDP SSO service wants authentication requests signed.
|
void |
setWantAuthnRequestsSigned(Boolean newWantSigned)
Sets whether the IDP SSO service wants authentication requests signed.
|
void |
setWantAuthnRequestsSigned(org.opensaml.core.xml.schema.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, setSchemaLocationstatic final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final String TYPE_LOCAL_NAME
static final QName TYPE_NAME
static final String WANT_AUTHN_REQ_SIGNED_ATTRIB_NAME
Boolean getWantAuthnRequestsSigned()
org.opensaml.core.xml.schema.XSBooleanValue getWantAuthnRequestsSignedXSBoolean()
void setWantAuthnRequestsSigned(Boolean newWantSigned)
newWantSigned - true if request should be signed, false if notvoid setWantAuthnRequestsSigned(org.opensaml.core.xml.schema.XSBooleanValue newWantSigned)
newWantSigned - true if request should be signed, false if notList<SingleSignOnService> getSingleSignOnServices()
List<NameIDMappingService> getNameIDMappingServices()
List<AssertionIDRequestService> getAssertionIDRequestServices()
List<AttributeProfile> getAttributeProfiles()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.