happstack-authenticate-2.3.4.7: Happstack Authentication Library

Safe HaskellNone
LanguageHaskell98

Happstack.Authenticate.Password.URL

Documentation

data AccountURL Source #

Constructors

Password 

Instances

Eq AccountURL Source # 
Data AccountURL Source # 

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 # 
Read AccountURL Source # 
Show AccountURL Source # 
Generic AccountURL Source # 

Associated Types

type Rep AccountURL :: * -> * #

PathInfo AccountURL Source # 
type Rep AccountURL Source # 
type Rep AccountURL = D1 (MetaData "AccountURL" "Happstack.Authenticate.Password.URL" "happstack-authenticate-2.3.4.7-8NGvEJtsguz6HpkSzT4jIO" False) (C1 (MetaCons "Password" PrefixI False) U1)

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

data PasswordURL Source #

Instances

Eq PasswordURL Source # 
Data PasswordURL Source # 

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 # 
Generic PasswordURL Source # 

Associated Types

type Rep PasswordURL :: * -> * #

PathInfo PasswordURL Source # 
type Rep PasswordURL Source # 
type Rep PasswordURL = D1 (MetaData "PasswordURL" "Happstack.Authenticate.Password.URL" "happstack-authenticate-2.3.4.7-8NGvEJtsguz6HpkSzT4jIO" False) ((:+:) ((:+:) (C1 (MetaCons "Token" PrefixI False) U1) ((:+:) (C1 (MetaCons "Account" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe (UserId, AccountURL))))) (C1 (MetaCons "Partial" PrefixI False) (S1 (MetaSel (Nothing Symbol) NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 PartialURL))))) ((:+:) (C1 (MetaCons "PasswordRequestReset" PrefixI False) U1) ((:+:) (C1 (MetaCons "PasswordReset" PrefixI False) U1) (C1 (MetaCons "UsernamePasswordCtrl" PrefixI False) U1))))

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 #