Package org.gluu.oxauth.service.custom
Class CustomScriptService
java.lang.Object
org.gluu.service.custom.script.AbstractCustomScriptService
org.gluu.oxauth.service.custom.CustomScriptService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
@Alternative
@Priority(2001)
public class CustomScriptService
extends org.gluu.service.custom.script.AbstractCustomScriptService
Operations with custom scripts
- Author:
- Yuriy Movchan Date: 12/03/2014
- See Also:
-
Field Summary
Fields inherited from class org.gluu.service.custom.script.AbstractCustomScriptService
log, persistenceEntryManager -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.gluu.service.custom.script.AbstractCustomScriptService
add, buildDn, findAllCustomScripts, findCustomAuthScripts, findCustomAuthScripts, findCustomScripts, findOtherCustomScripts, findOtherCustomScripts, findScriptByPatternAndType, findScriptByPatternAndType, findScriptByType, findScriptByType, getCustomScriptByDn, getCustomScriptByDn, getCustomScriptByINum, getScriptByDisplayName, getScriptByInum, getScriptLevel, remove, update
-
Constructor Details
-
CustomScriptService
public CustomScriptService()
-
-
Method Details
-
baseDn
- Specified by:
baseDnin classorg.gluu.service.custom.script.AbstractCustomScriptService
-
base64Decode
public String base64Decode(String encoded) throws IllegalArgumentException, UnsupportedEncodingException
-