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

/forgerock/opendj-b2.6/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java183 private enum TrustMethod enum in class:LDAPConnectionConsoleInteraction
203 private TrustMethod(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustMethod
860 TrustMethod defaultTrustMethod = TrustMethod.DISPLAY_CERTIFICATE;
861 for (TrustMethod t : TrustMethod.values())
880 if (result.getValue().equals(TrustMethod.TRUSTALL.getChoice()))
889 TrustMethod.TRUSTSTORE.getChoice()))
895 TrustMethod.DISPLAY_CERTIFICATE.getChoice()))
/forgerock/opendj2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java182 private enum TrustMethod enum in class:LDAPConnectionConsoleInteraction
202 private TrustMethod(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustMethod
859 TrustMethod defaultTrustMethod = TrustMethod.DISPLAY_CERTIFICATE;
860 for (TrustMethod t : TrustMethod.values())
879 if (result.getValue().equals(TrustMethod.TRUSTALL.getChoice()))
888 TrustMethod.TRUSTSTORE.getChoice()))
894 TrustMethod.DISPLAY_CERTIFICATE.getChoice()))
/forgerock/opendj2.6.2/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java183 private enum TrustMethod enum in class:LDAPConnectionConsoleInteraction
203 private TrustMethod(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustMethod
860 TrustMethod defaultTrustMethod = TrustMethod.DISPLAY_CERTIFICATE;
861 for (TrustMethod t : TrustMethod.values())
880 if (result.getValue().equals(TrustMethod.TRUSTALL.getChoice()))
889 TrustMethod.TRUSTSTORE.getChoice()))
895 TrustMethod.DISPLAY_CERTIFICATE.getChoice()))
/forgerock/opendj2-jel-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java183 private enum TrustMethod enum in class:LDAPConnectionConsoleInteraction
203 private TrustMethod(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustMethod
860 TrustMethod defaultTrustMethod = TrustMethod.DISPLAY_CERTIFICATE;
861 for (TrustMethod t : TrustMethod.values())
880 if (result.getValue().equals(TrustMethod.TRUSTALL.getChoice()))
889 TrustMethod.TRUSTSTORE.getChoice()))
895 TrustMethod.DISPLAY_CERTIFICATE.getChoice()))
/forgerock/opendj2-hg/src/server/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java182 private enum TrustMethod enum in class:LDAPConnectionConsoleInteraction
202 private TrustMethod(int i, Message msg) method in class:LDAPConnectionConsoleInteraction.TrustMethod
859 TrustMethod defaultTrustMethod = TrustMethod.DISPLAY_CERTIFICATE;
860 for (TrustMethod t : TrustMethod.values())
879 if (result.getValue().equals(TrustMethod.TRUSTALL.getChoice()))
888 TrustMethod.TRUSTSTORE.getChoice()))
894 TrustMethod.DISPLAY_CERTIFICATE.getChoice()))
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/util/cli/
H A DLDAPConnectionConsoleInteraction.java254 private enum TrustMethod enum in class:LDAPConnectionConsoleInteraction
274 private TrustMethod(int i, LocalizableMessage msg) method in class:LDAPConnectionConsoleInteraction.TrustMethod
893 TrustMethod defaultTrustMethod = TrustMethod.DISPLAY_CERTIFICATE;
894 for (TrustMethod t : TrustMethod.values())
914 if (result.getValue().equals(TrustMethod.TRUSTALL.getChoice()))
922 else if (result.getValue().equals(TrustMethod.TRUSTSTORE.getChoice()))
928 TrustMethod.DISPLAY_CERTIFICATE.getChoice()))

Completed in 261 milliseconds