Module de.stklcode.jvault.connector
Class AuthMethod
java.lang.Object
de.stklcode.jvault.connector.model.response.embedded.AuthMethod
- All Implemented Interfaces:
 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
- Parameters:
 type- Backend type, passed toAuthBackend.forType(String)
 - 
getType
- Returns:
 - Backend type
 
 - 
getRawType
- Returns:
 - Raw backend type string
 
 - 
getAccessor
- Returns:
 - Accessor
 - Since:
 - 1.1
 
 - 
getDeprecationStatus
- Returns:
 - Deprecation status
 - Since:
 - 1.2
 
 - 
getDescription
- Returns:
 - Description
 
 - 
getConfig
- Returns:
 - Configuration data
 - Since:
 - 0.2, 1.2 Returns 
MountConfiginstead ofMap 
 - 
isExternalEntropyAccess
public boolean isExternalEntropyAccess()- Returns:
 - Backend has access to external entropy source
 - Since:
 - 1.1
 
 - 
isLocal
public boolean isLocal()- Returns:
 - Is local backend
 
 - 
getOptions
- Returns:
 - Options
 - Since:
 - 1.2
 
 - 
getPluginVersion
- Returns:
 - Plugin version
 - Since:
 - 1.2
 
 - 
getRunningPluginVersion
- Returns:
 - Running plugin version
 - Since:
 - 1.2
 
 - 
getRunningSha256
- Returns:
 - Running SHA256
 - Since:
 - 1.2
 
 - 
isSealWrap
public boolean isSealWrap()- Returns:
 - Seal wrapping enabled
 - Since:
 - 1.1
 
 - 
getUuid
- Returns:
 - Backend UUID
 - Since:
 - 1.1
 
 - 
equals
 - 
hashCode
public int hashCode() 
 -