java.lang.Object
de.stklcode.jvault.connector.model.response.embedded.AuthMethod

public final class AuthMethod extends Object
Embedded authentication method response.
Since:
0.1
Author:
Stefan Kalscheuer
  • Constructor Details

    • AuthMethod

      public AuthMethod()
  • Method Details

    • setType

      public void setType(String type)
      Parameters:
      type - Backend type, passed to AuthBackend.forType(String)
    • getType

      public AuthBackend getType()
      Returns:
      Backend type
    • getRawType

      public String getRawType()
      Returns:
      Raw backend type string
    • getDescription

      public String getDescription()
      Returns:
      Description
    • getConfig

      public Map<String,String> getConfig()
      Returns:
      Configuration data
    • isLocal

      public boolean isLocal()
      Returns:
      Is local backend