Uses of Class
org.forgerock.openig.uma.UmaException
-
Packages that use UmaException Package Description org.forgerock.openig.uma This package contains the UMA (User Managed Access) components used to support the Uma Resource Server role. -
-
Uses of UmaException in org.forgerock.openig.uma
Methods in org.forgerock.openig.uma that return types with arguments of type UmaException Modifier and Type Method Description Promise<org.forgerock.openig.uma.Share,UmaException>
UmaSharingService. createShare(Context context, String resourcePath, String pat)
Creates a Share that will be used to protect the givenresourcePath
.Methods in org.forgerock.openig.uma that throw UmaException Modifier and Type Method Description org.forgerock.openig.uma.Share
UmaSharingService. findShare(Request request)
Find aShare
.
-