|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDPSSODescriptor
SAML 2.0 Metadata IDPSSODescriptorType
Field Summary | |
---|---|
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 |
Fields inherited from interface org.opensaml.saml2.metadata.RoleDescriptor |
---|
ERROR_URL_ATTRIB_NAME, ID_ATTRIB_NAME, PROTOCOL_ENUMERATION_ATTRIB_NAME |
Fields inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject |
---|
VALID_UNTIL_ATTRIB_NAME, VALID_UNTIL_ATTRIB_QNAME |
Fields inherited from interface org.opensaml.saml2.common.CacheableSAMLObject |
---|
CACHE_DURATION_ATTRIB_NAME, CACHE_DURATION_ATTRIB_QNAME |
Method Summary | |
---|---|
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. |
org.opensaml.xml.schema.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(org.opensaml.xml.schema.XSBooleanValue newWantSigned)
Sets whether the IDP SSO service wants authentication requests signed. |
Methods inherited from interface org.opensaml.saml2.metadata.SSODescriptor |
---|
getArtifactResolutionServices, getDefaultArtificateResolutionService, getManageNameIDServices, getNameIDFormats, getSingleLogoutServices |
Methods inherited from interface org.opensaml.saml2.metadata.RoleDescriptor |
---|
addSupportedProtocol, getContactPersons, getEndpoints, getEndpoints, getErrorURL, getExtensions, getID, getKeyDescriptors, getOrganization, getSupportedProtocols, isSupportedProtocol, removeAllSupportedProtocols, removeSupportedProtocol, removeSupportedProtocols, setErrorURL, setExtensions, setID, setOrganization |
Methods inherited from interface org.opensaml.common.SignableSAMLObject |
---|
getSignatureReferenceID |
Methods inherited from interface org.opensaml.xml.signature.SignableXMLObject |
---|
getSignature, isSigned, setSignature |
Methods inherited from interface org.opensaml.saml2.common.TimeBoundSAMLObject |
---|
getValidUntil, isValid, setValidUntil |
Methods inherited from interface org.opensaml.saml2.common.CacheableSAMLObject |
---|
getCacheDuration, setCacheDuration |
Methods inherited from interface org.opensaml.xml.validation.ValidatingXMLObject |
---|
deregisterValidator, getValidators, registerValidator, validate |
Methods inherited from interface org.opensaml.xml.XMLObject |
---|
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaces, getNoNamespaceSchemaLocation, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
Methods inherited from interface org.opensaml.xml.AttributeExtensibleXMLObject |
---|
getUnknownAttributes |
Field Detail |
---|
static 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
Method Detail |
---|
java.lang.Boolean getWantAuthnRequestsSigned()
org.opensaml.xml.schema.XSBooleanValue getWantAuthnRequestsSignedXSBoolean()
void setWantAuthnRequestsSigned(java.lang.Boolean newWantSigned)
newWantSigned
- true if request should be signed, false if notvoid setWantAuthnRequestsSigned(org.opensaml.xml.schema.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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |