Documentation ¶
Index ¶
- Constants
- type GroupResourceHandler
- func (u GroupResourceHandler) Create(r *http.Request, attributes scim.ResourceAttributes) (scim.Resource, error)
- func (u GroupResourceHandler) Delete(r *http.Request, id string) error
- func (u GroupResourceHandler) Get(r *http.Request, id string) (scim.Resource, error)
- func (u GroupResourceHandler) GetAll(r *http.Request, params scim.ListRequestParams) (scim.Page, error)
- func (u GroupResourceHandler) Patch(r *http.Request, id string, operations []scim.PatchOperation) (scim.Resource, error)
- func (u GroupResourceHandler) Replace(r *http.Request, id string, attributes scim.ResourceAttributes) (scim.Resource, error)
Constants ¶
View Source
const (
GroupMembers = "members"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GroupResourceHandler ¶
type GroupResourceHandler struct {
// contains filtered or unexported fields
}
func NewGroupResourceHandler ¶
func (GroupResourceHandler) Create ¶
func (u GroupResourceHandler) Create(r *http.Request, attributes scim.ResourceAttributes) (scim.Resource, error)
func (GroupResourceHandler) Delete ¶
func (u GroupResourceHandler) Delete(r *http.Request, id string) error
func (GroupResourceHandler) GetAll ¶
func (u GroupResourceHandler) GetAll(r *http.Request, params scim.ListRequestParams) (scim.Page, error)
Click to show internal directories.
Click to hide internal directories.