Uses of Class
fr.gouv.vitam.common.ServerIdentity
-
Packages that use ServerIdentity Package Description fr.gouv.vitam.common General utility classes as FileUtil, SystemPropertyUtil and UUID support -
-
Uses of ServerIdentity in fr.gouv.vitam.common
Methods in fr.gouv.vitam.common that return ServerIdentity Modifier and Type Method Description static ServerIdentity
ServerIdentity. getInstance()
ServerIdentity
ServerIdentity. setFromMap(java.util.Map<java.lang.String,java.lang.Object> map)
Assign the ServerIdentity from a Map where Key are elements from MAP_KEYNAME.ServerIdentity
ServerIdentity. setFromPropertyFile(java.io.File propertiesFile)
Assign the ServerIdentity from a Property file where Key are elements from MAP_KEYNAME.ServerIdentity
ServerIdentity. setFromYamlFile(java.io.File yamlFile)
Assign the ServerIdentity from a Yaml file where Key are elements from MAP_KEYNAME.ServerIdentity
ServerIdentity. setName(java.lang.String name)
ServerIdentity
ServerIdentity. setRole(java.lang.String role)
ServerIdentity
ServerIdentity. setServerId(int serverId)
The PlatformId is a unique name per site (each of the 3 sites of Vitam should have a different id).ServerIdentity
ServerIdentity. setSiteId(int siteId)
Set the SideID
-