Searched refs:realm (Results 51 - 53 of 53) sorted by relevance

123

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DspnegoTest40 java -Djava.security.krb5.realm=$USE_REALM \
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DCredentials.java241 * when one of the cross-realm TGTs does not have the OK-AS-DELEGATE
244 * the service ticket is cached it still remembers the cross-realm
430 * When the service has a different realm
431 * from the initial credential, we do cross-realm authentication
433 * a cross-realm credential from the local KDC, then use that
434 * cross-realm credential to request service credential
438 * components@realm
467 System.out.println("\tticket: realm: " + c.ticket.realm.toString());
H A DKrbApReq.java293 apReqMessg.ticket.sname.setRealm(apReqMessg.ticket.realm);

Completed in 31 milliseconds

123