Skip navigation links
oracle.ocsg.oauth2.types
Class Scope
java.lang.Object
oracle.ocsg.oauth2.types.Scope
- All Implemented Interfaces:
- Serializable
- public class Scope
- extends Object
- implements Serializable
Format of scope:
<scopeId>[(=<value>[&=<value>]*)]
e.g.
chargeAmount(maxAmount=100&minAmount=100)
- See Also:
- Serialized Form
Scope
public Scope()
Scope
public Scope(String scope)
getDescription
public String getDescription()
getParameters
public Map getParameters()
getScopeId
public String getScopeId()
setDescription
public void setDescription(String description)
setParameters
public void setParameters(Map parameters)
setScopeId
public void setScopeId(String scopeId)
toString
public String toString()
Skip navigation links
Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.