FileNet Content Services
Java Connector v3.0

Uses of Class
com.filenet.wcm.api.UntrustedCredentialsException

Packages that use UntrustedCredentialsException
com.filenet.wcm.api This package contains the classes and interfaces you can use to build Java-based applications that provide access to Content Services objects such as ObjectStore, Folder, and Document. 
 

Uses of UntrustedCredentialsException in com.filenet.wcm.api
 

Methods in com.filenet.wcm.api that throw UntrustedCredentialsException
 Users Realm.getUsers(Session trustMe)
          Deprecated. Use findUsers().
 Groups Realm.getGroups(Session trustMe)
          Deprecated. Use findGroups().
 java.lang.String Realm.getUsersXML(Session trustMe)
          Deprecated. Use findUsers().
 java.lang.String Realm.getGroupsXML(Session trustMe)
          Deprecated. Use findGroupsXML().
 


FileNet Content Services
Java Connector v3.0