JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
facebook4j.auth
Interface Authorization
All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
NullAuthorization
,
OAuthAuthorization
public interface
Authorization
extends java.io.Serializable
An interface represents credentials.
Author:
Ryuji Yamashita - roundrop at gmail.com
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
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
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method