com.filenet.wcm.apps.server.util
Class SecurityRealmUtil
java.lang.Object
com.filenet.wcm.apps.server.util.SecurityRealmUtil
- public class SecurityRealmUtil
- extends java.lang.Object
This class holds the bitfield of allow, deny, inherited allow, and
inherited deny access rights
This class was brought from the Client packages, originally named SecUserRealm.java
Method Summary |
static com.filenet.wcm.api.Groups |
findGroups(com.filenet.wcm.api.Realm theRealm,
java.lang.String filterString,
int nFilterType,
int nBlockSize)
|
static com.filenet.wcm.api.Groups |
findGroups(com.filenet.wcm.api.Session session,
java.lang.String filterString,
int nFilterType,
int nBlockSize)
|
static com.filenet.wcm.api.Users |
findUsers(com.filenet.wcm.api.Realm theRealm,
java.lang.String filterString,
int nFilterType,
int nBlockSize)
|
static com.filenet.wcm.api.Users |
findUsers(com.filenet.wcm.api.Session session,
java.lang.String filterString,
int nFilterType,
int nBlockSize)
|
static com.filenet.wcm.api.Realms |
getRealms(com.filenet.wcm.api.Session session)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityRealmUtil
public SecurityRealmUtil()
getRealms
public static com.filenet.wcm.api.Realms getRealms(com.filenet.wcm.api.Session session)
findUsers
public static com.filenet.wcm.api.Users findUsers(com.filenet.wcm.api.Session session,
java.lang.String filterString,
int nFilterType,
int nBlockSize)
findUsers
public static com.filenet.wcm.api.Users findUsers(com.filenet.wcm.api.Realm theRealm,
java.lang.String filterString,
int nFilterType,
int nBlockSize)
findGroups
public static com.filenet.wcm.api.Groups findGroups(com.filenet.wcm.api.Session session,
java.lang.String filterString,
int nFilterType,
int nBlockSize)
findGroups
public static com.filenet.wcm.api.Groups findGroups(com.filenet.wcm.api.Realm theRealm,
java.lang.String filterString,
int nFilterType,
int nBlockSize)
© Copyright IBM Corp. 2002, 2007. All Rights Reserved.