Skip navigation links

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


oracle.ocsg.oauth2.types
Class Scope

java.lang.Object
  extended byoracle.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

Constructor Summary
Scope()
           
Scope(String scope)
           

 

Method Summary
 String getDescription()
           
 Map getParameters()
           
 String getScopeId()
           
 void setDescription(String description)
           
 void setParameters(Map parameters)
           
 void setScopeId(String scopeId)
           
 String toString()
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

Scope

public Scope()

Scope

public Scope(String scope)

Method Detail

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

Oracle Communications Services Gatekeeper Java API Reference
6.0

E55513-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.