|
gluu
|

公開メンバ関数 | |
| String | getName () |
| String | getRedirectionUrl (final WebContext context) |
| boolean | isAuthorizationResponse (WebContext context) |
| boolean | isValidRequestState (WebContext context) |
| OpenIdCredentials | getCredentials (WebContext context) |
| U | getUserProfile (OpenIdCredentials credentials, WebContext context) |
This interface represents a client
| OpenIdCredentials org.gluu.oxauth.client.Client< U extends UserProfile >.getCredentials | ( | WebContext | context | ) |
Get the credentials from the web context
| context |
| String org.gluu.oxauth.client.Client< U extends UserProfile >.getName | ( | ) |
Get the name of the client
| String org.gluu.oxauth.client.Client< U extends UserProfile >.getRedirectionUrl | ( | final WebContext | context | ) |
Get url for oxAuth authentication
| context |
| 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 |
| boolean org.gluu.oxauth.client.Client< U extends UserProfile >.isAuthorizationResponse | ( | WebContext | context | ) |
Check if web context provides authentication credentials
| context |
| boolean org.gluu.oxauth.client.Client< U extends UserProfile >.isValidRequestState | ( | WebContext | context | ) |
Check if request state is valid
| context |
1.8.13