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

/forgerock/openam-v13/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java103 private String kdcServer = null; field in class:WindowsDesktopSSO
361 kdcServer = null;
528 kdcServer = getMapAttr(options, KDC);
541 "\nkdc server: " + kdcServer +
567 ! kdcServer.equalsIgnoreCase(kdc)) {
601 configMap.put(configAttributes[KDC], kdcServer);
611 System.setProperty("java.security.krb5.kdc", kdcServer);
663 if (kdcServer == null || kdcServer.length() == 0){
/forgerock/openam/openam-authentication/openam-auth-windowsdesktopsso/src/main/java/com/sun/identity/authentication/modules/windowsdesktopsso/
H A DWindowsDesktopSSO.java103 private String kdcServer = null; field in class:WindowsDesktopSSO
361 kdcServer = null;
528 kdcServer = getMapAttr(options, KDC);
541 "\nkdc server: " + kdcServer +
567 ! kdcServer.equalsIgnoreCase(kdc)) {
601 configMap.put(configAttributes[KDC], kdcServer);
611 System.setProperty("java.security.krb5.kdc", kdcServer);
663 if (kdcServer == null || kdcServer.length() == 0){

Completed in 46 milliseconds