JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Deprecated API
Contents
Methods
Constructors
Methods
Method
Description
org.gluu.oxauth.client.AuthorizeClient.exec(ClientHttpEngine)
org.gluu.oxauth.client.AuthorizeClient.execImplicitGrant(String, List<String>, String, String, String, String, String, Display, List<Prompt>)
org.gluu.oxauth.client.ClientInfoClient.exec(ClientHttpEngine)
org.gluu.oxauth.client.DeviceAuthzClient.exec(ClientHttpEngine)
org.gluu.oxauth.client.JwkResponse.getKeyValue(String)
org.gluu.oxauth.client.JwkResponse.getPublicKey(String)
org.gluu.oxauth.client.OpenIdConfigurationClient.execOpenIdConfiguration(ClientHttpEngine)
org.gluu.oxauth.client.OpenIdConfigurationResponse.getIdGenerationEndpoint()
this parameter will be moved from /.well-known/openid-configuration to /.well-known/gluu-configuration
org.gluu.oxauth.client.OpenIdConfigurationResponse.getIntrospectionEndpoint()
this parameter will be moved from /.well-known/openid-configuration to /.well-known/gluu-configuration
org.gluu.oxauth.client.OpenIdConfigurationResponse.getScopeToClaimsMapping()
this parameter will be moved from /.well-known/openid-configuration to /.well-known/gluu-configuration
org.gluu.oxauth.client.OpenIdConfigurationResponse.setIdGenerationEndpoint(String)
this parameter will be moved from /.well-known/openid-configuration to /.well-known/gluu-configuration
org.gluu.oxauth.client.OpenIdConfigurationResponse.setIntrospectionEndpoint(String)
this parameter will be moved from /.well-known/openid-configuration to /.well-known/gluu-configuration
org.gluu.oxauth.client.OpenIdConfigurationResponse.setScopeToClaimsMapping(Map<String, List<String>>)
this parameter will be moved from /.well-known/openid-configuration to /.well-known/gluu-configuration
org.gluu.oxauth.client.OpenIdConnectDiscoveryClient.exec(ClientHttpEngine)
org.gluu.oxauth.client.RegisterClient.exec(ClientHttpEngine)
org.gluu.oxauth.client.RegisterRequest.getScopes()
This function will be removed in a future version because the correct is 'scope' not 'scopes', see (rfc7591).
org.gluu.oxauth.client.RegisterRequest.setScopes(List<String>)
This method will be removed in a future version because the correct is 'scope' not 'scopes', see (rfc7591).
org.gluu.oxauth.client.uma.wrapper.UmaClient.request(String, String, String, String, String, String, String, UmaScopeType, String...)
org.gluu.oxauth.client.uma.wrapper.UmaClient.requestPat(String, String, String, String, String, String, String, String...)
Constructors
Constructor
Description
org.gluu.oxauth.client.BaseResponse(int)