Interface IDPSSODescriptor

    • Field Detail

      • DEFAULT_ELEMENT_NAME

        static final QName DEFAULT_ELEMENT_NAME
        Default element name.
      • TYPE_NAME

        static final QName TYPE_NAME
        QName of the XSI type.
      • WANT_AUTHN_REQ_SIGNED_ATTRIB_NAME

        static final String WANT_AUTHN_REQ_SIGNED_ATTRIB_NAME
        "WantAuthnRequestSigned" attribute name.
        See Also:
        Constant Field Values
    • Method Detail

      • getWantAuthnRequestsSigned

        Boolean getWantAuthnRequestsSigned()
        Checks if the IDP SSO service wants authentication requests signed.
        Returns:
        true is signing is desired, false if not
      • getWantAuthnRequestsSignedXSBoolean

        org.opensaml.core.xml.schema.XSBooleanValue getWantAuthnRequestsSignedXSBoolean()
        Checks if the IDP SSO service wants authentication requests signed.
        Returns:
        true is signing is desired, false if not
      • setWantAuthnRequestsSigned

        void setWantAuthnRequestsSigned​(Boolean newWantSigned)
        Sets whether the IDP SSO service wants authentication requests signed. Boolean values will be marshalled to either "true" or "false".
        Parameters:
        newWantSigned - true if request should be signed, false if not
      • setWantAuthnRequestsSigned

        void setWantAuthnRequestsSigned​(org.opensaml.core.xml.schema.XSBooleanValue newWantSigned)
        Sets whether the IDP SSO service wants authentication requests signed.
        Parameters:
        newWantSigned - true if request should be signed, false if not
      • getSingleSignOnServices

        List<SingleSignOnService> getSingleSignOnServices()
        Gets the list of single sign on services for this IDP.
        Returns:
        list of single sign on services
      • getNameIDMappingServices

        List<NameIDMappingService> getNameIDMappingServices()
        Gets the list of NameID mapping services for this service.
        Returns:
        the list of NameID mapping services for this service
      • getAssertionIDRequestServices

        List<AssertionIDRequestService> getAssertionIDRequestServices()
        Gets the list of assertion ID request services.
        Returns:
        assertion ID request services
      • getAttributeProfiles

        List<AttributeProfile> getAttributeProfiles()
        Gets the list of attribute profiles supported by this IdP.
        Returns:
        attribute profiles supported by this IdP
      • getAttributes

        List<Attribute> getAttributes()
        Gets the list of attributes supported by this IdP.
        Returns:
        attributes supported by this IdP