Searched defs:idTokenSignedResponseAlgorithm (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.java38 private String idTokenSignedResponseAlgorithm; field in class:ClientBuilder
153 * @param idTokenSignedResponseAlgorithm The id token signed response alg.
155 public ClientBuilder setIdTokenSignedResponseAlgorithm(String idTokenSignedResponseAlgorithm) { argument
156 this.idTokenSignedResponseAlgorithm = idTokenSignedResponseAlgorithm;
357 displayDescription, clientName, subjectType, idTokenSignedResponseAlgorithm, postLogoutRedirectionURIs,
H A DClient.java325 * @param idTokenSignedResponseAlgorithm The id token signed response algorithm of the client.
348 List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm,
365 setIdTokenSignedResponseAlgorithm(idTokenSignedResponseAlgorithm);
735 * If the specified idTokenSignedResponseAlgorithm is {@code null} the value is defaulted to 'HS256'.
737 * @param idTokenSignedResponseAlgorithm The id token signed response alg.
739 public void setIdTokenSignedResponseAlgorithm(String idTokenSignedResponseAlgorithm) { argument
740 if (idTokenSignedResponseAlgorithm != null && !idTokenSignedResponseAlgorithm.isEmpty()) {
742 idTokenSignedResponseAlgorithm);
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.java38 private String idTokenSignedResponseAlgorithm; field in class:ClientBuilder
153 * @param idTokenSignedResponseAlgorithm The id token signed response alg.
155 public ClientBuilder setIdTokenSignedResponseAlgorithm(String idTokenSignedResponseAlgorithm) { argument
156 this.idTokenSignedResponseAlgorithm = idTokenSignedResponseAlgorithm;
357 displayDescription, clientName, subjectType, idTokenSignedResponseAlgorithm, postLogoutRedirectionURIs,
H A DClient.java325 * @param idTokenSignedResponseAlgorithm The id token signed response algorithm of the client.
348 List<String> clientName, String subjectType, String idTokenSignedResponseAlgorithm,
365 setIdTokenSignedResponseAlgorithm(idTokenSignedResponseAlgorithm);
735 * If the specified idTokenSignedResponseAlgorithm is {@code null} the value is defaulted to 'HS256'.
737 * @param idTokenSignedResponseAlgorithm The id token signed response alg.
739 public void setIdTokenSignedResponseAlgorithm(String idTokenSignedResponseAlgorithm) { argument
740 if (idTokenSignedResponseAlgorithm != null && !idTokenSignedResponseAlgorithm.isEmpty()) {
742 idTokenSignedResponseAlgorithm);
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 51 milliseconds