C G I N O
All Classes All Packages
All Classes All Packages
All Classes All Packages
C
- CLIENT_ID - Static variable in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Key of the client-id property
- CLIENT_SECRET - Static variable in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Key of the client-secret property
- com.inet.authentication.oauth2.api - package com.inet.authentication.oauth2.api
G
- getAuthenticationURL(AuthenticationDescription) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
The URL of the authentication redirect without parameters.
- getAuthenticationURL(AuthenticationDescription, String, String) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Add the needed parameters to the authentication redirect URL.
- getColor(HashMap<String, String>) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Get the color as hex value, e.g.
- getDataConnection(AuthenticationDescription, String) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Get the URLConnection for user information.
- getIconURL(HashMap<String, String>) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Get the Icon resource URL.
- getLoginDisplayName(String, String, String) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Get the display name of the login in the user manager.
- getScope(AuthenticationDescription) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Get the scope value.
- getTokenData(AuthenticationDescription, String, String) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
The POST data to verify the login from the server
- getTokenURL(AuthenticationDescription) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
The POST URL to verify the login from the server.
I
- isTrustAllCerificates(AuthenticationDescription) - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Use the authentication server a private certificate and we should trust all certificates.
N
- name() - Method in interface com.inet.authentication.oauth2.api.OAuthServerDescription
-
Get the loginSource/name for this server.
O
- OAuthException - Exception in com.inet.authentication.oauth2.api
-
Signals that an OAuth error occur.
- OAuthException(String) - Constructor for exception com.inet.authentication.oauth2.api.OAuthException
-
Constructor of new exception
- OAuthServerDescription - Interface in com.inet.authentication.oauth2.api
-
The description of an OAuth authentication server
All Classes All Packages