|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IAuthInfoProvider | |
gnu.crypto.sasl | Provides concrete implementations of some SASL (Simple Authentication and Security Layer) mechanisms. |
gnu.crypto.sasl.crammd5 | |
gnu.crypto.sasl.plain | |
gnu.crypto.sasl.srp | Provides the implementations of the SASL SRP mechanism, as specified in draft-burdis-cat-srp-sasl. |
Uses of IAuthInfoProvider in gnu.crypto.sasl |
Fields in gnu.crypto.sasl declared as IAuthInfoProvider | |
protected IAuthInfoProvider |
ServerMechanism.authenticator
The provider for authentication information. |
Methods in gnu.crypto.sasl that return IAuthInfoProvider | |
IAuthInfoProvider |
IAuthInfoProviderFactory.getInstance(java.lang.String mechanism)
Returns an implementation of a provider for a designated mechanism capable of honouring IAuthInfoProvider requests. |
IAuthInfoProvider |
AuthInfoProviderFactory.getInstance(java.lang.String mechanism)
|
static IAuthInfoProvider |
AuthInfo.getProvider(java.lang.String mechanism)
A convenience method to return the authentication information provider for a designated SASL mechnanism. |
Uses of IAuthInfoProvider in gnu.crypto.sasl.crammd5 |
Classes in gnu.crypto.sasl.crammd5 that implement IAuthInfoProvider | |
class |
CramMD5AuthInfoProvider
The CRAM-MD5 mechanism authentication information provider implementation. |
Uses of IAuthInfoProvider in gnu.crypto.sasl.plain |
Classes in gnu.crypto.sasl.plain that implement IAuthInfoProvider | |
class |
PlainAuthInfoProvider
The PLAIN mechanism authentication information provider implementation. |
Uses of IAuthInfoProvider in gnu.crypto.sasl.srp |
Classes in gnu.crypto.sasl.srp that implement IAuthInfoProvider | |
class |
SRPAuthInfoProvider
The SRP mechanism authentication information provider implementation. |
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV NEXT | FRAMES NO FRAMES |