gluu
公開メンバ関数 | 全メンバ一覧
org.gluu.oxauth.client.Client< U extends UserProfile > インタフェーステンプレート
org.gluu.oxauth.client.Client< U extends UserProfile > 連携図
Collaboration graph

公開メンバ関数

String getName ()
 
String getRedirectionUrl (final WebContext context)
 
boolean isAuthorizationResponse (WebContext context)
 
boolean isValidRequestState (WebContext context)
 
OpenIdCredentials getCredentials (WebContext context)
 
getUserProfile (OpenIdCredentials credentials, WebContext context)
 

詳解

This interface represents a client

著者
Yuriy Movchan 11/14/2014

関数詳解

◆ getCredentials()

OpenIdCredentials org.gluu.oxauth.client.Client< U extends UserProfile >.getCredentials ( WebContext  context)

Get the credentials from the web context

引数
context
戻り値
the credentials

◆ getName()

String org.gluu.oxauth.client.Client< U extends UserProfile >.getName ( )

Get the name of the client

戻り値
the name of the client

◆ getRedirectionUrl()

String org.gluu.oxauth.client.Client< U extends UserProfile >.getRedirectionUrl ( final WebContext  context)

Get url for oxAuth authentication

引数
context
戻り値
url with authorization request

◆ getUserProfile()

U org.gluu.oxauth.client.Client< U extends UserProfile >.getUserProfile ( OpenIdCredentials  credentials,
WebContext  context 
)

Get the user profile from the credentials and web context

引数
credentials
context
戻り値
the user profile

◆ isAuthorizationResponse()

boolean org.gluu.oxauth.client.Client< U extends UserProfile >.isAuthorizationResponse ( WebContext  context)

Check if web context provides authentication credentials

引数
context
戻り値
result of check

◆ isValidRequestState()

boolean org.gluu.oxauth.client.Client< U extends UserProfile >.isValidRequestState ( WebContext  context)

Check if request state is valid

引数
context
戻り値
result of check

このインタフェース詳解は次のファイルから抽出されました: