public class App extends Object
Constructor and Description |
---|
App() |
Modifier and Type | Method and Description |
---|---|
App |
_interface(String _interface) |
App |
acctId(String acctId) |
App |
addGroupsItem(String groupsItem) |
App |
appId(String appId) |
App |
appType(String appType) |
App |
authType(AppAuthType authType) |
App |
certNotAfter(String certNotAfter) |
App |
createdAt(String createdAt) |
App |
creator(CreatorType creator) |
App |
defaultGroup(String defaultGroup) |
App |
description(String description) |
App |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
String |
getAcctId()
The account ID of the account that this application belongs to.
|
String |
getAppId()
Application ID uniquely identifying this application.
|
String |
getAppType()
The user-defined type of this application.
|
AppAuthType |
getAuthType()
Get authType
|
String |
getCertNotAfter()
Certificate expiration date.
|
String |
getCreatedAt()
When this application was created.
|
CreatorType |
getCreator()
Get creator
|
String |
getDefaultGroup()
The default group of this application.
|
String |
getDescription()
Description of this application.
|
Boolean |
getEnabled()
Whether this application is enabled.
|
List<String> |
getGroups()
An array of Security Group IDs.
|
String |
getInterface()
Interface used with this application (PKCS11, CNG, JCE, KMIP, etc.).
|
String |
getLastusedAt()
When this application was last used.
|
String |
getName()
Name of the application.
|
AppOauthConfig |
getOauthConfig()
Get oauthConfig
|
App |
groups(List<String> groups) |
int |
hashCode() |
App |
lastusedAt(String lastusedAt) |
App |
name(String name) |
App |
oauthConfig(AppOauthConfig oauthConfig) |
void |
setAcctId(String acctId) |
void |
setAppId(String appId) |
void |
setAppType(String appType) |
void |
setAuthType(AppAuthType authType) |
void |
setCertNotAfter(String certNotAfter) |
void |
setCreatedAt(String createdAt) |
void |
setCreator(CreatorType creator) |
void |
setDefaultGroup(String defaultGroup) |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setGroups(List<String> groups) |
void |
setInterface(String _interface) |
void |
setLastusedAt(String lastusedAt) |
void |
setName(String name) |
void |
setOauthConfig(AppOauthConfig oauthConfig) |
String |
toString() |
public String getName()
public void setName(String name)
public String getAppId()
public void setAppId(String appId)
public App authType(AppAuthType authType)
public AppAuthType getAuthType()
public void setAuthType(AppAuthType authType)
public String getDescription()
public void setDescription(String description)
public String getInterface()
public void setInterface(String _interface)
public String getAcctId()
public void setAcctId(String acctId)
public List<String> getGroups()
public String getDefaultGroup()
public void setDefaultGroup(String defaultGroup)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public String getAppType()
public void setAppType(String appType)
public App creator(CreatorType creator)
public CreatorType getCreator()
public void setCreator(CreatorType creator)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getLastusedAt()
public void setLastusedAt(String lastusedAt)
public App oauthConfig(AppOauthConfig oauthConfig)
public AppOauthConfig getOauthConfig()
public void setOauthConfig(AppOauthConfig oauthConfig)
public String getCertNotAfter()
public void setCertNotAfter(String certNotAfter)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved