com.sage.orion.sdata.servlet.swtservice
Interface SwtServiceAuthorizator
- All Known Implementing Classes:
- JDBCResourceKind.HTTPMethodsAuthorizator, JDBCResourceKind.ResourceAuthorizator, JDBCResourceKind.ResourceDataAuthorizator
public interface SwtServiceAuthorizator
The interface stands for the authorizators used to check the privilege for
manipulating JDBCResourceKind
.
check
void check(ApplicationContext applicationContext,
SDataRequest request,
JDBCResourceKind resourceKind,
java.sql.Connection connection)
throws java.sql.SQLException
- Checks the privilege for manipulating the data of the ResourceKind.
- Parameters:
applicationContext
- The application context.request
- The HTTP request.resourceKind
- The JDBCResourceKind.connection
- The database connection.
- Throws:
java.sql.SQLException
Copyright © 2011 Sage Software, Inc. All rights reserved.