public class MapPermissionTicketEntity extends Object implements AbstractEntity, UpdatableEntity
| Constructor and Description |
|---|
MapPermissionTicketEntity() |
MapPermissionTicketEntity(String id) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedTimestamp() |
Long |
getGrantedTimestamp() |
String |
getId() |
String |
getOwner() |
String |
getPolicyId() |
String |
getRequester() |
String |
getResourceId() |
String |
getResourceServerId() |
String |
getScopeId() |
boolean |
isUpdated()
Flag signalizing that any of the setters has been meaningfully used.
|
void |
setCreatedTimestamp(Long createdTimestamp) |
void |
setGrantedTimestamp(Long grantedTimestamp) |
void |
setOwner(String owner) |
void |
setPolicyId(String policyId) |
void |
setRequester(String requester) |
void |
setResourceId(String resourceId) |
void |
setResourceServerId(String resourceServerId) |
void |
setScopeId(String scopeId) |
String |
toString() |
public MapPermissionTicketEntity(String id)
public MapPermissionTicketEntity()
public String getId()
getId in interface AbstractEntitypublic String getOwner()
public void setOwner(String owner)
public String getRequester()
public void setRequester(String requester)
public Long getCreatedTimestamp()
public void setCreatedTimestamp(Long createdTimestamp)
public Long getGrantedTimestamp()
public void setGrantedTimestamp(Long grantedTimestamp)
public String getResourceId()
public void setResourceId(String resourceId)
public String getScopeId()
public void setScopeId(String scopeId)
public String getResourceServerId()
public void setResourceServerId(String resourceServerId)
public String getPolicyId()
public void setPolicyId(String policyId)
public boolean isUpdated()
UpdatableEntityisUpdated in interface UpdatableEntityCopyright © 2021 JBoss by Red Hat. All rights reserved.