Class CustomScriptService

  • All Implemented Interfaces:
    java.io.Serializable

    @ApplicationScoped
    @Alternative
    @Priority(2001)
    public class CustomScriptService
    extends io.jans.service.custom.script.AbstractCustomScriptService
    Operations with custom scripts
    Author:
    Yuriy Movchan Date: 12/03/2014
    See Also:
    Serialized Form
    • Field Summary

      • Fields inherited from class io.jans.service.custom.script.AbstractCustomScriptService

        log, persistenceEntryManager
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String base64Decode​(java.lang.String encoded)  
      java.lang.String baseDn()  
      • Methods inherited from class io.jans.service.custom.script.AbstractCustomScriptService

        add, buildDn, findAllCustomScripts, findCustomAuthScripts, findCustomAuthScripts, findCustomScripts, findOtherCustomScripts, findOtherCustomScripts, findScriptByPatternAndType, findScriptByPatternAndType, findScriptByType, findScriptByType, getCustomScriptByDn, getCustomScriptByDn, getCustomScriptByINum, getScriptByDisplayName, getScriptByInum, getScriptLevel, isLowercaseFilter, remove, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CustomScriptService

        public CustomScriptService()
    • Method Detail

      • baseDn

        public java.lang.String baseDn()
        Specified by:
        baseDn in class io.jans.service.custom.script.AbstractCustomScriptService
      • base64Decode

        public java.lang.String base64Decode​(java.lang.String encoded)
                                      throws java.lang.IllegalArgumentException
        Throws:
        java.lang.IllegalArgumentException