Uses of Class
org.apache.iotdb.commons.auth.entity.Role
-
Packages that use Role Package Description org.apache.iotdb.commons.auth.authorizer org.apache.iotdb.commons.auth.role -
-
Uses of Role in org.apache.iotdb.commons.auth.authorizer
Methods in org.apache.iotdb.commons.auth.authorizer that return Role Modifier and Type Method Description RoleBasicAuthorizer. getRole(java.lang.String roleName)RoleIAuthorizer. getRole(java.lang.String roleName)Find a role by its name.Methods in org.apache.iotdb.commons.auth.authorizer that return types with arguments of type Role Modifier and Type Method Description java.util.Map<java.lang.String,Role>BasicAuthorizer. getAllRoles()java.util.Map<java.lang.String,Role>IAuthorizer. getAllRoles()get all roleMethod parameters in org.apache.iotdb.commons.auth.authorizer with type arguments of type Role Modifier and Type Method Description voidBasicAuthorizer. replaceAllRoles(java.util.Map<java.lang.String,Role> roles)voidIAuthorizer. replaceAllRoles(java.util.Map<java.lang.String,Role> roles)clear all old role info, replace the old roles with the new one -
Uses of Role in org.apache.iotdb.commons.auth.role
Fields in org.apache.iotdb.commons.auth.role with type parameters of type Role Modifier and Type Field Description protected java.util.Map<java.lang.String,Role>BasicRoleManager. roleMapMethods in org.apache.iotdb.commons.auth.role that return Role Modifier and Type Method Description RoleBasicRoleManager. getRole(java.lang.String rolename)RoleIRoleManager. getRole(java.lang.String rolename)Get a role object.RoleIRoleAccessor. loadRole(java.lang.String rolename)Deserialize a role from lower storage.RoleLocalFileRoleAccessor. loadRole(java.lang.String rolename)Methods in org.apache.iotdb.commons.auth.role with parameters of type Role Modifier and Type Method Description voidIRoleAccessor. saveRole(Role role)Serialize the role object to lower storage.voidLocalFileRoleAccessor. saveRole(Role role)Method parameters in org.apache.iotdb.commons.auth.role with type arguments of type Role Modifier and Type Method Description voidBasicRoleManager. replaceAllRoles(java.util.Map<java.lang.String,Role> roles)voidIRoleManager. replaceAllRoles(java.util.Map<java.lang.String,Role> roles)clear all old roles info, replace the old roles with the new one.
-