- getAccessToken() - Method in class org.aerogear.mobile.auth.credentials.OIDCCredentials
-
- getAccessToken() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the token that will allow access to other services.
- getAccessToken() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Returns the access token for the current logged user.
- getAuthenticationEndpoint() - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Get the URI for the Keycloak authentication endpoint
- getAuthorizationRequest() - Method in class org.aerogear.mobile.auth.authenticator.AuthorizationServiceFactory.ServiceWrapper
-
- getAuthorizationService() - Method in class org.aerogear.mobile.auth.authenticator.AuthorizationServiceFactory.ServiceWrapper
-
- getAuthState() - Method in class org.aerogear.mobile.auth.authenticator.AuthorizationServiceFactory.ServiceWrapper
-
- getCustomBooleanAttribute(String) - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the custom user attribute of type boolean.
- getCustomBooleanAttribute(String) - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Returns the custom user attribute of type boolean.
- getCustomIntegerAttribute(String) - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the custom user attribute of type int.
- getCustomIntegerAttribute(String) - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Returns the custom user attribute of type int.
- getCustomLongAttribute(String) - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the custom user attribute of type long.
- getCustomLongAttribute(String) - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Returns the custom user attribute of type long.
- getCustomStringAttribute(String) - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the custom user attribute of type string.
- getCustomStringAttribute(String) - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Returns the custom user attribute of type string.
- getEmail() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the email
- getEmail() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
- getFirstName() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the first name of the user.
- getFirstName() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
- getFromActivity() - Method in class org.aerogear.mobile.auth.authenticator.DefaultAuthenticateOptions
-
- getHostUrl() - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Get the URL string of the Keycloak singleThreadService
- getIdentityToken() - Method in class org.aerogear.mobile.auth.credentials.OIDCCredentials
-
- getIdentityToken() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the users identity token.
- getIdentityToken() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Returns the identity token.
- getInstance() - Static method in class org.aerogear.mobile.auth.AuthStateManager
-
- getIssuer() - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Returns the JWT Issuer
- getIssuerHostname() - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Get the Auth Server URL string of the Keycloak singleThreadService This URL should only be
used to get the issuer field for token verification.
- getJwksUrl() - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Returns the URL where keys can be retrieved.
- getLastName() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the last name of the user.
- getLastName() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
- getLogoutUrl(String, String) - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Get the logout URL string
- getMinTimeBetweenJwksRequests() - Method in class org.aerogear.mobile.auth.configuration.AuthServiceConfiguration
-
- getName() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the full name of the user.
- getName() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
- getName() - Method in class org.aerogear.mobile.auth.user.UserRole
-
Get's the name of the role.
- getNamespace() - Method in class org.aerogear.mobile.auth.user.UserRole
-
Get's the namespace/client ID of the role.
- getNeedsRenewal() - Method in class org.aerogear.mobile.auth.credentials.OIDCCredentials
-
Check whether new access token is needed.
- getRealmName() - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Get the realm name of the Keycloak singleThreadService
- getRealmRoles() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the realm roles associated with this principal
- getRealmRoles() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Get's the user realm roles
- getRedirectUri() - Method in class org.aerogear.mobile.auth.configuration.AuthServiceConfiguration
-
- getRefreshToken() - Method in class org.aerogear.mobile.auth.credentials.OIDCCredentials
-
- getRefreshToken() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the users refresh token.
- getRefreshToken() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Returns the refresh token.
- getResourceId() - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Get the resource id
- getResourceRoles() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the resource roles associated with this principal
- getResourceRoles() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Get's the user resource roles
- getResultCode() - Method in class org.aerogear.mobile.auth.authenticator.DefaultAuthenticateOptions
-
- getRoles() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the roles associated with this principal
- getRoles() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-
Get's user roles
- getScopes() - Method in class org.aerogear.mobile.auth.configuration.AuthServiceConfiguration
-
- getServiceConfig() - Method in class org.aerogear.mobile.auth.authenticator.AbstractAuthenticator
-
Returns the authentication singleThreadService configuration
- getSkipCertificatePinningChecks() - Method in class org.aerogear.mobile.auth.authenticator.DefaultAuthenticateOptions
-
- getTokenEndpoint() - Method in class org.aerogear.mobile.auth.configuration.KeycloakConfiguration
-
Get the URI for the token exchange endpoint
- getType() - Method in class org.aerogear.mobile.auth.user.UserRole
-
Get's the type of the role.
- getUsername() - Method in interface org.aerogear.mobile.auth.user.UserPrincipal
-
Returns the username
- getUsername() - Method in class org.aerogear.mobile.auth.user.UserPrincipalImpl
-