Package | Description |
---|---|
org.mitre.oauth2.repository | |
org.mitre.uma.model | |
org.mitre.uma.repository | |
org.mitre.uma.service |
Modifier and Type | Method and Description |
---|---|
Set<OAuth2AccessTokenEntity> |
OAuth2TokenRepository.getAccessTokensForResourceSet(ResourceSet rs) |
Modifier and Type | Method and Description |
---|---|
ResourceSet |
Permission.getResourceSet() |
Modifier and Type | Method and Description |
---|---|
void |
Permission.setResourceSet(ResourceSet resourceSet) |
Modifier and Type | Method and Description |
---|---|
ResourceSet |
ResourceSetRepository.getById(Long id) |
ResourceSet |
ResourceSetRepository.save(ResourceSet rs) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceSet> |
ResourceSetRepository.getAll() |
Collection<ResourceSet> |
ResourceSetRepository.getAllForClient(String clientId) |
Collection<ResourceSet> |
ResourceSetRepository.getAllForOwner(String owner) |
Collection<ResourceSet> |
ResourceSetRepository.getAllForOwnerAndClient(String owner,
String clientId) |
Modifier and Type | Method and Description |
---|---|
Collection<PermissionTicket> |
PermissionRepository.getPermissionTicketsForResourceSet(ResourceSet rs)
Get all permission tickets issued against a resource set (called when RS is deleted)
|
void |
ResourceSetRepository.remove(ResourceSet rs) |
ResourceSet |
ResourceSetRepository.save(ResourceSet rs) |
Modifier and Type | Method and Description |
---|---|
ResourceSet |
ResourceSetService.getById(Long id) |
ResourceSet |
ResourceSetService.saveNew(ResourceSet rs) |
ResourceSet |
ResourceSetService.update(ResourceSet oldRs,
ResourceSet newRs) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceSet> |
ResourceSetService.getAllForClient(ClientDetailsEntity client) |
Collection<ResourceSet> |
ResourceSetService.getAllForOwner(String owner) |
Collection<ResourceSet> |
ResourceSetService.getAllForOwnerAndClient(String owner,
String authClientId) |
Modifier and Type | Method and Description |
---|---|
ClaimProcessingResult |
ClaimsProcessingService.claimsAreSatisfied(ResourceSet rs,
PermissionTicket ticket)
Determine whether or not the claims that have been supplied are
sufficient to fulfill the requirements given by the claims that
are required.
|
PermissionTicket |
PermissionService.createTicket(ResourceSet resourceSet,
Set<String> scopes) |
void |
ResourceSetService.remove(ResourceSet rs) |
ResourceSet |
ResourceSetService.saveNew(ResourceSet rs) |
ResourceSet |
ResourceSetService.update(ResourceSet oldRs,
ResourceSet newRs) |
Copyright © 2022. All rights reserved.