public class AppRole extends Object
Constructor and Description |
---|
AppRole() |
AppRole(String name,
String id,
Boolean bindSecretId,
List<String> boundCidrList,
List<String> policies,
Integer secretIdNumUses,
Integer secretIdTtl,
Integer tokenTtl,
Integer tokenMaxTtl,
Integer period) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getBindSecretId() |
List<String> |
getBoundCidrList() |
String |
getBoundCidrListString() |
String |
getId() |
String |
getName() |
Integer |
getPeriod() |
List<String> |
getPolicies() |
String |
getPoliciesString() |
Integer |
getSecretIdNumUses() |
Integer |
getSecretIdTtl() |
Integer |
getTokenMaxTtl() |
Integer |
getTokenTtl() |
void |
setBoundCidrList(List<String> boundCidrList) |
void |
setPolicies(List<String> policies) |
public String getName()
public String getId()
public Boolean getBindSecretId()
public String getBoundCidrListString()
public String getPoliciesString()
public Integer getSecretIdNumUses()
public Integer getSecretIdTtl()
public Integer getTokenTtl()
public Integer getTokenMaxTtl()
public Integer getPeriod()
Copyright © 2016. All rights reserved.