Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthenticationScheme ¶
type BulkSupported ¶
type FilterSupported ¶
type HTTPError ¶ added in v2.18.0
type HTTPError struct {
// contains filtered or unexported fields
}
HTTPError wraps a *spec.Error for correct usage with 'handlerutil.WriteError'. This error type is cursed to be absolutely strange and specific to the SCIM library we use.
The library expects *spec.Error to be returned on unwrap, and the internal error description to be returned by a json.Marshal of the top level error.
func NewHTTPError ¶ added in v2.18.0
func (HTTPError) MarshalJSON ¶ added in v2.18.0
type ServiceProviderConfig ¶
type ServiceProviderConfig struct {
Schemas []string `json:"schemas"`
DocURI string `json:"documentationUri"`
Patch Supported `json:"patch"`
Bulk BulkSupported `json:"bulk"`
Filter FilterSupported `json:"filter"`
ChangePassword Supported `json:"changePassword"`
Sort Supported `json:"sort"`
ETag Supported `json:"etag"`
AuthSchemes []AuthenticationScheme `json:"authenticationSchemes"`
Meta ServiceProviderMeta `json:"meta"`
}
type ServiceProviderMeta ¶
Click to show internal directories.
Click to hide internal directories.