Uses of Class
com.ads.api.beans.rsm.Permission
Packages that use Permission
Package
Description
Contains Collection Classes, Java Bean Classes which are related to Role, User, Permission and its details.
-
Uses of Permission in com.ads.api.beans.rsm
Methods in com.ads.api.beans.rsm that return PermissionModifier and TypeMethodDescriptionPermission.getParentPermission()Returns parentPermission object of the permission.Methods in com.ads.api.beans.rsm that return types with arguments of type PermissionModifier and TypeMethodDescriptionPermission.getChildPermissions()Returns list of child permission objects of the permission.Role.getPermissions()Returns the list of Permission objects of the Role.Methods in com.ads.api.beans.rsm with parameters of type PermissionModifier and TypeMethodDescriptionvoidPermission.setParentPermission(Permission parentPermission) Method sets parentPermission object to the Permission object as specified.Method parameters in com.ads.api.beans.rsm with type arguments of type PermissionModifier and TypeMethodDescriptionvoidPermission.setChildPermissions(List<Permission> childPermissions) Method sets list of child permission objects to the Permission object as specified.voidRole.setPermissions(List<Permission> permissions) Method sets the list of permission objects to the Role object as specified.