Class DelegatedSessionResponse


public class DelegatedSessionResponse extends VaultResponse
Model for responses to Initiate Delegated Session API:

GET https://{vaultDNS}/api/{version}/delegation/login

  • Constructor Details

    • DelegatedSessionResponse

      public DelegatedSessionResponse()
  • Method Details

    • getDelegatedSessionId

      public String getDelegatedSessionId()
    • setDelegatedSessionId

      public void setDelegatedSessionId(String delegatedSessionId)