Class SamlInvocationContext

java.lang.Object
org.keycloak.adapters.saml.profile.SamlInvocationContext

public class SamlInvocationContext extends Object
Author:
Pedro Igor
  • Constructor Details

    • SamlInvocationContext

      public SamlInvocationContext()
    • SamlInvocationContext

      public SamlInvocationContext(String samlRequest, String samlResponse, String relayState)
  • Method Details

    • getSamlRequest

      public String getSamlRequest()
    • getSamlResponse

      public String getSamlResponse()
    • getRelayState

      public String getRelayState()