Skip navigation links
A C D E F G I J L M O P R S T U V 

A

authorizationRequest(String, Model, Authentication) - Method in class org.mitre.uma.web.AuthorizationRequestEndpoint
 
AuthorizationRequestEndpoint - Class in org.mitre.uma.web
 
AuthorizationRequestEndpoint() - Constructor for class org.mitre.uma.web.AuthorizationRequestEndpoint
 

C

claimsAreSatisfied(ResourceSet, PermissionTicket) - Method in class org.mitre.uma.service.impl.MatchAllClaimsOnAnyPolicy
 
ClaimsCollectionEndpoint - Class in org.mitre.uma.web
Collect claims interactively from the end user.
ClaimsCollectionEndpoint() - Constructor for class org.mitre.uma.web.ClaimsCollectionEndpoint
 
collectClaims(String, String, String, String, Model, OIDCAuthenticationToken) - Method in class org.mitre.uma.web.ClaimsCollectionEndpoint
 
createNewPolicyForResourceSet(Long, String, Model, Authentication) - Method in class org.mitre.uma.web.PolicyAPI
Create a new policy on the given resource set
createRequestingPartyToken(OAuth2Authentication, PermissionTicket, Policy) - Method in class org.mitre.uma.service.impl.DefaultUmaTokenService
 
createResourceSet(String, Model, Authentication) - Method in class org.mitre.uma.web.ResourceSetRegistrationEndpoint
 
createTicket(ResourceSet, Set<String>) - Method in class org.mitre.uma.service.impl.DefaultPermissionService
 

D

DefaultPermissionService - Class in org.mitre.uma.service.impl
 
DefaultPermissionService() - Constructor for class org.mitre.uma.service.impl.DefaultPermissionService
 
DefaultResourceSetService - Class in org.mitre.uma.service.impl
 
DefaultResourceSetService() - Constructor for class org.mitre.uma.service.impl.DefaultResourceSetService
 
DefaultUmaTokenService - Class in org.mitre.uma.service.impl
 
DefaultUmaTokenService() - Constructor for class org.mitre.uma.service.impl.DefaultUmaTokenService
 
deleteResourceSet(Long, Model, Authentication) - Method in class org.mitre.uma.web.PolicyAPI
Delete the indicated resource set
deleteResourceSet(Long, Long, Model, Authentication) - Method in class org.mitre.uma.web.PolicyAPI
Delete a specific policy
deleteResourceSet(Long, Model, Authentication) - Method in class org.mitre.uma.web.ResourceSetRegistrationEndpoint
 
DISCOVERY_URL - Static variable in class org.mitre.uma.web.ResourceSetRegistrationEndpoint
 

E

exportExtensionData(JsonWriter) - Method in class org.mitre.uma.service.impl.UmaDataServiceExtension_1_3
 
ExternalLoginAuthoritiesMapper - Class in org.mitre.uma.util
Utility class to map all external logins to the ROLE_EXTERNAL_USER authority to prevent them from accessing other parts of the server.
ExternalLoginAuthoritiesMapper() - Constructor for class org.mitre.uma.util.ExternalLoginAuthoritiesMapper
 

F

fixExtensionObjectReferences(MITREidDataServiceMaps) - Method in class org.mitre.uma.service.impl.UmaDataServiceExtension_1_3
 

G

getAll() - Method in class org.mitre.uma.repository.impl.JpaPermissionRepository
 
getAll() - Method in class org.mitre.uma.repository.impl.JpaResourceSetRepository
 
getAll() - Method in class org.mitre.uma.service.impl.JpaRegisteredClientService
 
getAllForClient(String) - Method in class org.mitre.uma.repository.impl.JpaResourceSetRepository
 
getAllForClient(ClientDetailsEntity) - Method in class org.mitre.uma.service.impl.DefaultResourceSetService
 
getAllForOwner(String) - Method in class org.mitre.uma.repository.impl.JpaResourceSetRepository
 
getAllForOwner(String) - Method in class org.mitre.uma.service.impl.DefaultResourceSetService
 
getAllForOwnerAndClient(String, String) - Method in class org.mitre.uma.repository.impl.JpaResourceSetRepository
 
