Class ADUsrRoleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADUsrRoleHelper
Roles are used for access and execution right. Getting these right a model user has to be assigned tho the role.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic ADUsrRolecreate(SrvContext srvCtx, String name) Creates a new user role.
-
Method Details
-
create
public static ADUsrRole create(SrvContext srvCtx, String name) throws InoNetException, SrvErrorException Creates a new user role.- Parameters:
srvCtx- The context of the related innovator server.name- Name optional- Throws:
InoNetExceptionSrvErrorException
-