|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.crypto.sasl.AuthInfo
A static class for creating IAuthInfoProvider
providers. It
transparently locates and uses any provider instances, based on the value
assigned to the System property with the key
gnu.crypto.sasl.auth.info.provider.pkgs
. If more than one is
specified they SHOULD be separated with a vertical bar character. Please note
that the GNU provider is always added last to the list, disregarding whether
it was mentioned or not in the value of that property, or if it that property
was not defined.
Method Summary | |
static IAuthInfoProvider |
getProvider(java.lang.String mechanism)
A convenience method to return the authentication information provider for a designated SASL mechnanism. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static IAuthInfoProvider getProvider(java.lang.String mechanism)
mechanism
- the name of a SASL mechanism.
IAuthInfoProvider
for that
mechanism; or null
if none found.
|
For the latest news and information visit The GNU Crypto project |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |