Class BaseScimWebService

    • Constructor Detail

      • BaseScimWebService

        public BaseScimWebService()
    • Method Detail

      • getEndpointUrl

        public String getEndpointUrl()
      • notFoundResponse

        public javax.ws.rs.core.Response notFoundResponse​(String id,
                                                          String resourceType)
      • getErrorResponse

        public static javax.ws.rs.core.Response getErrorResponse​(javax.ws.rs.core.Response.Status status,
                                                                 String detail)
      • getErrorResponse

        public static javax.ws.rs.core.Response getErrorResponse​(javax.ws.rs.core.Response.Status status,
                                                                 ErrorScimType scimType,
                                                                 String detail)
      • getErrorResponse

        public static javax.ws.rs.core.Response getErrorResponse​(int statusCode,
                                                                 ErrorScimType scimType,
                                                                 String detail)
      • validateExistenceOfUser

        public javax.ws.rs.core.Response validateExistenceOfUser​(String id)
      • assignMetaInformation

        protected void assignMetaInformation​(BaseScimResource resource)