Class UmaScriptByScope


  • public class UmaScriptByScope
    extends java.lang.Object
    Author:
    yuriyz
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Scope getScope()  
      io.jans.model.custom.script.conf.CustomScriptConfiguration getScript()  
      void setScope​(Scope scope)  
      void setScript​(io.jans.model.custom.script.conf.CustomScriptConfiguration script)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • UmaScriptByScope

        public UmaScriptByScope()
      • UmaScriptByScope

        public UmaScriptByScope​(Scope scope,
                                io.jans.model.custom.script.conf.CustomScriptConfiguration script)
    • Method Detail

      • getScope

        public Scope getScope()
      • setScope

        public void setScope​(Scope scope)
      • getScript

        public io.jans.model.custom.script.conf.CustomScriptConfiguration getScript()
      • setScript

        public void setScript​(io.jans.model.custom.script.conf.CustomScriptConfiguration script)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object