Uses of Interface
com.wewebu.ow.server.ecm.OwUserInfo

Packages that use OwUserInfo
com.wewebu.ow.server.dmsdialogs.views   
com.wewebu.ow.server.ecm   
com.wewebu.ow.server.util.ldap   
 

Uses of OwUserInfo in com.wewebu.ow.server.dmsdialogs.views
 

Methods in com.wewebu.ow.server.dmsdialogs.views that return OwUserInfo
 OwUserInfo OwPrivilegeSetEditorDocument.getCurrentRole()
           
 

Methods in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwUserInfo
 OwPrivilegeSet OwPrivilegesDocument.addPrivilegeSet(OwUserInfo principal_p, Collection privileges_p, boolean deny_p, int inheritancedepth_p)
           
 Collection<OwPrivilege> OwPrivilegesDocument.getAvailablePrivileges(OwUserInfo principal_p)
           
 

Constructors in com.wewebu.ow.server.dmsdialogs.views with parameters of type OwUserInfo
OwPolicyLevelView(OwUIGenericAccessRightsModul accessRightsView_p, OwUserInfo userInfo_p, boolean readonly_p)
          Constructor
OwPolicyLevelView(OwUIGenericAccessRightsModul accessRightsView_p, OwUserInfo userInfo_p, boolean readonly_p, boolean forceLiveUpdate_p)
          Constructor
 

Uses of OwUserInfo in com.wewebu.ow.server.ecm
 

Methods in com.wewebu.ow.server.ecm that return OwUserInfo
 OwUserInfo OwPrivilegeSet.getPrincipal()
          get the principal of this privilege set
 OwUserInfo OwAuthenticationProvider.getUserFromID(String strID_p)
          get the user information form a User ID
 OwUserInfo OwCredentials.getUserInfo()
          get user information object for the logged on user
 

Methods in com.wewebu.ow.server.ecm with parameters of type OwUserInfo
 OwPrivilegeSet OwPermissionCollection.addPrivilegeSet(OwUserInfo principal_p, Collection privileges_p, boolean deny_p, int inheritancedepth_p)
          create and add a new privilege set the new set is applied immediately to the object
 Collection OwPermissionCollection.getAvailablePolicies(OwUserInfo principal_p)
          get a collection of policies that are applicable for the object and can be used in addPolicy for the given principal
 Collection OwPermissionCollection.getAvailablePrivileges(OwUserInfo principal_p)
          get a collection of privileges that are applicable for the object and can be used in addPrivilegeSet for the given principal
 

Uses of OwUserInfo in com.wewebu.ow.server.util.ldap
 

Classes in com.wewebu.ow.server.util.ldap that implement OwUserInfo
 class OwLDAPGroupInfo
           LDAP backed group info.
 class OwLDAPUserInfo
           LDAP backed user info.
 

Methods in com.wewebu.ow.server.util.ldap that return OwUserInfo
 OwUserInfo OwLdapConnector.findUserByDNAnonymously(String strID_p)
          Finds a user by its Distinguished Name.
 OwUserInfo OwLdapSchemaInterpreter.findUserByDNAnonymously(String strID_p, OwLdapConnection connection)
          Finds a user by its Distinguished Name.
 OwUserInfo OwBasicLdapSchemaInterpreter.findUserByDNAnonymously(String strID_p, OwLdapConnection connection_p)
           
 OwUserInfo OwLdapConnector.findUserByIdAnonymously(String strID_p)
          Finds a user by its id.
 OwUserInfo OwLdapSchemaInterpreter.findUserByIdAnonymously(String strID_p, OwLdapConnection connection)
          Finds a user by its ID.
 OwUserInfo OwBasicLdapSchemaInterpreter.findUserByIdAnonymously(String strID_p, OwLdapConnection connection_p)
           
 OwUserInfo OwLdapConnector.findUserByLoginAnonymously(String strID_p)
           
 OwUserInfo OwLdapSchemaInterpreter.findUserByLoginAnonymously(String strID_p, OwLdapConnection connection)
           
 OwUserInfo OwBasicLdapSchemaInterpreter.findUserByLoginAnonymously(String strID_p, OwLdapConnection connection_p)
           
 



Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.