| Copyright | Copyright (C) 2005 John Goerzen |
|---|---|
| License | BSD |
| Maintainer | John Goerzen, |
| Safe Haskell | Safe |
| Language | Haskell98 |
LDAP.Data
Description
Maintainer : jgoerzen@complete.org Stability : provisional Portability: portable
Haskell types for LDAP constants
Written by John Goerzen, jgoerzen@complete.org
Documentation
Constructors
| LdapModAdd | |
| LdapModDelete | |
| LdapModReplace | |
| UnknownLDAPModOp Int |
Instances
| Enum LDAPModOp Source # | |
Defined in LDAP.Data Methods succ :: LDAPModOp -> LDAPModOp Source # pred :: LDAPModOp -> LDAPModOp Source # toEnum :: Int -> LDAPModOp Source # fromEnum :: LDAPModOp -> Int Source # enumFrom :: LDAPModOp -> [LDAPModOp] Source # enumFromThen :: LDAPModOp -> LDAPModOp -> [LDAPModOp] Source # enumFromTo :: LDAPModOp -> LDAPModOp -> [LDAPModOp] Source # enumFromThenTo :: LDAPModOp -> LDAPModOp -> LDAPModOp -> [LDAPModOp] Source # | |
| Eq LDAPModOp Source # | |
| Ord LDAPModOp Source # | |
Defined in LDAP.Data | |
| Show LDAPModOp Source # | |
Instances
| Enum LDAPScope Source # | |
Defined in LDAP.Data Methods succ :: LDAPScope -> LDAPScope Source # pred :: LDAPScope -> LDAPScope Source # toEnum :: Int -> LDAPScope Source # fromEnum :: LDAPScope -> Int Source # enumFrom :: LDAPScope -> [LDAPScope] Source # enumFromThen :: LDAPScope -> LDAPScope -> [LDAPScope] Source # enumFromTo :: LDAPScope -> LDAPScope -> [LDAPScope] Source # enumFromThenTo :: LDAPScope -> LDAPScope -> LDAPScope -> [LDAPScope] Source # | |
| Eq LDAPScope Source # | |
| Ord LDAPScope Source # | |
Defined in LDAP.Data | |
| Show LDAPScope Source # | |
data LDAPOptionCode Source #
Constructors
Instances
data LDAPReturnCode Source #
Constructors