Package org.xwiki.crypto.script
Class CryptoScriptService
- java.lang.Object
-
- org.xwiki.crypto.script.CryptoScriptService
-
- All Implemented Interfaces:
org.xwiki.script.service.ScriptService
@Component @Named("crypto") @Singleton public class CryptoScriptService extends Object implements org.xwiki.script.service.ScriptService
Script service manager for cryptographic services.- Since:
- 8.4RC1
- Version:
- $Id: a369a0517c4be821aa7d79b73fbc1fc9b7ba2caf $
-
-
Constructor Summary
Constructors Constructor Description CryptoScriptService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <S extends org.xwiki.script.service.ScriptService>
Sget(String serviceName)
-
-
-
Field Detail
-
ROLEHINT
public static final String ROLEHINT
The role hint of this component.- See Also:
- Constant Field Values
-
-
Method Detail
-
get
public <S extends org.xwiki.script.service.ScriptService> S get(String serviceName)
- Type Parameters:
S
- the type of theScriptService
- Parameters:
serviceName
- the name of the subScriptService
- Returns:
- the
ScriptService
or null of none could be found
-
-