| Package | Description |
|---|---|
| pl.matsuo.core.service.permission |
| Modifier and Type | Method and Description |
|---|---|
static IPermissionService.RequestType |
IPermissionService.RequestType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IPermissionService.RequestType[] |
IPermissionService.RequestType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected Set<String> |
PermissionService.functionDefinitions(String name,
IPermissionService.RequestType requestType)
Tworzy zbiór definicji funkcji, które pasują do przekazanego uprawnienia.
|
protected Set<String> |
PermissionService.functionSets(Set<String> functionNames,
IPermissionService.RequestType requestType)
Tworzy zbiór zbiorów definicji funkcji, w których znajduje się dowolna z pasujących nazw funkcji.
|
boolean |
PermissionService.isPermitted(String name,
IPermissionService.RequestType requestType) |
boolean |
IPermissionService.isPermitted(String requestName,
IPermissionService.RequestType requestType)
Sprawdzenie uprawnień dla zapytania wybranego typu.
|
Copyright © 2015 Matsuo IT. All rights reserved.