Uses of Class
com.sage.orion.sdata.servlet.swtservice.UserInfo

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

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

Methods in com.sage.orion.sdata.servlet that return UserInfo
 UserInfo JDBCResourceKind.getCurrentUser()
          Gets the current signed on user.
 

Methods in com.sage.orion.sdata.servlet with parameters of type UserInfo
 boolean JDBCResourceKind.canDelete(UserInfo user, java.sql.Connection connection)
          Indicates whether the user has the privilege to do DELETE against the ResourceKind.
 boolean JDBCResourceKind.canGet(UserInfo user, java.sql.Connection connection)
          Indicates whether the user has the privilege to do GET against the ResourceKind.
 boolean JDBCResourceKind.canPost(UserInfo user, java.sql.Connection connection)
          Indicates whether the user has the privilege to do POST against the ResourceKind.
 boolean JDBCResourceKind.canPut(UserInfo user, java.sql.Connection connection)
          Indicates whether the user has the privilege to do PUT against the ResourceKind.
 

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

Methods in com.sage.orion.sdata.servlet.swtservice that return UserInfo
 UserInfo ApplicationContext.getUserInfoFromRequest(SDataRequest request)
           Gets the signed-on user's information from the specified SData request.
 

Methods in com.sage.orion.sdata.servlet.swtservice with parameters of type UserInfo
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.