Searched refs:isTransferable (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSContext.java886 * transfer of security contexts. Calling the {@link #isTransferable()
887 * isTransferable} method will indicate if the context object is
1218 public boolean isTransferable() throws GSSException; method in interface:GSSContext
/openjdk7/jdk/src/share/classes/sun/security/jgss/spi/
H A DGSSContextSpi.java131 public boolean isTransferable() throws GSSException; method in interface:GSSContextSpi
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSContextImpl.java158 * @see #isTransferable
461 if (mechCtxt.isTransferable() &&
551 public boolean isTransferable() throws GSSException { method in class:GSSContextImpl
553 return mechCtxt.isTransferable();
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoContext.java976 public final boolean isTransferable() throws GSSException { method in class:SpNegoContext
/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DNativeGSSContext.java584 public boolean isTransferable() throws GSSException { method in class:NativeGSSContext
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DKrb5Context.java168 public final boolean isTransferable() throws GSSException { method in class:Krb5Context

Completed in 61 milliseconds