Class SpnegoManager
- java.lang.Object
-
- org.silverpeas.sso.kerberos.spnego.SpnegoManager
-
@Service @Singleton public class SpnegoManager extends Object
This provider allows to keep configuration elements in memory in order to perform some configuration reloading without having to reboot the Silverpeas's server.- Author:
- silveryocha
-
-
Constructor Summary
Constructors Constructor Description SpnegoManager()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SpnegoManagerget()voidreload()Performs a reload of the Spnego configuration.
-
-
-
Method Detail
-
get
public static SpnegoManager get()
-
reload
public void reload()
Performs a reload of the Spnego configuration.
-
-