java.lang.Object
de.stklcode.jvault.connector.model.response.embedded.AuthMethod
All Implemented Interfaces:
Serializable

public final class AuthMethod extends Object implements Serializable
Embedded authentication method response.
Since:
0.1, 1.1 implements Serializable
Author:
Stefan Kalscheuer
See Also:
  • 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
    • getAccessor

      public String getAccessor()
      Returns:
      Accessor
      Since:
      1.1
    • getDescription

      public String getDescription()
      Returns:
      Description
    • getConfig

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

      public boolean isExternalEntropyAccess()
      Returns:
      Backend has access to external entropy source
      Since:
      1.1
    • isLocal

      public boolean isLocal()
      Returns:
      Is local backend
    • isSealWrap

      public boolean isSealWrap()
      Returns:
      Seal wrapping enabled
      Since:
      1.1
    • getUuid

      public String getUuid()
      Returns:
      Backend UUID
      Since:
      1.1
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object