Class UmaScriptByScope
- java.lang.Object
-
- io.jans.as.server.uma.authorization.UmaScriptByScope
-
public class UmaScriptByScope extends 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)
String
toString()
-
-
-
Constructor Detail
-
UmaScriptByScope
public UmaScriptByScope()
-
UmaScriptByScope
public UmaScriptByScope(Scope scope, io.jans.model.custom.script.conf.CustomScriptConfiguration script)
-
-