Uses of Class
com.atlassian.crowd.model.permission.InternalGrantedPermission

Packages that use InternalGrantedPermission
com.atlassian.crowd.dao.permission   
 

Uses of InternalGrantedPermission in com.atlassian.crowd.dao.permission
 

Methods in com.atlassian.crowd.dao.permission that return types with arguments of type InternalGrantedPermission
 List<InternalGrantedPermission> InternalUserPermissionDAO.findAllPermissionsForGroup(String groupName, long directoryId)
          Find all permission entries for this group.
 

Methods in com.atlassian.crowd.dao.permission with parameters of type InternalGrantedPermission
 boolean InternalUserPermissionDAO.exists(InternalGrantedPermission permission)
          Return true if the InternalGrantedPermission has been explicitly granted.
 void InternalUserPermissionDAO.grant(InternalGrantedPermission permission)
          Grant the explicit permission to the group.
 boolean InternalUserPermissionDAO.revoke(InternalGrantedPermission permission)
          Remove the explicit permission from the group.
 



Copyright © 2016 Atlassian. All Rights Reserved.