|
PermissionTicket | create (String resourceId, String scopeId, String requester, ResourceServer resourceServer) |
|
void | delete (String id) |
|
PermissionTicket | findById (String id, String resourceServerId) |
|
List< PermissionTicket > | findByResourceServer (String resourceServerId) |
|
List< PermissionTicket > | findByOwner (String owner, String resourceServerId) |
|
List< PermissionTicket > | findByResource (String resourceId, String resourceServerId) |
|
List< PermissionTicket > | findByScope (String scopeId, String resourceServerId) |
|
List< PermissionTicket > | find (Map< String, String > attributes, String resourceServerId, int firstResult, int maxResult) |
|
List< PermissionTicket > | findGranted (String userId, String resourceServerId) |
|
◆ create()
PermissionTicket org.keycloak.authorization.store.PermissionTicketStore.create |
( |
String |
resourceId, |
|
|
String |
scopeId, |
|
|
String |
requester, |
|
|
ResourceServer |
resourceServer |
|
) |
| |
Creates a new PermissionTicket instance.
- 引数
-
permission | the policy representation |
resourceServer | the resource server to which this policy belongs |
- 戻り値
- a new instance of PermissionTicket
◆ delete()
void org.keycloak.authorization.store.PermissionTicketStore.delete |
( |
String |
id | ) |
|
Deletes a permission from the underlying persistence mechanism.
- 引数
-
id | the id of the policy to delete |
◆ find()
List<PermissionTicket> org.keycloak.authorization.store.PermissionTicketStore.find |
( |
Map< String, String > |
attributes, |
|
|
String |
resourceServerId, |
|
|
int |
firstResult, |
|
|
int |
maxResult |
|
) |
| |
◆ findById()
PermissionTicket org.keycloak.authorization.store.PermissionTicketStore.findById |
( |
String |
id, |
|
|
String |
resourceServerId |
|
) |
| |
Returns a PermissionTicket with the given id
- 引数
-
id | the identifier of the permission |
resourceServerId | the resource server id |
- 戻り値
- a permission with the given identifier.
◆ findByOwner()
List<PermissionTicket> org.keycloak.authorization.store.PermissionTicketStore.findByOwner |
( |
String |
owner, |
|
|
String |
resourceServerId |
|
) |
| |
Returns a list of PermissionTicket associated with the given owner
.
- 引数
-
owner | the identifier of a resource server |
- 戻り値
- a list of permissions belonging to the given owner
◆ findByResource()
List<PermissionTicket> org.keycloak.authorization.store.PermissionTicketStore.findByResource |
( |
String |
resourceId, |
|
|
String |
resourceServerId |
|
) |
| |
◆ findByResourceServer()
List<PermissionTicket> org.keycloak.authorization.store.PermissionTicketStore.findByResourceServer |
( |
String |
resourceServerId | ) |
|
Returns a list of PermissionTicket associated with a ResourceServer with the given resourceServerId
.
- 引数
-
resourceServerId | the identifier of a resource server |
- 戻り値
- a list of permissions belonging to the given resource server
◆ findByScope()
List<PermissionTicket> org.keycloak.authorization.store.PermissionTicketStore.findByScope |
( |
String |
scopeId, |
|
|
String |
resourceServerId |
|
) |
| |
◆ findGranted()
List<PermissionTicket> org.keycloak.authorization.store.PermissionTicketStore.findGranted |
( |
String |
userId, |
|
|
String |
resourceServerId |
|
) |
| |
Returns a list of PermissionTicket granted to the given
.
- 引数
-
userId | the user id |
resourceServerId | the resource server id |
- 戻り値
- a list of permissions granted for a particular user
このインタフェース詳解は次のファイルから抽出されました: