Package | Description |
---|---|
com.wewebu.ow.server.dmsdialogs.views | |
com.wewebu.ow.server.ecm | |
com.wewebu.ow.server.util.ldap |
Modifier and Type | Method and Description |
---|---|
OwUserInfo |
OwPrivilegeSetEditorDocument.getCurrentRole() |
Modifier and Type | Method and Description |
---|---|
OwPrivilegeSet |
OwPrivilegesDocument.addPrivilegeSet(OwUserInfo principal_p,
Collection privileges_p,
boolean deny_p,
int inheritancedepth_p) |
Collection<OwPrivilege> |
OwPrivilegesDocument.getAvailablePrivileges(OwUserInfo principal_p) |
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
OwLDAPGroupInfo
LDAP backed group info.
|
class |
OwLDAPUserInfo
LDAP backed user info.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014 Alfresco Business Solutions. All Rights Reserved.