happstack-authenticate-2.4.1: Happstack Authentication Library

Safe HaskellNone
LanguageHaskell2010

Happstack.Authenticate.Password.URL

Documentation

data AccountURL Source #

Constructors

Password 
Instances
Eq AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

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 :: (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

Show AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Generic AccountURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

Associated Types

type Rep AccountURL :: Type -> Type #

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.1-1ovIfMIVOnoEaCpOHmRxnh" 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
Eq PasswordURL Source # 
Instance details

Defined in Happstack.Authenticate.Password.URL

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 :: (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 #

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.1-1ovIfMIVOnoEaCpOHmRxnh" 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 #