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_NAME
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME
CACHE_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.
|
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, 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
detach, 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, setSchemaLocation
getUnknownAttributes
static 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()
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 © 2016 JBoss by Red Hat. All rights reserved.