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