Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change AuthenticationContext security protocol accessor name

...

Code Block
interface AuthenticationContext {
  String securityProtocolsecurityProtocolName();
  InetAddress clientAddress();
}

...