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 ScopegetScope()org.gluu.model.custom.script.conf.CustomScriptConfigurationgetScript()voidsetScope(Scope scope)voidsetScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-