public interface SPSSODescriptor extends SSODescriptor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AUTH_REQUESTS_SIGNED_ATTRIB_NAME
"AuthnRequestsSigned" attribute's local name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element 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_ASSERTIONS_SIGNED_ATTRIB_NAME
"WantAssertionsSigned" attribute's local 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<AssertionConsumerService> |
getAssertionConsumerServices()
Gets an list of assertion consumer service
Endpoints for this service. |
java.util.List<AttributeConsumingService> |
getAttributeConsumingServices()
Gets an list of attribute consuming service descriptors for this service.
|
AssertionConsumerService |
getDefaultAssertionConsumerService()
Gets the default assertion consumer service.
|
AttributeConsumingService |
getDefaultAttributeConsumingService()
Gets the default attribute consuming service.
|
java.lang.Boolean |
getWantAssertionsSigned()
Gets whether this service wants assertions signed.
|
XSBooleanValue |
getWantAssertionsSignedXSBoolean()
Gets whether this service wants assertions signed.
|
java.lang.Boolean |
isAuthnRequestsSigned()
Gets whether this service signs AuthN requests.
|
XSBooleanValue |
isAuthnRequestsSignedXSBoolean()
Gets whether this service signs AuthN requests.
|
void |
setAuthnRequestsSigned(java.lang.Boolean newIsSigned)
Sets whether this service signs AuthN requests.
|
void |
setAuthnRequestsSigned(XSBooleanValue newIsSigned)
Sets whether this service signs AuthN requests.
|
void |
setWantAssertionsSigned(java.lang.Boolean newWantAssestionSigned)
Sets whether this service wants assertions signed.
|
void |
setWantAssertionsSigned(XSBooleanValue newWantAssestionSigned)
Sets whether this service wants assertions 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 AUTH_REQUESTS_SIGNED_ATTRIB_NAME
static final java.lang.String WANT_ASSERTIONS_SIGNED_ATTRIB_NAME
java.lang.Boolean isAuthnRequestsSigned()
XSBooleanValue isAuthnRequestsSignedXSBoolean()
void setAuthnRequestsSigned(java.lang.Boolean newIsSigned)
newIsSigned - true of this service signs requests, false if notvoid setAuthnRequestsSigned(XSBooleanValue newIsSigned)
newIsSigned - true of this service signs requests, false if notjava.lang.Boolean getWantAssertionsSigned()
XSBooleanValue getWantAssertionsSignedXSBoolean()
void setWantAssertionsSigned(java.lang.Boolean newWantAssestionSigned)
newWantAssestionSigned - true if this service wants assertions signed, false if notvoid setWantAssertionsSigned(XSBooleanValue newWantAssestionSigned)
newWantAssestionSigned - true if this service wants assertions signed, false if notjava.util.List<AssertionConsumerService> getAssertionConsumerServices()
Endpoints for this service.Endpoints for this serviceAssertionConsumerService getDefaultAssertionConsumerService()
The selection algorithm used is:
isDefault=trueisDefaultjava.util.List<AttributeConsumingService> getAttributeConsumingServices()
AttributeConsumingService getDefaultAttributeConsumingService()
The selection algorithm used is:
isDefault=trueisDefault