JXTA

Uses of Interface
net.jxta.impl.membership.pse.PSEAuthenticatorEngine

Packages that use PSEAuthenticatorEngine
net.jxta.impl.membership.pse A JXTA Membership Service utilizing PKI to provide secure identities. 
 

Uses of PSEAuthenticatorEngine in net.jxta.impl.membership.pse
 

Fields in net.jxta.impl.membership.pse declared as PSEAuthenticatorEngine
(package private)  PSEAuthenticatorEngine EngineAuthenticator.authenticatorEngine
           
 

Methods in net.jxta.impl.membership.pse that return PSEAuthenticatorEngine
abstract  PSEAuthenticatorEngine PSEAuthenticatorEngineFactory.getInstance(PSEMembershipService service, PSEConfigAdv config)
          Creates a new Authenticator Engine instance based upon the context and configuration.
 

Constructors in net.jxta.impl.membership.pse with parameters of type PSEAuthenticatorEngine
EngineAuthenticator(PSEMembershipService source, AuthenticationCredential application, PSEAuthenticatorEngine authenticatorEngine)
          Creates an authenticator for the PSE membership service.
 


JXSE