getAllForOwnerAndClient(String, String) - Method in class org.mitre.uma.service.impl.DefaultResourceSetService
 
getById(Long) - Method in class org.mitre.uma.repository.impl.JpaPermissionRepository
 
getById(Long) - Method in class org.mitre.uma.repository.impl.JpaResourceSetRepository
 
getById(Long) - Method in class org.mitre.uma.service.impl.DefaultResourceSetService
 
getByIssuer(String) - Method in class org.mitre.uma.service.impl.JpaRegisteredClientService
 
getByTicket(String) - Method in class org.mitre.uma.repository.impl.JpaPermissionRepository
 
getByTicket(String) - Method in class org.mitre.uma.service.impl.DefaultPermissionService
 
getPermissionTicket(String, Model, Authentication) - Method in class org.mitre.uma.web.PermissionRegistrationEndpoint
 
getPermissionTicketsForResourceSet(ResourceSet) - Method in class org.mitre.uma.repository.impl.JpaPermissionRepository
 
getPoliciesForResourceSet(Long, Model, Authentication) - Method in class org.mitre.uma.web.PolicyAPI
List all the policies for the given resource set
getPolicy(Long, Long, Model, Authentication) - Method in class org.mitre.uma.web.PolicyAPI
Get a specific policy
getResourceSet(Long, Model, Authentication) - Method in class org.mitre.uma.web.PolicyAPI
Get the indicated resource set
getResourceSetsForCurrentUser(Model, Authentication) - Method in class org.mitre.uma.web.PolicyAPI
List all resource sets for the current user

I

importExtensionData(String, JsonReader) - Method in class org.mitre.uma.service.impl.UmaDataServiceExtension_1_3
 

J

JpaPermissionRepository - Class in org.mitre.uma.repository.impl
 
JpaPermissionRepository() - Constructor for class org.mitre.uma.repository.impl.JpaPermissionRepository
 
JpaRegisteredClientService - Class in org.mitre.uma.service.impl
 
JpaRegisteredClientService() - Constructor for class org.mitre.uma.service.impl.JpaRegisteredClientService
 
JpaResourceSetRepository - Class in org.mitre.uma.repository.impl
 
JpaResourceSetRepository() - Constructor for class org.mitre.uma.repository.impl.JpaResourceSetRepository
 

L

listResourceSets(Model, Authentication) - Method in class org.mitre.uma.web.ResourceSetRegistrationEndpoint
 
LOCATION - Static variable in class org.mitre.uma.view.ResourceSetEntityAbbreviatedView
 

M

mapAuthorities(JWT, UserInfo) - Method in class org.mitre.uma.util.ExternalLoginAuthoritiesMapper
 
MatchAllClaimsOnAnyPolicy - Class in org.mitre.uma.service.impl
Tests if all the claims in the required set have a matching value in the supplied set.
MatchAllClaimsOnAnyPolicy() - Constructor for class org.mitre.uma.service.impl.MatchAllClaimsOnAnyPolicy
 

O

org.mitre.uma.repository.impl - package org.mitre.uma.repository.impl
 
org.mitre.uma.service.impl - package org.mitre.uma.service.impl
 
org.mitre.uma.util - package org.mitre.uma.util
 
org.mitre.uma.view - package org.mitre.uma.view
 
org.mitre.uma.web - package org.mitre.uma.web
 

P

PermissionRegistrationEndpoint - Class in org.mitre.uma.web
 
PermissionRegistrationEndpoint() - Constructor for class org.mitre.uma.web.PermissionRegistrationEndpoint
 
PolicyAPI - Class in org.mitre.uma.web
API for managing policies on resource sets.
PolicyAPI() - Constructor for class org.mitre.uma.web.PolicyAPI
 
POLICYURL - Static variable in class org.mitre.uma.web.PolicyAPI
 

R

readResourceSet(Long, Model, Authentication) - Method in class org.mitre.uma.web.ResourceSetRegistrationEndpoint
 
remove(PermissionTicket) - Method in class org.mitre.uma.repository.impl.JpaPermissionRepository
 
