public class MapPermissionTicketEntity<K> extends Object implements AbstractEntity<K>
Modifier and Type | Field and Description |
---|---|
static Comparator<MapPermissionTicketEntity<?>> |
COMPARE_BY_RESOURCE_ID |
Constructor and Description |
---|
MapPermissionTicketEntity() |
MapPermissionTicketEntity(K id) |
Modifier and Type | Method and Description |
---|---|
Long |
getCreatedTimestamp() |
Long |
getGrantedTimestamp() |
K |
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 static final Comparator<MapPermissionTicketEntity<?>> COMPARE_BY_RESOURCE_ID
public MapPermissionTicketEntity(K id)
public MapPermissionTicketEntity()
public K getId()
getId
in interface AbstractEntity<K>
public 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()
UpdatableEntity
isUpdated
in interface UpdatableEntity
Copyright © 2021 JBoss by Red Hat. All rights reserved.