Class PermissionTicketEntity
java.lang.Object
org.keycloak.authorization.jpa.entities.PermissionTicketEntity
- Author:
- Pedro Igor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getOwner()
getScope()
int
hashCode()
boolean
void
setCreatedTimestamp
(Long createdTimestamp) void
setGrantedTimestamp
(long grantedTimestamp) void
void
void
setPolicy
(PolicyEntity policy) void
setRequester
(String requester) void
setResource
(ResourceEntity resource) void
setResourceServer
(ResourceServerEntity resourceServer) void
setScope
(ScopeEntity scope)
-
Constructor Details
-
PermissionTicketEntity
public PermissionTicketEntity()
-
-
Method Details
-
getId
-
setId
-
getOwner
-
setOwner
-
getResource
-
setResource
-
getScope
-
setScope
-
getResourceServer
-
setResourceServer
-
setRequester
-
getRequester
-
getCreatedTimestamp
-
setCreatedTimestamp
-
getGrantedTimestamp
-
setGrantedTimestamp
public void setGrantedTimestamp(long grantedTimestamp) -
isGranted
public boolean isGranted() -
getPolicy
-
setPolicy
-
equals
-
hashCode
public int hashCode()
-