Class PermissionTicketEntity
- java.lang.Object
- 
- org.keycloak.authorization.jpa.entities.PermissionTicketEntity
 
- 
 @Entity public class PermissionTicketEntity extends Object - Author:
- Pedro Igor
 
- 
- 
Constructor SummaryConstructors Constructor Description PermissionTicketEntity()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LonggetCreatedTimestamp()LonggetGrantedTimestamp()StringgetId()StringgetOwner()PolicyEntitygetPolicy()StringgetRequester()ResourceEntitygetResource()ResourceServerEntitygetResourceServer()ScopeEntitygetScope()inthashCode()booleanisGranted()voidsetCreatedTimestamp(Long createdTimestamp)voidsetGrantedTimestamp(long grantedTimestamp)voidsetId(String id)voidsetOwner(String owner)voidsetPolicy(PolicyEntity policy)voidsetRequester(String requester)voidsetResource(ResourceEntity resource)voidsetResourceServer(ResourceServerEntity resourceServer)voidsetScope(ScopeEntity scope)
 
- 
- 
- 
Method Detail- 
getIdpublic String getId() 
 - 
setIdpublic void setId(String id) 
 - 
getOwnerpublic String getOwner() 
 - 
setOwnerpublic void setOwner(String owner) 
 - 
getResourcepublic ResourceEntity getResource() 
 - 
setResourcepublic void setResource(ResourceEntity resource) 
 - 
getScopepublic ScopeEntity getScope() 
 - 
setScopepublic void setScope(ScopeEntity scope) 
 - 
getResourceServerpublic ResourceServerEntity getResourceServer() 
 - 
setResourceServerpublic void setResourceServer(ResourceServerEntity resourceServer) 
 - 
setRequesterpublic void setRequester(String requester) 
 - 
getRequesterpublic String getRequester() 
 - 
getCreatedTimestamppublic Long getCreatedTimestamp() 
 - 
setCreatedTimestamppublic void setCreatedTimestamp(Long createdTimestamp) 
 - 
getGrantedTimestamppublic Long getGrantedTimestamp() 
 - 
setGrantedTimestamppublic void setGrantedTimestamp(long grantedTimestamp) 
 - 
isGrantedpublic boolean isGranted() 
 - 
getPolicypublic PolicyEntity getPolicy() 
 - 
setPolicypublic void setPolicy(PolicyEntity policy) 
 
- 
 
-