facebook4j.auth
Interface Authorization

All Superinterfaces:
Serializable
All Known Implementing Classes:
NullAuthorization, OAuthAuthorization

public interface Authorization
extends Serializable

An interface represents credentials.

Author:
Ryuji Yamashita - roundrop at gmail.com

Method Summary
 boolean isEnabled()
          Returns true if authorization credentials are set.
 

Method Detail

isEnabled

boolean isEnabled()
Returns true if authorization credentials are set.

Returns:
true if authorization credentials are set


Copyright © 2019. All rights reserved.