Package | Description |
---|---|
com.fatwire.services |
Modifier and Type | Method and Description |
---|---|
<T> AuthorizationHandler<T> |
ServicesManager.getAuthorizationHandler(Class<T> klass,
String function)
Returns an instance of AuthorizationHandler which wraps an entity of type T.
|
AuthorizationHandler<Object> |
ServicesManager.getAuthorizationHandler(String function)
Returns an instance of AuthorizationHandler which does not wrap any specific typed entity.
|