Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
gnu.javax.crypto.sasl.IAuthInfoProvider

Uses of IAuthInfoProvider in gnu.javax.crypto.sasl
 

Fields in gnu.javax.crypto.sasl declared as IAuthInfoProvider
protected  IAuthInfoProvider ServerMechanism.authenticator
          The provider for authentication information.
 

Methods in gnu.javax.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.