public static class SCIMResponse.AuthenticationScheme extends VaultModel
Constructor and Description |
---|
AuthenticationScheme() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getName() |
Boolean |
getPrimary() |
String |
getType() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setPrimary(Boolean primary) |
void |
setType(String type) |
get, getBoolean, getFieldNames, getInteger, getListInteger, getListLong, getListString, getLong, getString, getVaultModelData, set, setVaultModelData, toJSONObject, toJsonString, toMap, toMap
public String getDescription()
public void setDescription(String description)
public String getName()
public void setName(String name)
public Boolean getPrimary()
public void setPrimary(Boolean primary)
public String getType()
public void setType(String type)
Copyright © 2021. All rights reserved.