Class BaseScimWebService

    • Constructor Detail

      • BaseScimWebService

        public BaseScimWebService()
    • Method Detail

      • getEndpointUrl

        public String getEndpointUrl()
      • notFoundResponse

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

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

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

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

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

        protected void assignMetaInformation​(BaseScimResource resource)