Uses of Class
de.mid.innovator.client.InoUser
-
Packages that use InoUser Package Description de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server.de.mid.innovator.srv.excellence 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 InoUser Modifier and Type Method Description InoUser
LicenseServer. getUser()
Returns the info for the current system user.Methods in de.mid.innovator.srv that return types with arguments of type InoUser Modifier and Type Method Description protected java.util.List<InoUser>
Model. getSSOUsers()
java.util.List<InoUser>
LicenseServer. getUserList()
abstract java.util.List<InoUser>
Model. getUsers()
Gets the list of available users.Methods in de.mid.innovator.srv with parameters of type InoUser Modifier and Type Method Description LicSrvUserChkMdlAdminReplyTelegram.SsoMdlUserData
LicenseServer. chkMdlAdmin(InoUser user, java.lang.String repName, java.lang.String mdlName, K_ADMODEL mdlType)
Returns a flag if repository admin login is allowed.LicSrvUserChkRepAdminReplyTelegram.SsoUserData
LicenseServer. chkVersAdmin(InoUser user, java.lang.String repName, java.lang.String mdlName, K_ADMODEL mdlType)
Returns a flag if repository admin login is allowed.LicSrvUserChkMdlAdminReplyTelegram.SsoMdlUserData
LicenseServer. chkVersMdlAdmin(InoUser user, java.lang.String repName, java.lang.String mdlName, K_ADMODEL mdlType, java.lang.String versName)
Returns a flag if repository admin login is allowed.protected java.util.List<java.lang.String>
Model. getLicUserRoleList(InoUser inoUser)
protected byte[]
Model. getSSOUserCookie(InoUser inoUser)
java.util.List<java.lang.String>
LicenseServer. getUserRoleList(InoUser inoUser, java.lang.String repName, java.lang.String mdlName, K_ADMODEL mdlType)
abstract java.util.List<java.lang.String>
Model. getUserRoleList(InoUser inoUser)
Fetch the possible rolesjava.util.List<java.lang.String>
LicenseServer. getUserVersRoleList(InoUser inoUser, java.lang.String repName, java.lang.String mdlName, K_ADMODEL mdlType, java.lang.String versName)
boolean
LicenseServer. hasEnvironRight(InoUser user)
Returns a flag if configuration of environments is allowed.Constructors in de.mid.innovator.srv with parameters of type InoUser Constructor Description LicSrvUserGetUserJWTRequestTelegram(java.lang.String inoHost, 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 InoUser Modifier and Type Method Description java.util.List<InoUser>
ExcellenceModel. getUsers()
Methods in de.mid.innovator.srv.excellence with parameters of type InoUser Modifier and Type Method Description java.util.List<java.lang.String>
ExcellenceModel. getUserRoleList(InoUser inoUser)
-