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

Packages that use GSSNameSpi
sun.security.mule.jgss   
sun.security.mule.jgss.krb5   
sun.security.mule.jgss.spi   
sun.security.mule.jgss.spnego   
sun.security.mule.jgss.wrapper   
 

Uses of GSSNameSpi in sun.security.mule.jgss
 

Methods in sun.security.mule.jgss that return GSSNameSpi
 GSSNameSpi GSSNameImpl.getElement(Oid mechOid)
           
 GSSNameSpi GSSManagerImpl.getNameElement(byte[] name, Oid nameType, Oid mech)
           
 GSSNameSpi GSSManagerImpl.getNameElement(String name, Oid nameType, Oid mech)
           
 

Methods in sun.security.mule.jgss with parameters of type GSSNameSpi
 GSSCredentialSpi GSSManagerImpl.getCredentialElement(GSSNameSpi name, int initLifetime, int acceptLifetime, Oid mech, int usage)
           
static Vector GSSUtil.searchSubject(GSSNameSpi name, Oid mech, boolean initiate, Class credCls)
          Searches the private credentials of current Subject with the specified criteria and returns the matching GSSCredentialSpi object out of Sun's impl of GSSCredential.
 

Constructors in sun.security.mule.jgss with parameters of type GSSNameSpi
GSSNameImpl(GSSManagerImpl gssManager, GSSNameSpi mechElement)
           
 

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

Classes in sun.security.mule.jgss.krb5 that implement GSSNameSpi
 class Krb5NameElement
          Implements the GSSNameSpi for the krb5 mechanism.
 

Methods in sun.security.mule.jgss.krb5 that return GSSNameSpi
 GSSNameSpi Krb5InitCredential.getName()
          Returns the principal name for this credential.
 GSSNameSpi Krb5AcceptCredential.getName()
          Returns the principal name for this credential.
 GSSNameSpi Krb5MechFactory.getNameElement(byte[] name, Oid nameType)
           
 GSSNameSpi Krb5MechFactory.getNameElement(String nameStr, Oid nameType)
           
 GSSNameSpi Krb5Context.getSrcName()
          Returns the context initiator name.
 GSSNameSpi Krb5Context.getTargName()
          Returns the context acceptor.
 

Methods in sun.security.mule.jgss.krb5 with parameters of type GSSNameSpi
static void Krb5MechFactory.checkAcceptCredPermission(Krb5NameElement name, GSSNameSpi originalName)
           
 boolean Krb5NameElement.equals(GSSNameSpi other)
          Equal method for the GSSNameSpi objects.
 GSSCredentialSpi Krb5MechFactory.getCredentialElement(GSSNameSpi name, int initLifetime, int acceptLifetime, int usage)
           
 GSSContextSpi Krb5MechFactory.getMechanismContext(GSSNameSpi peer, GSSCredentialSpi myInitiatorCred, int lifetime)
           
 

Uses of GSSNameSpi in sun.security.mule.jgss.spi
 

Methods in sun.security.mule.jgss.spi that return GSSNameSpi
 GSSNameSpi GSSCredentialSpi.getName()
          Returns the principal name for this credential.
 GSSNameSpi MechanismFactory.getNameElement(byte[] name, Oid nameType)
          This is a variation of the factory method that accepts a String for the characters that make up the name.
 GSSNameSpi MechanismFactory.getNameElement(String nameStr, Oid nameType)
          Creates a name element for this mechanism to be included as part of a GSSName implementation.
 GSSNameSpi GSSContextSpi.getSrcName()
           
 GSSNameSpi GSSContextSpi.getTargName()
           
 

Methods in sun.security.mule.jgss.spi with parameters of type GSSNameSpi
 boolean GSSNameSpi.equals(GSSNameSpi name)
          Equals method for the GSSNameSpi objects.
 GSSCredentialSpi MechanismFactory.getCredentialElement(GSSNameSpi name, int initLifetime, int acceptLifetime, int usage)
          Creates a credential element for this mechanism to be included as part of a GSSCredential implementation.
 GSSContextSpi MechanismFactory.getMechanismContext(GSSNameSpi peer, GSSCredentialSpi myInitiatorCred, int lifetime)
          Creates a security context for this mechanism so that it can be used on the context initiator's side.
 

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

Methods in sun.security.mule.jgss.spnego that return GSSNameSpi
 GSSNameSpi SpNegoCredElement.getName()
           
 GSSNameSpi SpNegoMechFactory.getNameElement(byte[] name, Oid nameType)
           
 GSSNameSpi SpNegoMechFactory.getNameElement(String nameStr, Oid nameType)
           
 GSSNameSpi SpNegoContext.getSrcName()
           
 GSSNameSpi SpNegoContext.getTargName()
           
 

Methods in sun.security.mule.jgss.spnego with parameters of type GSSNameSpi
 GSSCredentialSpi SpNegoMechFactory.getCredentialElement(GSSNameSpi name, int initLifetime, int acceptLifetime, int usage)
           
 GSSContextSpi SpNegoMechFactory.getMechanismContext(GSSNameSpi peer, GSSCredentialSpi myInitiatorCred, int lifetime)
           
 

Constructors in sun.security.mule.jgss.spnego with parameters of type GSSNameSpi
SpNegoContext(SpNegoMechFactory factory, GSSNameSpi peerName, GSSCredentialSpi myCred, int lifetime)
          Constructor for SpNegoContext to be called on the context initiator's side.
 

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

Classes in sun.security.mule.jgss.wrapper that implement GSSNameSpi
 class GSSNameElement
          This class is essentially a wrapper class for the gss_name_t structure of the native GSS library.
 

Methods in sun.security.mule.jgss.wrapper that return GSSNameSpi
 GSSNameSpi NativeGSSFactory.getNameElement(byte[] name, Oid nameType)
           
 GSSNameSpi NativeGSSFactory.getNameElement(String nameStr, Oid nameType)
           
 

Methods in sun.security.mule.jgss.wrapper with parameters of type GSSNameSpi
 boolean GSSNameElement.equals(GSSNameSpi other)
           
 GSSCredentialSpi NativeGSSFactory.getCredentialElement(GSSNameSpi name, int initLifetime, int acceptLifetime, int usage)
           
 GSSContextSpi NativeGSSFactory.getMechanismContext(GSSNameSpi peer, GSSCredentialSpi myCred, int lifetime)
           
 



Copyright © 2013. All Rights Reserved.