Checks if the specified peer is allowed to set the specified access control list.
peer_is_owner_of_identity is used before calling this method to verify identity ownership.
The default implementation always returns true.
this |
object instance. |
peer_ctx |
security context of the peer connection. |
identity_acl |
access control list for the identity. |
true if the ACL is valid, false otherwise. |