org.brickred.socialauth
Class Permission

java.lang.Object
  extended by org.brickred.socialauth.Permission
All Implemented Interfaces:
Serializable

public class Permission
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static Permission ALL
           
static Permission AUTHENTICATE_ONLY
           
static Permission CUSTOM
           
static Permission DEFAULT
           
 
Constructor Summary
Permission()
           
Permission(String scope)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getScope()
           
 void setScope(String scope)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AUTHENTICATE_ONLY

public static final Permission AUTHENTICATE_ONLY

ALL

public static final Permission ALL

DEFAULT

public static final Permission DEFAULT

CUSTOM

public static final Permission CUSTOM
Constructor Detail

Permission

public Permission(String scope)

Permission

public Permission()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

getScope

public String getScope()

setScope

public void setScope(String scope)


Copyright © 2014. All rights reserved.