Skip to content

Version 2.0.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@emanoelxavier emanoelxavier released this 20 Oct 21:00
· 1 commit to 2.0.0 since this release

Introduced SecurityGroupInterfaceElement which represents security group interface information required by manager plugin to create policy mapping.

Updated ManagerPolicyElement to include the manager domain information.

Updated Security manager API to support the multi-policy mapping. See Manager Policy Mapping

  • createSecurityGroupInterface method takes the new interface SecurityGroupInterfaceElement. This method is used to create a security group interface on security manager.
  • updateSecurityGroupInterface method takes the new interface SecurityGroupInterfaceElement. This method is used to update a security group interface on security manager.
  • Added a new constant SUPPORT_MULTIPLE_POLICIES to determine if manager supports multiple policies.