acl_is_valid
Description:
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.
Parameters:
this |
object instance. |
peer_ctx |
security context of the peer connection. |
identity_acl |
access control list for the identity. |
Returns:
true if the ACL is valid, false otherwise. |