Interface SecurityPolicy

All Known Implementing Classes:
DefaultSecurityPolicy

public interface SecurityPolicy
  • Method Details

    • getMinimumSecurityLevel

      SecurityLevel getMinimumSecurityLevel()
    • isDropSecurityAsLastResort

      boolean isDropSecurityAsLastResort()
    • onIncompatibleSecurity

      void onIncompatibleSecurity(String hostname, int port, String remoteIdentification, IncompatibleAlgorithm... reports)
    • isManagedSecurity

      boolean isManagedSecurity()