|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sage.orion.sdata.servlet.swtservice.AuthorizatorFinder
public class AuthorizatorFinder
The class is used to find the proper authorizators for specific ResourceKind.
Constructor Summary | |
---|---|
AuthorizatorFinder()
|
Method Summary | |
---|---|
static java.util.List<SwtServiceAuthorizator> |
getAuthorizators(JDBCResourceKind resourceKind)
Gets the authorizators for the resource kind. |
static java.util.List<SwtServiceAuthorizator> |
getAuthorizators(UserInfo user,
JDBCResourceKind resourceKind)
Gets the authorizators for the user to access the specific resource kind. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AuthorizatorFinder()
Method Detail |
---|
public static java.util.List<SwtServiceAuthorizator> getAuthorizators(JDBCResourceKind resourceKind)
resourceKind
- The resource kind.
public static java.util.List<SwtServiceAuthorizator> getAuthorizators(UserInfo user, JDBCResourceKind resourceKind)
user
- The signed on user.resourceKind
- The resource kind.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |