Custom Authorization Plug-ins

Authorization plug-ins are a specialized form of event notification plug-ins that you can use to authorize certain types of events. For example, when a client requests a connection, the server raises the appropriate event notice and calls an authorization plug-in to request permission to enable the client connection. The plug-in can handle the event by granting or denying the connection based upon a policy that you determine. For more information about developing your own plug-in, see Creating Authorization Plug-ins and Authorization Plug-in Sample.

See Also

Concepts

Creating Event Notification Plug-ins

Custom Plug-ins

Programming Custom Plug-ins