public interface IDPSSODescriptor extends SSODescriptor
修飾子とタイプ | フィールドと説明 |
---|---|
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_NAME
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
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(XSBooleanValue newWantSigned)
Sets whether the IDP SSO service wants authentication requests signed.
|
getArtifactResolutionServices, getDefaultArtifactResolutionService, getDefaultArtificateResolutionService, getManageNameIDServices, getNameIDFormats, getSingleLogoutServices
addSupportedProtocol, getContactPersons, getEndpoints, getEndpoints, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSupportedProtocols, isSupportedProtocol, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setErrorURL, setExtensions, setID, setOrganization
getSignatureReferenceID
getSignature, isSigned, setSignature
getValidUntil, isValid, setValidUntil
getCacheDuration, setCacheDuration
deregisterValidator, getValidators, registerValidator, validate
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation
getUnknownAttributes
static final String DEFAULT_ELEMENT_LOCAL_NAME
static final QName DEFAULT_ELEMENT_NAME
static final QName TYPE_NAME
Boolean getWantAuthnRequestsSigned()
XSBooleanValue getWantAuthnRequestsSignedXSBoolean()
void setWantAuthnRequestsSigned(Boolean newWantSigned)
newWantSigned
- true if request should be signed, false if notvoid setWantAuthnRequestsSigned(XSBooleanValue newWantSigned)
newWantSigned
- true if request should be signed, false if notList<SingleSignOnService> getSingleSignOnServices()
List<NameIDMappingService> getNameIDMappingServices()
List<AssertionIDRequestService> getAssertionIDRequestServices()
List<AttributeProfile> getAttributeProfiles()
Copyright © 2012. All Rights Reserved.