addResource(String rsid, UmaResource resource, String userDn, String clientDn) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inlineprivate |
appConfiguration | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | private |
authorizationGrantList | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | private |
createResource( @HeaderParam("Authorization") String authorization, @ApiParam(value="Resource description", required=true) UmaResource resource) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inline |
DEFAULT_RESOURCE_LIFETIME | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | static |
deleteResource( @HeaderParam("Authorization") String authorization, @PathParam("rsid") @ApiParam(value="Resource description ID", required=true) String rsid) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inline |
errorResponseFactory | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | private |
getExpirationDate(Calendar creationCalender) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inlineprivate |
getResource( @HeaderParam("Authorization") String authorization, @PathParam("rsid") @ApiParam(value="Resource description object ID", required=true) String rsid) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inline |
getResourceList( @HeaderParam("Authorization") String authorization, @QueryParam("scope") @ApiParam(value="Scope uri", required=false) String scope) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inline |
incrementRev(String rev) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inlineprivate |
log | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | private |
NOT_ALLOWED_STATUS | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | privatestatic |
putResourceImpl(Response.Status status, String authorization, String rsid, UmaResource resource) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inlineprivate |
resourceService | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | private |
throwNotFoundException(String rsid) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inlinepackage |
throwUmaInternalErrorException() | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inlineprivate |
tokenService | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | private |
umaScopeService | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | private |
umaValidationService | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | private |
unsupportedHeadMethod() | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inline |
unsupportedOptionsMethod() | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inline |
updateResource(@HeaderParam("Authorization") String authorization, @PathParam("rsid") @ApiParam(value="Resource description ID", required=true) String rsid, @ApiParam(value="Resource description JSON object", required=true) UmaResource resource) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inline |
updateResource(String rsid, UmaResource resource) | org.xdi.oxauth.uma.ws.rs.UmaResourceRegistrationWS | inlineprivate |