Interface WebSSOProfile

  • All Known Implementing Classes:
    WebSSOProfileImpl

    public interface WebSSOProfile
    WebSSO (Single Sign On) profile.
    Since:
    6.0
    • Method Detail

      • processAuthenticationResponse

        SAMLCredential processAuthenticationResponse​(org.opensaml.common.binding.SAMLMessageContext context)
                                              throws org.opensaml.common.SAMLException
        Throws:
        org.opensaml.common.SAMLException
      • buildAuthRequest

        org.opensaml.saml2.core.AuthnRequest buildAuthRequest​(javax.servlet.http.HttpServletRequest request,
                                                              String... authnContexts)
                                                       throws org.opensaml.common.SAMLException
        Throws:
        org.opensaml.common.SAMLException
      • getEndpoint

        org.opensaml.saml2.metadata.Endpoint getEndpoint()