hsaml2-0.1.2: OASIS Security Assertion Markup Language (SAML) V2.0
Safe HaskellNone
LanguageHaskell2010

SAML2

Description

OASIS Security Assertion Markup Language (SAML) V2.0

Synopsis

Documentation

data Identified b a Source #

Constructors

Identified !a 
Unidentified !b 

Instances

Instances details
(Eq a, Eq b) => Eq (Identified b a) Source # 
Instance details

Defined in SAML2.XML

Methods

(==) :: Identified b a -> Identified b a -> Bool #

(/=) :: Identified b a -> Identified b a -> Bool #

(Show a, Show b) => Show (Identified b a) Source # 
Instance details

Defined in SAML2.XML

Methods

showsPrec :: Int -> Identified b a -> ShowS #

show :: Identified b a -> String #

showList :: [Identified b a] -> ShowS #

Default a => Default (Identified b a) Source # 
Instance details

Defined in SAML2.XML

Methods

def :: Identified b a #

Identifiable URI a => XmlPickler (Identified URI a) Source # 
Instance details

Defined in SAML2.XML

Methods

xpickle :: PU (Identified URI a) #

XmlPickler (Identified XString LogoutReason) Source # 
Instance details

Defined in SAML2.Core.Protocols

Assertions and Protocols

module SAML2.Core

Bindings

Metadata

Profiles