Uses of Interface
com.sage.orion.sdata.servlet.swtservice.SwtServiceAuthorizator

Packages that use SwtServiceAuthorizator
com.sage.orion.sdata.servlet   
com.sage.orion.sdata.servlet.swtservice   
 

Uses of SwtServiceAuthorizator in com.sage.orion.sdata.servlet
 

Classes in com.sage.orion.sdata.servlet that implement SwtServiceAuthorizator
static class JDBCResourceKind.HTTPMethodsAuthorizator
          The HTTPMethodsAuthorizator is used to check whether the ResourceKind supports the specific HTTP method.
static class JDBCResourceKind.ResourceAuthorizator
          The ResourceAuthorizator is used to check whether the user has the privilege to manipulate the ResourceKind.
static class JDBCResourceKind.ResourceDataAuthorizator
          The ResourceDataAuthorizator is used to check whether the user has the privilege to manipulate the specific data of the ResourceKind specified in the request.
 

Uses of SwtServiceAuthorizator in com.sage.orion.sdata.servlet.swtservice
 

Methods in com.sage.orion.sdata.servlet.swtservice that return types with arguments of type SwtServiceAuthorizator
static java.util.List<SwtServiceAuthorizator> AuthorizatorFinder.getAuthorizators(JDBCResourceKind resourceKind)
          Gets the authorizators for the resource kind.
static java.util.List<SwtServiceAuthorizator> AuthorizatorFinder.getAuthorizators(UserInfo user, JDBCResourceKind resourceKind)
          Gets the authorizators for the user to access the specific resource kind.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.