Safe Haskell | None |
---|---|
Language | Haskell98 |
Happstack.Authenticate.Password.URL
Documentation
data AccountURL Source #
Constructors
Password |
Instances
Eq AccountURL Source # | |
Defined in Happstack.Authenticate.Password.URL | |
Data AccountURL Source # | |
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 # | |
Defined in Happstack.Authenticate.Password.URL Methods compare :: AccountURL -> AccountURL -> Ordering (<) :: AccountURL -> AccountURL -> Bool (<=) :: AccountURL -> AccountURL -> Bool (>) :: AccountURL -> AccountURL -> Bool (>=) :: AccountURL -> AccountURL -> Bool max :: AccountURL -> AccountURL -> AccountURL min :: AccountURL -> AccountURL -> AccountURL | |
Read AccountURL Source # | |
Defined in Happstack.Authenticate.Password.URL Methods readsPrec :: Int -> ReadS AccountURL readList :: ReadS [AccountURL] readPrec :: ReadPrec AccountURL readListPrec :: ReadPrec [AccountURL] | |
Show AccountURL Source # | |
Defined in Happstack.Authenticate.Password.URL Methods showsPrec :: Int -> AccountURL -> ShowS show :: AccountURL -> String showList :: [AccountURL] -> ShowS | |
Generic AccountURL Source # | |
Defined in Happstack.Authenticate.Password.URL Associated Types type Rep AccountURL :: Type -> Type | |
PathInfo AccountURL Source # | |
Defined in Happstack.Authenticate.Password.URL Methods toPathSegments :: AccountURL -> [Text] Source # | |
type Rep AccountURL Source # | |
Defined in Happstack.Authenticate.Password.URL type Rep AccountURL = D1 ('MetaData "AccountURL" "Happstack.Authenticate.Password.URL" "happstack-authenticate-2.4.0.3-6l0TUmUdXU7HFVb80pxygg" 'False) (C1 ('MetaCons "Password" 'PrefixI 'False) (U1 :: Type -> Type)) |
accountURL :: Router () (AccountURL :- ()) Source #
data PasswordURL Source #
Constructors
Token | |
Account (Maybe (UserId, AccountURL)) | |
Partial PartialURL | |
PasswordRequestReset | |
PasswordReset | |
UsernamePasswordCtrl |
Instances
Eq PasswordURL Source # | |
Defined in Happstack.Authenticate.Password.URL | |
Data PasswordURL Source # | |
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 # | |
Defined in Happstack.Authenticate.Password.URL Methods compare :: PasswordURL -> PasswordURL -> Ordering (<) :: PasswordURL -> PasswordURL -> Bool (<=) :: PasswordURL -> PasswordURL -> Bool (>) :: PasswordURL -> PasswordURL -> Bool (>=) :: PasswordURL -> PasswordURL -> Bool max :: PasswordURL -> PasswordURL -> PasswordURL min :: PasswordURL -> PasswordURL -> PasswordURL | |
Generic PasswordURL Source # | |
Defined in Happstack.Authenticate.Password.URL Associated Types type Rep PasswordURL :: Type -> Type | |
PathInfo PasswordURL Source # | |
Defined in Happstack.Authenticate.Password.URL Methods toPathSegments :: PasswordURL -> [Text] Source # | |
type Rep PasswordURL Source # | |
Defined in Happstack.Authenticate.Password.URL type Rep PasswordURL = D1 ('MetaData "PasswordURL" "Happstack.Authenticate.Password.URL" "happstack-authenticate-2.4.0.3-6l0TUmUdXU7HFVb80pxygg" '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 #
passwordURL :: Router () (PasswordURL :- ()) Source #
nestPasswordURL :: RouteT PasswordURL m a -> RouteT AuthenticateURL m a Source #