| Interface | Description | 
|---|---|
| Action | 
 An instance of this class is passed to the isAllowed() method of an Authorizer
 to describe the action that is being authorized. 
 | 
| Authorizer | 
 Authorization providers must provide a class that implements this interface,
 and has a default constructor. 
 | 
| ConnectionAttributes | 
 The ConnectionAttributes interface provides access to connection
 related information. 
 | 
| Class | Description | 
|---|---|
| AuthorizationResult | 
 This class represents the answer to an authorization request. 
 | 
| ConnectionInfoCallback | Deprecated
 as of EMS 8.1. 
 | 
| Util | 
 Provides some utility functions for implementors of authorization systems. 
 | 
| Enum | Description | 
|---|---|
| Action.Type | 
 Action.Type represents various actions that can be permissioned by the EMS server. 
 | 
| ConnectionAttributes.Type | 
 This enumeration describes the type of connection of the
 ConnectionAttributes object. 
 | 
| ConnectionInfoCallback.Type | 
 Enumeration of possible connection types. 
 | 
Copyright © Cloud Software Group, Inc. All rights reserved