happstack-authenticate-2.4.0.3: Happstack Authentication Library
Safe HaskellNone
LanguageHaskell98

Happstack.Authenticate.Password.URL

Documentation

data AccountURL Source #

Constructors

Password 

Instances

Instances details
Eq AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Methods

(==) :: AccountURL -> AccountURL -> Bool

(/=) :: AccountURL -> AccountURL -> Bool

Data AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> AccountURL -> c AccountURL

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c AccountURL

toConstr :: AccountURL -> Constr

dataTypeOf :: AccountURL -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c AccountURL)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c AccountURL)

gmapT :: (forall b. Data b => b -> b) -> AccountURL -> AccountURL

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> AccountURL -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> AccountURL -> r

gmapQ :: (forall d. Data d => d -> u) -> AccountURL -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> AccountURL -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> AccountURL -> m AccountURL

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountURL -> m AccountURL

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> AccountURL -> m AccountURL

Ord AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Read AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Methods

readsPrec :: Int -> ReadS AccountURL

readList :: ReadS [AccountURL]

readPrec :: ReadPrec AccountURL

readListPrec :: ReadPrec [AccountURL]

Show AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Methods

showsPrec :: Int -> AccountURL -> ShowS

show :: AccountURL -> String

showList :: [AccountURL] -> ShowS

Generic AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Associated Types

type Rep AccountURL :: Type -> Type

Methods

from :: AccountURL -> Rep AccountURL x

to :: Rep AccountURL x -> AccountURL

PathInfo AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

type Rep AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

type Rep AccountURL = D1 ('MetaData "AccountURL" "Happstack.Authenticate.Password.URL" "happstack-authenticate-2.4.0.3-DpQayMu4giD19Dqr0gjvw2" 'False) (C1 ('MetaCons "Password" 'PrefixI 'False) (U1 :: Type -> Type))

rPassword :: forall tok e r. Boomerang e tok r ((:-) AccountURL r) Source #

data PasswordURL Source #

Instances

Instances details
Eq PasswordURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Methods

(==) :: PasswordURL -> PasswordURL -> Bool

(/=) :: PasswordURL -> PasswordURL -> Bool

Data PasswordURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PasswordURL -> c PasswordURL

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PasswordURL

toConstr :: PasswordURL -> Constr

dataTypeOf :: PasswordURL -> DataType

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PasswordURL)

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PasswordURL)

gmapT :: (forall b. Data b => b -> b) -> PasswordURL -> PasswordURL

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PasswordURL -> r

gmapQr :: forall r r'. (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PasswordURL -> r

gmapQ :: (forall d. Data d => d -> u) -> PasswordURL -> [u]

gmapQi :: Int -> (forall d. Data d => d -> u) -> PasswordURL -> u

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PasswordURL -> m PasswordURL

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PasswordURL -> m PasswordURL

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PasswordURL -> m PasswordURL

Ord PasswordURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Generic PasswordURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Associated Types

type Rep PasswordURL :: Type -> Type

Methods

from :: PasswordURL -> Rep PasswordURL x

to :: Rep PasswordURL x -> PasswordURL

PathInfo PasswordURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

type Rep PasswordURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

type Rep PasswordURL = D1 ('MetaData "PasswordURL" "Happstack.Authenticate.Password.URL" "happstack-authenticate-2.4.0.3-DpQayMu4giD19Dqr0gjvw2" 'False) ((C1 ('MetaCons "Token" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Account" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (UserId, AccountURL)))) :+: C1 ('MetaCons "Partial" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 PartialURL)))) :+: (C1 ('MetaCons "PasswordRequestReset" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "PasswordReset" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "UsernamePasswordCtrl" 'PrefixI 'False) (U1 :: Type -> Type))))

rUsernamePasswordCtrl :: forall tok e r. Boomerang e tok r ((:-) PasswordURL r) Source #

rPasswordReset :: forall tok e r. Boomerang e tok r ((:-) PasswordURL r) Source #

rPasswordRequestReset :: forall tok e r. Boomerang e tok r ((:-) PasswordURL r) Source #

rPartial :: forall tok e r. Boomerang e tok ((:-) PartialURL r) ((:-) PasswordURL r) Source #

rAccount :: forall tok e r. Boomerang e tok ((:-) (Maybe (UserId, AccountURL)) r) ((:-) PasswordURL r) Source #

rToken :: forall tok e r. Boomerang e tok r ((:-) PasswordURL r) Source #