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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java233 private enum TrustOption enum in class:LDAPConnectionConsoleInteraction
253 private TrustOption(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustOption
1543 TrustOption defaultTrustMethod = TrustOption.SESSION ;
1544 for (TrustOption t : TrustOption.values())
1567 if (result.getValue().equals(TrustOption.UNTRUSTED.getChoice()))
1572 if ((result.getValue().equals(TrustOption.CERTIFICATE_DETAILS
1614 if (result.getValue().equals(TrustOption.PERMAMENT.getChoice()))
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java232 private enum TrustOption enum in class:LDAPConnectionConsoleInteraction
252 private TrustOption(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustOption
1542 TrustOption defaultTrustMethod = TrustOption.SESSION ;
1543 for (TrustOption t : TrustOption.values())
1566 if (result.getValue().equals(TrustOption.UNTRUSTED.getChoice()))
1571 if ((result.getValue().equals(TrustOption.CERTIFICATE_DETAILS
1613 if (result.getValue().equals(TrustOption.PERMAMENT.getChoice()))
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java233 private enum TrustOption enum in class:LDAPConnectionConsoleInteraction
253 private TrustOption(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustOption
1543 TrustOption defaultTrustMethod = TrustOption.SESSION ;
1544 for (TrustOption t : TrustOption.values())
1567 if (result.getValue().equals(TrustOption.UNTRUSTED.getChoice()))
1572 if ((result.getValue().equals(TrustOption.CERTIFICATE_DETAILS
1614 if (result.getValue().equals(TrustOption.PERMAMENT.getChoice()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java233 private enum TrustOption enum in class:LDAPConnectionConsoleInteraction
253 private TrustOption(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustOption
1543 TrustOption defaultTrustMethod = TrustOption.SESSION ;
1544 for (TrustOption t : TrustOption.values())
1567 if (result.getValue().equals(TrustOption.UNTRUSTED.getChoice()))
1572 if ((result.getValue().equals(TrustOption.CERTIFICATE_DETAILS
1614 if (result.getValue().equals(TrustOption.PERMAMENT.getChoice()))
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java232 private enum TrustOption enum in class:LDAPConnectionConsoleInteraction
252 private TrustOption(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustOption
1542 TrustOption defaultTrustMethod = TrustOption.SESSION ;
1543 for (TrustOption t : TrustOption.values())
1566 if (result.getValue().equals(TrustOption.UNTRUSTED.getChoice()))
1571 if ((result.getValue().equals(TrustOption.CERTIFICATE_DETAILS
1613 if (result.getValue().equals(TrustOption.PERMAMENT.getChoice()))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java304 private enum TrustOption enum in class:LDAPConnectionConsoleInteraction
323 private TrustOption(int i, LocalizableMessage msg) method in class:LDAPConnectionConsoleInteraction.TrustOption
1533 TrustOption defaultTrustMethod = TrustOption.SESSION;
1534 for (TrustOption t : TrustOption.values())
1555 if (result.getValue().equals(TrustOption.UNTRUSTED.getChoice()))
1561 TrustOption.CERTIFICATE_DETAILS.getChoice()))
1601 if (result.getValue().equals(TrustOption.PERMAMENT.getChoice()))

Completed in 41 milliseconds