Uses of Class
de.mid.innovator.client.InoUser
Packages that use InoUser
Package
Description
All classes in this package are used for communicating with the Innovator repository server
and license server.
The package contains classes for connecting to an Innovator model
for manipulation and evaluation purposes.
-
Uses of InoUser in de.mid.innovator.srv
Methods in de.mid.innovator.srv that return InoUserModifier and TypeMethodDescriptionLicenseServer.getUser()Returns the info for the current system user.Methods in de.mid.innovator.srv that return types with arguments of type InoUserModifier and TypeMethodDescriptionLicenseServer.getUserList()Model.getUsers()Gets the list of available users from model.Methods in de.mid.innovator.srv with parameters of type InoUserModifier and TypeMethodDescriptionLicenseServer.chkMdlAdmin(InoUser user, String repName, String mdlName, K_ADMODEL mdlType) Returns a flag if repository admin login is allowed.LicenseServer.chkVersAdmin(InoUser user, String repName, String mdlName, K_ADMODEL mdlType) Returns a flag if repository admin login is allowed.LicenseServer.chkVersMdlAdmin(InoUser user, String repName, String mdlName, K_ADMODEL mdlType, String versName) Returns a flag if repository admin login is allowed.LicenseServer.getUserRoleList(InoUser inoUser, String repName, String mdlName, K_ADMODEL mdlType) Model.getUserRoleList(InoUser inoUser) Fetch the possible rolesLicenseServer.getUserVersRoleList(InoUser inoUser, String repName, String mdlName, K_ADMODEL mdlType, String versName) booleanLicenseServer.hasEnvironRight(InoUser user) Returns a flag if configuration of environments is allowed.Constructors in de.mid.innovator.srv with parameters of type InoUserModifierConstructorDescriptionLicSrvUserGetUserJWTRequestTelegram(LicenseServer licSrv, InoUser user, InoProgram.Type connectedProgram) -
Uses of InoUser in de.mid.innovator.srv.excellence
Methods in de.mid.innovator.srv.excellence that return types with arguments of type InoUserMethods in de.mid.innovator.srv.excellence with parameters of type InoUser