| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
GI.Secret.Enums
Description
Synopsis
- data BackendFlags
- data Error
- data SchemaAttributeType
- data SchemaType
Enumerations
BackendFlags
data BackendFlags Source #
Flags which determine which parts of the Backend are initialized.
Since: 0.19.0
Constructors
| BackendFlagsNone | no flags for initializing the |
| BackendFlagsOpenSession | establish a session for transfer of secrets
while initializing the |
| BackendFlagsLoadCollections | load collections while initializing the
|
| AnotherBackendFlags Int | Catch-all for unknown values |
Instances
Error
No description available in the introspection data.
Constructors
| ErrorProtocol | No description available in the introspection data. |
| ErrorIsLocked | No description available in the introspection data. |
| ErrorNoSuchObject | No description available in the introspection data. |
| ErrorAlreadyExists | No description available in the introspection data. |
| ErrorInvalidFileFormat | No description available in the introspection data. |
| AnotherError Int | Catch-all for unknown values |
Instances
| Enum Error Source # | |
Defined in GI.Secret.Enums | |
| Show Error Source # | |
| Eq Error Source # | |
| Ord Error Source # | |
| BoxedEnum Error Source # | |
Defined in GI.Secret.Enums | |
| TypedObject Error Source # | |
Defined in GI.Secret.Enums | |
| HasParentTypes Error Source # | |
Defined in GI.Secret.Enums | |
| type ParentTypes Error Source # | |
Defined in GI.Secret.Enums | |
SchemaAttributeType
data SchemaAttributeType Source #
The type of an attribute in a Schema. Attributes are stored as strings
in the Secret Service, and the attribute types simply define standard ways
to store integer and boolean values as strings.
Constructors
| SchemaAttributeTypeString | a utf-8 string attribute |
| SchemaAttributeTypeInteger | an integer attribute, stored as a decimal |
| SchemaAttributeTypeBoolean | a boolean attribute, stored as 'true' or 'false' |
| AnotherSchemaAttributeType Int | Catch-all for unknown values |
Instances
SchemaType
data SchemaType Source #
Different types of schemas for storing secrets, intended for use with
getSchema.
Since: 0.18.6
Constructors
| SchemaTypeNote | Personal passwords; see |
| SchemaTypeCompatNetwork | Network passwords from older
libgnome-keyring storage; see |
| AnotherSchemaType Int | Catch-all for unknown values |