Class UmaScriptByScope
- java.lang.Object
-
- io.jans.as.server.uma.authorization.UmaScriptByScope
-
public class UmaScriptByScope extends java.lang.Object
- Author:
- yuriyz
-
-
Constructor Summary
Constructors Constructor Description UmaScriptByScope()
UmaScriptByScope(Scope scope, io.jans.model.custom.script.conf.CustomScriptConfiguration script)
-
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()
-
-
-
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 classjava.lang.Object
-
-