Class SamlEcpProfileService


public class SamlEcpProfileService extends SamlService
Author:
Pedro Igor
  • Field Details

  • Constructor Details

    • SamlEcpProfileService

      public SamlEcpProfileService(org.keycloak.models.KeycloakSession session, org.keycloak.events.EventBuilder event, long maxInflatingSize, org.keycloak.saml.validators.DestinationValidator destinationValidator)
  • Method Details

    • authenticate

      public jakarta.ws.rs.core.Response authenticate(InputStream inputStream)
    • authenticate

      public jakarta.ws.rs.core.Response authenticate(Document soapMessage)
    • newBrowserAuthentication

      protected jakarta.ws.rs.core.Response newBrowserAuthentication(org.keycloak.sessions.AuthenticationSessionModel authSession, boolean isPassive, boolean redirectToAuthentication, SamlProtocol samlProtocol)
      Overrides:
      newBrowserAuthentication in class SamlService
    • getAuthenticationFlow

      protected org.keycloak.models.AuthenticationFlowModel getAuthenticationFlow(org.keycloak.sessions.AuthenticationSessionModel authSession)
      Overrides:
      getAuthenticationFlow in class AuthorizationEndpointBase