remove(ResourceSet) - Method in class org.mitre.uma.repository.impl.JpaResourceSetRepository
 
remove(ResourceSet) - Method in class org.mitre.uma.service.impl.DefaultResourceSetService
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.mitre.uma.view.ResourceSetEntityAbbreviatedView
 
renderMergedOutputModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - Method in class org.mitre.uma.view.ResourceSetEntityView
 
ResourceSetEntityAbbreviatedView - Class in org.mitre.uma.view
 
ResourceSetEntityAbbreviatedView() - Constructor for class org.mitre.uma.view.ResourceSetEntityAbbreviatedView
 
ResourceSetEntityView - Class in org.mitre.uma.view
 
ResourceSetEntityView() - Constructor for class org.mitre.uma.view.ResourceSetEntityView
 
ResourceSetRegistrationEndpoint - Class in org.mitre.uma.web
 
ResourceSetRegistrationEndpoint() - Constructor for class org.mitre.uma.web.ResourceSetRegistrationEndpoint
 
RPT - Static variable in class org.mitre.uma.web.AuthorizationRequestEndpoint
 

S

save(PermissionTicket) - Method in class org.mitre.uma.repository.impl.JpaPermissionRepository
 
save(ResourceSet) - Method in class org.mitre.uma.repository.impl.JpaResourceSetRepository
 
save(String, RegisteredClient) - Method in class org.mitre.uma.service.impl.JpaRegisteredClientService
 
saveNew(ResourceSet) - Method in class org.mitre.uma.service.impl.DefaultResourceSetService
 
saveRawPermission(Permission) - Method in class org.mitre.uma.repository.impl.JpaPermissionRepository
 
search(String, Model, Authentication, HttpServletRequest) - Method in class org.mitre.uma.web.UserClaimSearchHelper
 
setClaimsForResourceSet(Long, Long, String, Model, Authentication) - Method in class org.mitre.uma.web.PolicyAPI
Update a specific policy
supportsVersion(String) - Method in class org.mitre.uma.service.impl.UmaDataServiceExtension_1_3
 

T

TICKET - Static variable in class org.mitre.uma.web.AuthorizationRequestEndpoint
 

U

umaConfiguration(Model) - Method in class org.mitre.uma.web.UmaDiscoveryEndpoint
 
UmaDataServiceExtension_1_3 - Class in org.mitre.uma.service.impl
 
UmaDataServiceExtension_1_3() - Constructor for class org.mitre.uma.service.impl.UmaDataServiceExtension_1_3
 
UmaDiscoveryEndpoint - Class in org.mitre.uma.web
 
UmaDiscoveryEndpoint() - Constructor for class org.mitre.uma.web.UmaDiscoveryEndpoint
 
update(ResourceSet, ResourceSet) - Method in class org.mitre.uma.service.impl.DefaultResourceSetService
 
updateResourceSet(Long, String, Model, Authentication) - Method in class org.mitre.uma.web.ResourceSetRegistrationEndpoint
 
updateTicket(PermissionTicket) - Method in class org.mitre.uma.service.impl.DefaultPermissionService
 
URL - Static variable in class org.mitre.uma.web.AuthorizationRequestEndpoint
 
URL - Static variable in class org.mitre.uma.web.ClaimsCollectionEndpoint
 
URL - Static variable in class org.mitre.uma.web.PermissionRegistrationEndpoint
 
URL - Static variable in class org.mitre.uma.web.PolicyAPI
 
URL - Static variable in class org.mitre.uma.web.ResourceSetRegistrationEndpoint
 
URL - Static variable in class org.mitre.uma.web.UserClaimSearchHelper
 
UserClaimSearchHelper - Class in org.mitre.uma.web
 
UserClaimSearchHelper() - Constructor for class org.mitre.uma.web.UserClaimSearchHelper
 

V

VIEWNAME - Static variable in class org.mitre.uma.view.ResourceSetEntityAbbreviatedView
 
VIEWNAME - Static variable in class org.mitre.uma.view.ResourceSetEntityView
 
A C D E F G I J L M O P R S T U V 
Skip navigation links

Copyright © 2022. All rights reserved.