Checks if specified peer is allowed to access the specified identity.
The default implementation goes over items in identity_acl
, using
check to check them against peer_ctx
.
this |
object instance. |
peer_ctx |
security context of the peer connection. |
owner_ctx |
security context of the identity owner. |
identity_acl |
access control list for the identity in question. Includes the |
true if the peer is allowed to use the identity, false otherwise. |