Class UmaScriptByScope
- java.lang.Object
-
- org.gluu.oxauth.uma.authorization.UmaScriptByScope
-
public class UmaScriptByScope extends java.lang.Object
- Author:
- yuriyz
-
-
Constructor Summary
Constructors Constructor Description UmaScriptByScope()
UmaScriptByScope(Scope scope, org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Scope
getScope()
org.gluu.model.custom.script.conf.CustomScriptConfiguration
getScript()
void
setScope(Scope scope)
void
setScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
java.lang.String
toString()
-
-
-
Constructor Detail
-
UmaScriptByScope
public UmaScriptByScope()
-
UmaScriptByScope
public UmaScriptByScope(Scope scope, org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
-
-
Method Detail
-
getScope
public Scope getScope()
-
setScope
public void setScope(Scope scope)
-
getScript
public org.gluu.model.custom.script.conf.CustomScriptConfiguration getScript()
-
setScript
public void setScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-