Uses of Interface
sun.security.mule.jgss.spi.MechanismFactory

Packages that use MechanismFactory
sun.security.mule.jgss   
sun.security.mule.jgss.krb5   
sun.security.mule.jgss.spnego   
sun.security.mule.jgss.wrapper   
 

Uses of MechanismFactory in sun.security.mule.jgss
 

Methods in sun.security.mule.jgss that return MechanismFactory
 MechanismFactory ProviderList.getMechFactory(Oid mechOid)
           
 MechanismFactory ProviderList.getMechFactory(Oid mechOid, Provider p)
          Obtains a MechanismFactory for a given mechanism.
 

Uses of MechanismFactory in sun.security.mule.jgss.krb5
 

Classes in sun.security.mule.jgss.krb5 that implement MechanismFactory
 class Krb5MechFactory
          Krb5 Mechanism plug in for JGSS This is the properties object required by the JGSS framework.
 

Uses of MechanismFactory in sun.security.mule.jgss.spnego
 

Classes in sun.security.mule.jgss.spnego that implement MechanismFactory
 class SpNegoMechFactory
          SpNego Mechanism plug in for JGSS This is the properties object required by the JGSS framework.
 

Uses of MechanismFactory in sun.security.mule.jgss.wrapper
 

Classes in sun.security.mule.jgss.wrapper that implement MechanismFactory
 class NativeGSSFactory
          JGSS plugin for generic mechanisms provided through native GSS framework.
 



Copyright © 2013. All Rights Reserved.