Package | Description |
---|---|
org.mitre.oauth2.model | |
org.mitre.uma.model | |
org.mitre.uma.repository | |
org.mitre.uma.repository.impl |
Modifier and Type | Method and Description |
---|---|
Set<Permission> |
OAuth2AccessTokenEntity.getPermissions() |
Modifier and Type | Method and Description |
---|---|
void |
OAuth2AccessTokenEntity.setPermissions(Set<Permission> permissions) |
Modifier and Type | Method and Description |
---|---|
Permission |
PermissionTicket.getPermission() |
Modifier and Type | Method and Description |
---|---|
void |
PermissionTicket.setPermission(Permission permission) |
Modifier and Type | Method and Description |
---|---|
Permission |
PermissionRepository.getById(Long permissionId)
Get a permission object by its ID (used by the import/export API)
|
Permission |
PermissionRepository.saveRawPermission(Permission p)
Save a permission object with no associated ticket (used by the import/export API)
|
Modifier and Type | Method and Description |
---|---|
Permission |
PermissionRepository.saveRawPermission(Permission p)
Save a permission object with no associated ticket (used by the import/export API)
|
Modifier and Type | Method and Description |
---|---|
Permission |
JpaPermissionRepository.getById(Long permissionId) |
Permission |
JpaPermissionRepository.saveRawPermission(Permission p) |
Modifier and Type | Method and Description |
---|---|
Permission |
JpaPermissionRepository.saveRawPermission(Permission p) |
Copyright © 2018. All rights reserved.