| Copyright | Will Thompson Iñaki García Etxebarria and Jonas Platte |
|---|---|
| License | LGPL-2.1 |
| Maintainer | Iñaki García Etxebarria |
| Safe Haskell | None |
| Language | Haskell2010 |
GI.Ggit.Objects.CredPlaintext
Description
Represents a plain text credential.
Synopsis
- newtype CredPlaintext = CredPlaintext (ManagedPtr CredPlaintext)
- class (GObject o, IsDescendantOf CredPlaintext o) => IsCredPlaintext o
- toCredPlaintext :: (MonadIO m, IsCredPlaintext o) => o -> m CredPlaintext
- noCredPlaintext :: Maybe CredPlaintext
- credPlaintextGetPassword :: (HasCallStack, MonadIO m, IsCredPlaintext a) => a -> m Text
- credPlaintextGetUsername :: (HasCallStack, MonadIO m, IsCredPlaintext a) => a -> m Text
- credPlaintextNew :: (HasCallStack, MonadIO m) => Text -> Text -> m CredPlaintext
- constructCredPlaintextPassword :: IsCredPlaintext o => Text -> IO (GValueConstruct o)
- getCredPlaintextPassword :: (MonadIO m, IsCredPlaintext o) => o -> m Text
- constructCredPlaintextUsername :: IsCredPlaintext o => Text -> IO (GValueConstruct o)
- getCredPlaintextUsername :: (MonadIO m, IsCredPlaintext o) => o -> m Text
Exported types
newtype CredPlaintext Source #
Memory-managed wrapper type.
Constructors
| CredPlaintext (ManagedPtr CredPlaintext) |
Instances
| Eq CredPlaintext Source # | |
Defined in GI.Ggit.Objects.CredPlaintext Methods (==) :: CredPlaintext -> CredPlaintext -> Bool # (/=) :: CredPlaintext -> CredPlaintext -> Bool # | |
| IsGValue CredPlaintext Source # | Convert |
Defined in GI.Ggit.Objects.CredPlaintext | |
| GObject CredPlaintext Source # | |
Defined in GI.Ggit.Objects.CredPlaintext Methods gobjectType :: IO GType # | |
| HasParentTypes CredPlaintext Source # | |
Defined in GI.Ggit.Objects.CredPlaintext | |
| type ParentTypes CredPlaintext Source # | |
Defined in GI.Ggit.Objects.CredPlaintext | |
class (GObject o, IsDescendantOf CredPlaintext o) => IsCredPlaintext o Source #
Type class for types which can be safely cast to CredPlaintext, for instance with toCredPlaintext.
Instances
| (GObject o, IsDescendantOf CredPlaintext o) => IsCredPlaintext o Source # | |
Defined in GI.Ggit.Objects.CredPlaintext | |
toCredPlaintext :: (MonadIO m, IsCredPlaintext o) => o -> m CredPlaintext Source #
Cast to CredPlaintext, for types for which this is known to be safe. For general casts, use castTo.
noCredPlaintext :: Maybe CredPlaintext Source #
A convenience alias for Nothing :: Maybe CredPlaintext.
Methods
Overloaded methods
getPassword
credPlaintextGetPassword :: (HasCallStack, MonadIO m, IsCredPlaintext a) => a -> m Text Source #
No description available in the introspection data.
getUsername
credPlaintextGetUsername :: (HasCallStack, MonadIO m, IsCredPlaintext a) => a -> m Text Source #
No description available in the introspection data.
new
Arguments
| :: (HasCallStack, MonadIO m) | |
| => Text | |
| -> Text | |
| -> m CredPlaintext | (Can throw |
No description available in the introspection data.
Properties
password
No description available in the introspection data.
constructCredPlaintextPassword :: IsCredPlaintext o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “password” property. This is rarely needed directly, but it is used by new.
getCredPlaintextPassword :: (MonadIO m, IsCredPlaintext o) => o -> m Text Source #
Get the value of the “password” property.
When overloading is enabled, this is equivalent to
get credPlaintext #password
username
No description available in the introspection data.
constructCredPlaintextUsername :: IsCredPlaintext o => Text -> IO (GValueConstruct o) Source #
Construct a GValueConstruct with valid value for the “username” property. This is rarely needed directly, but it is used by new.
getCredPlaintextUsername :: (MonadIO m, IsCredPlaintext o) => o -> m Text Source #
Get the value of the “username” property.
When overloading is enabled, this is equivalent to
get credPlaintext #username