hscim-0.3.6: hscim json schema and server implementation
Safe HaskellNone
LanguageHaskell2010

Web.Scim.Schema.UserTypes

Synopsis

Documentation

class UserTypes tag where Source #

Configurable parts of User.

Associated Types

type UserId tag Source #

User ID type.

type UserExtra tag Source #

Extra data carried with each User.

Methods

supportedSchemas :: [Schema] Source #

Schemas supported by the User for filtering and patching.

This must include User20, this is not checked.

Instances

Instances details
UserTypes Mock Source # 
Instance details

Defined in Web.Scim.Server.Mock

Associated Types

type UserId Mock Source #

type UserExtra Mock Source #

UserTypes (TestTag id authData authInfo userExtra) Source # 
Instance details

Defined in Web.Scim.Test.Util

Associated Types

type UserId (TestTag id authData authInfo userExtra) Source #

type UserExtra (TestTag id authData authInfo userExtra) Source #