saml2-web-sso-0.20: Library and example web app for the SAML Web-based SSO profile.
Safe HaskellSafe-Inferred
LanguageHaskell2010

SAML2.WebSSO.Error

Documentation

data Error err Source #

Instances

Instances details
MonadError SimpleError SimpleSP Source # 
Instance details

Defined in SAML2.WebSSO.API.Example

MonadError SimpleError TestSP Source # 
Instance details

Defined in SAML2.WebSSO.Test.Util.TestSP

GetAllIdPs SimpleError SimpleSP Source # 
Instance details

Defined in SAML2.WebSSO.API.Example

GetAllIdPs SimpleError TestSP Source # 
Instance details

Defined in SAML2.WebSSO.Test.Util.TestSP

SPHandler SimpleError SimpleSP Source #

If you read the Config initially in IO and then pass it into the monad via Reader, you safe disk load and redundant debug logs.

Instance details

Defined in SAML2.WebSSO.API.Example

Associated Types

type NTCTX SimpleSP Source #

Methods

nt :: NTCTX SimpleSP -> SimpleSP x -> Handler x Source #

SPHandler SimpleError TestSP Source # 
Instance details

Defined in SAML2.WebSSO.Test.Util.TestSP

Associated Types

type NTCTX TestSP Source #

Methods

nt :: NTCTX TestSP -> TestSP x -> Handler x Source #

SPStoreIdP SimpleError SimpleSP Source # 
Instance details

Defined in SAML2.WebSSO.API.Example

SPStoreIdP SimpleError TestSP Source # 
Instance details

Defined in SAML2.WebSSO.Test.Util.TestSP

Show err => Show (Error err) Source # 
Instance details

Defined in SAML2.WebSSO.Error

Methods

showsPrec :: Int -> Error err -> ShowS #

show :: Error err -> String #

showList :: [Error err] -> ShowS #

Eq err => Eq (Error err) Source # 
Instance details

Defined in SAML2.WebSSO.Error

Methods

(==) :: Error err -> Error err -> Bool #

(/=) :: Error err -> Error err -> Bool #