public interface PermissionTicket
| Modifier and Type | Interface and Description |
|---|---|
static class |
PermissionTicket.FilterOption |
static class |
PermissionTicket.SearchableFields |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreatedTimestamp() |
Long |
getGrantedTimestamp() |
String |
getId()
Returns the unique identifier for this instance.
|
String |
getOwner()
Returns the resource's owner, which is usually an identifier that uniquely identifies the resource's owner.
|
Policy |
getPolicy() |
String |
getRequester() |
Resource |
getResource()
Returns the
Resource associated with this instance |
ResourceServer |
getResourceServer()
Returns the
ResourceServer where this policy belongs to. |
Scope |
getScope()
Returns the
Scope associated with this instance |
boolean |
isGranted() |
void |
setGrantedTimestamp(Long millis) |
void |
setPolicy(Policy policy) |
String getId()
String getOwner()
String getRequester()
Resource getResource()
Resource associated with this instanceResource associated with this instanceScope getScope()
Scope associated with this instanceScope associated with this instanceboolean isGranted()
Long getCreatedTimestamp()
Long getGrantedTimestamp()
void setGrantedTimestamp(Long millis)
ResourceServer getResourceServer()
ResourceServer where this policy belongs to.Policy getPolicy()
void setPolicy(Policy policy)
Copyright © 2021 JBoss by Red Hat. All rights reserved.