Modifier and Type | Method and Description |
---|---|
Set<OAuth2AccessTokenEntity> |
OAuth2TokenRepository.getAccessTokensForResourceSet(ResourceSet rs) |
Modifier and Type | Method and Description |
---|---|
Set<OAuth2AccessTokenEntity> |
JpaOAuth2TokenRepository.getAccessTokensForResourceSet(ResourceSet rs) |
Modifier and Type | Method and Description |
---|---|
ResourceSet |
DummyResourceSetService.getById(Long id) |
ResourceSet |
DummyResourceSetService.saveNew(ResourceSet rs) |
ResourceSet |
DummyResourceSetService.update(ResourceSet oldRs,
ResourceSet newRs) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceSet> |
DummyResourceSetService.getAllForClient(ClientDetailsEntity client) |
Collection<ResourceSet> |
DummyResourceSetService.getAllForOwner(String owner) |
Collection<ResourceSet> |
DummyResourceSetService.getAllForOwnerAndClient(String owner,
String authClientId) |
Modifier and Type | Method and Description |
---|---|
void |
DummyResourceSetService.remove(ResourceSet rs) |
ResourceSet |
DummyResourceSetService.saveNew(ResourceSet rs) |
ResourceSet |
DummyResourceSetService.update(ResourceSet oldRs,
ResourceSet newRs) |
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 |
JpaResourceSetRepository.getById(Long id) |
ResourceSet |
JpaResourceSetRepository.save(ResourceSet rs) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceSet> |
JpaResourceSetRepository.getAll() |
Collection<ResourceSet> |
JpaResourceSetRepository.getAllForClient(String clientId) |
Collection<ResourceSet> |
JpaResourceSetRepository.getAllForOwner(String owner) |
Collection<ResourceSet> |
JpaResourceSetRepository.getAllForOwnerAndClient(String owner,
String clientId) |
Modifier and Type | Method and Description |
---|---|
Collection<PermissionTicket> |
JpaPermissionRepository.getPermissionTicketsForResourceSet(ResourceSet rs) |
void |
JpaResourceSetRepository.remove(ResourceSet rs) |
ResourceSet |
JpaResourceSetRepository.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) |
Modifier and Type | Method and Description |
---|---|
ResourceSet |
DefaultResourceSetService.getById(Long id) |
ResourceSet |
DefaultResourceSetService.saveNew(ResourceSet rs) |
ResourceSet |
DefaultResourceSetService.update(ResourceSet oldRs,
ResourceSet newRs) |
Modifier and Type | Method and Description |
---|---|
Collection<ResourceSet> |
DefaultResourceSetService.getAllForClient(ClientDetailsEntity client) |
Collection<ResourceSet> |
DefaultResourceSetService.getAllForOwner(String owner) |
Collection<ResourceSet> |
DefaultResourceSetService.getAllForOwnerAndClient(String owner,
String clientId) |
Modifier and Type | Method and Description |
---|---|
ClaimProcessingResult |
MatchAllClaimsOnAnyPolicy.claimsAreSatisfied(ResourceSet rs,
PermissionTicket ticket) |
PermissionTicket |
DefaultPermissionService.createTicket(ResourceSet resourceSet,
Set<String> scopes) |
void |
DefaultResourceSetService.remove(ResourceSet rs) |
ResourceSet |
DefaultResourceSetService.saveNew(ResourceSet rs) |
ResourceSet |
DefaultResourceSetService.update(ResourceSet oldRs,
ResourceSet newRs) |
Copyright © 2018. All rights reserved.