hsaml2-0.1: OASIS Security Assertion Markup Language (SAML) V2.0

Safe HaskellNone
LanguageHaskell2010

SAML2.Core.Assertions

Description

SAML Assertions

saml-core-2.0-os §2

Synopsis

Documentation

xpElem :: String -> PU a -> PU a Source #

data BaseID id Source #

§2.2.1

Instances

Eq id => Eq (BaseID id) Source # 

Methods

(==) :: BaseID id -> BaseID id -> Bool #

(/=) :: BaseID id -> BaseID id -> Bool #

Show id => Show (BaseID id) Source # 

Methods

showsPrec :: Int -> BaseID id -> ShowS #

show :: BaseID id -> String #

showList :: [BaseID id] -> ShowS #

xpBaseID :: PU id -> PU (BaseID id) Source #

newtype Issuer Source #

§2.2.5

Constructors

Issuer 

Fields

newtype Audience Source #

§2.5.1.4

Constructors

Audience 

Fields

type Advice = [AdviceElement] Source #

§2.6.1