facebook4j.auth
Class NullAuthorization

java.lang.Object
  extended by facebook4j.auth.NullAuthorization
All Implemented Interfaces:
Authorization, Serializable

public class NullAuthorization
extends Object
implements Authorization, Serializable

An interface represents credentials.

Author:
Ryuji Yamashita - roundrop at gmail.com
See Also:
Serialized Form

Method Summary
static NullAuthorization getInstance()
           
 boolean isEnabled()
          Returns true if authorization credentials are set.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NullAuthorization getInstance()

isEnabled

public boolean isEnabled()
Description copied from interface: Authorization
Returns true if authorization credentials are set.

Specified by:
isEnabled in interface Authorization
Returns:
true if authorization credentials are set


Copyright © 2019. All rights reserved.