public class ApprovalSubject extends Object
Constructor and Description |
---|
ApprovalSubject() |
Modifier and Type | Method and Description |
---|---|
ApprovalSubject |
app(String app) |
boolean |
equals(Object o) |
String |
getApp()
The ID of the app being acted upon, if the subject is a app.
|
String |
getGroup()
The ID of the group being acted upon, if the subject is a group.
|
String |
getPlugin()
The ID of the plugin being acted upon, if the subject is a app.
|
String |
getSobject()
The ID of the security object being acted upon, if the subject is a security object.
|
ApprovalSubject |
group(String group) |
int |
hashCode() |
ApprovalSubject |
plugin(String plugin) |
void |
setApp(String app) |
void |
setGroup(String group) |
void |
setPlugin(String plugin) |
void |
setSobject(String sobject) |
ApprovalSubject |
sobject(String sobject) |
String |
toString() |
public ApprovalSubject group(String group)
public String getGroup()
public void setGroup(String group)
public ApprovalSubject sobject(String sobject)
public String getSobject()
public void setSobject(String sobject)
public ApprovalSubject app(String app)
public String getApp()
public void setApp(String app)
public ApprovalSubject plugin(String plugin)
public String getPlugin()
public void setPlugin(String plugin)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved