| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
SAML2.Bindings.Identifiers
Description
Protocol Bindings identifiers
saml-bindings-2.0-os §3.X.1
Documentation
Constructors
| BindingSOAP | §3.2 |
| BindingPAOS | §3.3 |
| BindingHTTPRedirect | §3.4 |
| BindingHTTPPOST | §3.5 |
| BindingHTTPArtifact | §3.6 |
| BindingURI | §3.7 |
Instances
| Bounded Binding Source # | |
| Enum Binding Source # | |
| Eq Binding Source # | |
| Show Binding Source # | |
| Identifiable URI Binding Source # | |
Defined in SAML2.Bindings.Identifiers Methods identifier :: Binding -> URI Source # identifiedValues :: [Binding] Source # reidentify :: URI -> Identified URI Binding Source # | |