Class IdentityMain
- java.lang.Object
-
- fr.gouv.vitam.security.internal.rest.IdentityMain
-
public class IdentityMain extends java.lang.Objectlaunch internal-security server
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPARAMETER_JETTY_SERVER_PORT
-
Constructor Summary
Constructors Constructor Description IdentityMain(java.lang.String configurationFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)voidstart()voidstartAndJoin()voidstop()
-
-
-
Field Detail
-
PARAMETER_JETTY_SERVER_PORT
public static final java.lang.String PARAMETER_JETTY_SERVER_PORT
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
start
public void start() throws VitamApplicationServerException- Throws:
VitamApplicationServerException
-
startAndJoin
public void startAndJoin() throws VitamApplicationServerException- Throws:
VitamApplicationServerException
-
stop
public void stop() throws VitamApplicationServerException- Throws:
VitamApplicationServerException
-
-