Searched refs:isKerberosMech (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/jgss/wrapper/
H A DGSSCredElement.java47 if (GSSUtil.isKerberosMech(cStub.getMech())) {
H A DNativeGSSContext.java200 if (GSSUtil.isKerberosMech(cStub.getMech())) {
221 if (GSSUtil.isKerberosMech(cStub.getMech()) && targetName != null) {
250 if (GSSUtil.isSpNegoMech(mech) || GSSUtil.isKerberosMech(mech)) {
273 if (GSSUtil.isKerberosMech(cStub.getMech()) && !skipDelegPermCheck) {
289 if (GSSUtil.isKerberosMech(actualMech)) {
336 if (GSSUtil.isKerberosMech(getMechFromSpNegoToken
H A DGSSNameElement.java173 if (!GSSUtil.isKerberosMech(cStub.getMech())) {
/openjdk7/jdk/src/share/classes/sun/security/jgss/
H A DGSSUtil.java102 public static boolean isKerberosMech(Oid oid) { method in class:GSSUtil
111 } else if (isKerberosMech(oid)) {
/openjdk7/jdk/src/share/classes/sun/security/jgss/spnego/
H A DSpNegoMechFactory.java84 if (GSSUtil.isKerberosMech(cred.getMechanism())) {

Completed in 36 milliseconds