@Entity public class PermissionTicketEntity extends Object
Constructor and Description |
---|
PermissionTicketEntity() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCreatedTimestamp() |
Long |
getGrantedTimestamp() |
String |
getId() |
String |
getOwner() |
PolicyEntity |
getPolicy() |
String |
getRequester() |
ResourceEntity |
getResource() |
ResourceServerEntity |
getResourceServer() |
ScopeEntity |
getScope() |
int |
hashCode() |
boolean |
isGranted() |
void |
setCreatedTimestamp(Long createdTimestamp) |
void |
setGrantedTimestamp(long grantedTimestamp) |
void |
setId(String id) |
void |
setOwner(String owner) |
void |
setPolicy(PolicyEntity policy) |
void |
setRequester(String requester) |
void |
setResource(ResourceEntity resource) |
void |
setResourceServer(ResourceServerEntity resourceServer) |
void |
setScope(ScopeEntity scope) |
public String getId()
public void setId(String id)
public String getOwner()
public void setOwner(String owner)
public ResourceEntity getResource()
public void setResource(ResourceEntity resource)
public ScopeEntity getScope()
public void setScope(ScopeEntity scope)
public ResourceServerEntity getResourceServer()
public void setResourceServer(ResourceServerEntity resourceServer)
public void setRequester(String requester)
public String getRequester()
public Long getCreatedTimestamp()
public void setCreatedTimestamp(Long createdTimestamp)
public Long getGrantedTimestamp()
public void setGrantedTimestamp(long grantedTimestamp)
public boolean isGranted()
public PolicyEntity getPolicy()
public void setPolicy(PolicyEntity policy)
Copyright © 2020 JBoss by Red Hat. All rights reserved.