TDefaultClientAccessManager

Default access manager implementation, which just checks the host name resp. IP address of the connection against the certificate.

Members

Functions

verify
Decision verify(Address address)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
Decision verify(string host, const(char)[] certHost)
Undocumented in source. Be warned that the author may not have intended to support it.
verify
Decision verify(Address address, ubyte[] certAddress)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TAccessManager

Decision
enum Decision
verify
Decision verify(Address address)

Determines whether a peer should be granted access or not based on its IP address.

verify
Decision verify(string host, const(char)[] certHost)

Determines whether a peer should be granted access or not based on a name from its certificate.

verify
Decision verify(Address address, ubyte[] certAddress)

Determines whether a peer should be granted access or not based on an IP address from its certificate.

Meta