Searched defs:tokenEndpointAuthMethod (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/openid-connect-core/src/main/java/org/forgerock/openidconnect/
H A DClientBuilder.java48 private String tokenEndpointAuthMethod; field in class:ClientBuilder
253 * @param tokenEndpointAuthMethod token endpoint auth method this client uses.
255 public ClientBuilder setTokenEndpointAuthMethod(String tokenEndpointAuthMethod) { argument
256 this.tokenEndpointAuthMethod = tokenEndpointAuthMethod;
359 defaultMaxAgeEnabled, tokenEndpointAuthMethod, jwks, jwksUri, x509, selector, sectorIdentifierUri,
H A DClient.java335 * @param tokenEndpointAuthMethod The token endpoint's authentication method.
351 Boolean defaultMaxAgeEnabled, String tokenEndpointAuthMethod, String jwks,
374 setTokenEndpointAuthMethod(tokenEndpointAuthMethod);
910 * @param tokenEndpointAuthMethod the token endpoint auth method to use.
912 public void setTokenEndpointAuthMethod(String tokenEndpointAuthMethod) { argument
914 tokenEndpointAuthMethod);
346 Client(String clientID, String clientType, List<String> redirectionURIs, List<String> allowedGrantScopes, List<String> defaultGrantScopes, List<String> displayName, List<String> displayDescription, List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm, List<String> postLogoutRedirectionURIs, String accessToken, String clientSessionURI, String applicationType, String clientSecret, List<String> responseTypes, List<String> contacts, Long defaultMaxAge, Boolean defaultMaxAgeEnabled, String tokenEndpointAuthMethod, String jwks, String jwksUri, String x509, String selector, String sectorIdUri, Long authorizationCodeLifeTime, Long accessTokenLifeTime, Long refreshTokenLifeTime, Long jwtTokenLifeTime) argument
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/openidconnect/
H A DClientBuilder.java48 private String tokenEndpointAuthMethod; field in class:ClientBuilder
253 * @param tokenEndpointAuthMethod token endpoint auth method this client uses.
255 public ClientBuilder setTokenEndpointAuthMethod(String tokenEndpointAuthMethod) { argument
256 this.tokenEndpointAuthMethod = tokenEndpointAuthMethod;
359 defaultMaxAgeEnabled, tokenEndpointAuthMethod, jwks, jwksUri, x509, selector, sectorIdentifierUri,
H A DClient.java335 * @param tokenEndpointAuthMethod The token endpoint's authentication method.
351 Boolean defaultMaxAgeEnabled, String tokenEndpointAuthMethod, String jwks,
374 setTokenEndpointAuthMethod(tokenEndpointAuthMethod);
910 * @param tokenEndpointAuthMethod the token endpoint auth method to use.
912 public void setTokenEndpointAuthMethod(String tokenEndpointAuthMethod) { argument
914 tokenEndpointAuthMethod);
346 Client(String clientID, String clientType, List<String> redirectionURIs, List<String> allowedGrantScopes, List<String> defaultGrantScopes, List<String> displayName, List<String> displayDescription, List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm, List<String> postLogoutRedirectionURIs, String accessToken, String clientSessionURI, String applicationType, String clientSecret, List<String> responseTypes, List<String> contacts, Long defaultMaxAge, Boolean defaultMaxAgeEnabled, String tokenEndpointAuthMethod, String jwks, String jwksUri, String x509, String selector, String sectorIdUri, Long authorizationCodeLifeTime, Long accessTokenLifeTime, Long refreshTokenLifeTime, Long jwtTokenLifeTime) argument

Completed in 37 milliseconds