Copyright | Copyright (C) 2005 John Goerzen |
---|---|
License | BSD |
Maintainer | John Goerzen, |
Stability | provisional |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell98 |
LDAP.Data
Description
Haskell types for LDAP constants
Written by John Goerzen, jgoerzen@complete.org
Documentation
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 # | |
Show LDAPScope Source # | |
Eq LDAPScope Source # | |
Ord LDAPScope Source # | |
Defined in LDAP.Data |
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 # | |
Show LDAPModOp Source # | |
Eq LDAPModOp Source # | |
Ord LDAPModOp Source # | |
Defined in LDAP.Data |
data LDAPReturnCode Source #
Constructors
Instances
data LDAPOptionCode Source #
Constructors