Module de.stklcode.jvault.connector
Class AuthMethod
java.lang.Object
de.stklcode.jvault.connector.model.response.embedded.AuthMethod
Embedded authentication method response.
- Since:
- 0.1
- Author:
- Stefan Kalscheuer
-
Constructor Details
-
AuthMethod
public AuthMethod()
-
-
Method Details
-
setType
- Parameters:
type
- Backend type, passed toAuthBackend.forType(String)
-
getType
- Returns:
- Backend type
-
getRawType
- Returns:
- Raw backend type string
-
getDescription
- Returns:
- Description
-
getConfig
- Returns:
- Configuration data
-
isLocal
public boolean isLocal()- Returns:
- Is local backend
-