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 ServerIdentityServerIdentity. getInstance()ServerIdentityServerIdentity. setFromMap(java.util.Map<java.lang.String,java.lang.Object> map)Assign the ServerIdentity from a Map where Key are elements from MAP_KEYNAME.ServerIdentityServerIdentity. setFromPropertyFile(java.io.File propertiesFile)Assign the ServerIdentity from a Property file where Key are elements from MAP_KEYNAME.ServerIdentityServerIdentity. setFromYamlFile(java.io.File yamlFile)Assign the ServerIdentity from a Yaml file where Key are elements from MAP_KEYNAME.ServerIdentityServerIdentity. setName(java.lang.String name)ServerIdentityServerIdentity. setRole(java.lang.String role)ServerIdentityServerIdentity. setServerId(int serverId)The PlatformId is a unique name per site (each of the 3 sites of Vitam should have a different id).ServerIdentityServerIdentity. setSiteId(int siteId)Set the SideID
-