yt4droid.auth
インタフェース Authorization

既知の実装クラスの一覧:
OAuthAuthorization

public interface Authorization

作成者:
Harioroid

メソッドの概要
 java.lang.String getAccessToken()
          gets the AccessToken.
 java.lang.String getAuthorizationHeader(HttpRequest req)
          gets the request headers.
 java.lang.String getUserId()
          gets the user id.
 boolean isEnabled()
          Returns true if authorization credentials are set.
 

メソッドの詳細

getAccessToken

java.lang.String getAccessToken()
gets the AccessToken.

戻り値:
The value string.

getUserId

java.lang.String getUserId()
gets the user id.

戻り値:
The value string.

getAuthorizationHeader

java.lang.String getAuthorizationHeader(HttpRequest req)
gets the request headers.

パラメータ:
req -
戻り値:
The value string.

isEnabled

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

戻り値:
The value boolean, Returns true if authorization credentials are set.