Uses of Class
br.com.MosquittoDynamicSecurity.dynsec.role.DynSecRole
Packages that use DynSecRole
Package
Description
-
Uses of DynSecRole in br.com.MosquittoDynamicSecurity.dynsec.client
Methods in br.com.MosquittoDynamicSecurity.dynsec.client with parameters of type DynSecRoleModifier and TypeMethodDescriptioncom.google.gson.JsonObjectDynSecClient.addRoleCommand(DynSecRole role) com.google.gson.JsonObjectDynSecClient.addRoleWithPriorityCommand(DynSecRole role, Integer priority) com.google.gson.JsonObjectDynSecClient.removeRoleCommand(DynSecRole role) -
Uses of DynSecRole in br.com.MosquittoDynamicSecurity.dynsec.group
Methods in br.com.MosquittoDynamicSecurity.dynsec.group with parameters of type DynSecRoleModifier and TypeMethodDescriptioncom.google.gson.JsonObjectDynSecGroup.addRoleCommand(DynSecRole role) com.google.gson.JsonObjectDynSecGroup.addRoleWithPriorityCommand(DynSecRole role, Integer priority) com.google.gson.JsonObjectDynSecGroup.removeRoleCommand(DynSecRole role)