| Interface | Description |
|---|---|
| FilteredCredentialStore.Predicate | |
| ICredential |
The abstraction of a credential provided by a principal for authentication
purposes.
|
| ICredentialProvider |
Provide an
ICredential for authentication. |
| ICredentialScope |
A scope where an
ICredential is valid. |
| ICredentialSpec |
The specification of an
ICredential. |
| ICredentialStore |
An
ICredentialProvider that supports writing. |
| IPasswordProvider |
A simple interface for a password provider.
|
| IPasswordValidator |
A simple interface for a password validator.
|
| Class | Description |
|---|---|
| BasicCredentialProvider | |
| CachedPasswordProvider |
Provide the password cached from another
IPasswordProvider. |
| CompositeCredentialProvider | |
| ConstantPasswordProvider |
A simple
IPasswordProvider to return a constant value. |
| CredentialFactory | |
| CredentialProvider |
A VM singleton to access the
ICredentialProvider. |
| FilteredCredentialStore | |
| GenericCredentialScope | |
| NTCredential | |
| NTCredentialSpec | |
| NullPasswordProvider |
A dummy
IPasswordProvider for example to use in a batch environment. |
| PasswordCredential |
An
ICredential container for a password/passcode. |
| PasswordCredentialSpec | |
| PasswordProvider |
A VM singleton for accessing a
IPasswordProvider. |
| PasswordTools |
A tool class for handling passwords and authentication
|
| UserPasswordCredential |
An
ICredential container for user name and password. |
| UserPasswordCredentialSpec |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.