java.lang.Object
de.stklcode.jvault.connector.model.AppRoleSecret
- All Implemented Interfaces:
Serializable
Vault AppRole role metamodel.
- Since:
- 0.4.0, 1.1 implements
Serializable - Author:
- Stefan Kalscheuer
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct emptyAppRoleSecretobject.AppRoleSecret(String id) ConstructAppRoleSecretwith secret ID.ConstructAppRoleSecretwith ID and metadata. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getTtl()inthashCode()voidsetCidrList(List<String> cidrList) voidsetTokenBoundCidrs(List<String> boundCidrList)
-
Constructor Details
-
AppRoleSecret
public AppRoleSecret()Construct emptyAppRoleSecretobject. -
AppRoleSecret
ConstructAppRoleSecretwith secret ID.- Parameters:
id- Secret ID
-
AppRoleSecret
ConstructAppRoleSecretwith ID and metadata.- Parameters:
id- Secret IDmetadata- Secret metadatacidrList- List of subnets in CIDR notation, the role is bound to
-
-
Method Details
-
getId
- Returns:
- Secret ID
-
getAccessor
- Returns:
- Secret accessor
-
getMetadata
- Returns:
- Secret metadata
-
getCidrList
- Returns:
- List of bound subnets in CIDR notation
-
setCidrList
- Parameters:
cidrList- List of subnets in CIDR notation
-
getCidrListString
- Returns:
- List of bound subnets in CIDR notation as comma-separated
String
-
getTokenBoundCidrs
- Returns:
- list of bound CIDR subnets of associated tokens
- Since:
- 1.5.3
-
setTokenBoundCidrs
- Parameters:
boundCidrList- list of subnets in CIDR notation to bind role to- Since:
- 1.5.3
-
getTokenBoundCidrsString
- Returns:
- list of subnets in CIDR notation as comma-separated
String - Since:
- 1.5.3
-
getCreationTime
- Returns:
- Creation time
-
getExpirationTime
- Returns:
- Expiration time
-
getLastUpdatedTime
- Returns:
- Time of last update
-
getNumUses
- Returns:
- Number of uses
-
getTtl
- Returns:
- Time-to-live
-
equals
-
hashCode
public int hashCode()
-