Searched defs:SpNegoContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoContext.java44 public class SpNegoContext implements GSSContextSpi { class in inherits:GSSContextSpi
92 * Constructor for SpNegoContext to be called on the context initiator's
95 public SpNegoContext(SpNegoMechFactory factory, GSSNameSpi peerName, method in class:SpNegoContext
112 * Constructor for SpNegoContext to be called on the context acceptor's
115 public SpNegoContext(SpNegoMechFactory factory, GSSCredentialSpi myCred) method in class:SpNegoContext
126 * Constructor for SpNegoContext to import a previously exported context.
128 public SpNegoContext(SpNegoMechFactory factory, byte [] interProcessToken) method in class:SpNegoContext
324 System.out.println("SpNegoContext.initSecContext: " +
343 System.out.println("SpNegoContext.initSecContext: " +
353 System.out.println("SpNegoContext
[all...]

Completed in 32 milliseconds