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

/forgerock/openam-v13/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtHandler.java156 * @param audienceName The audience name to check that the token is intended for.
161 public static boolean isIntendedForAudience(String audienceName, JwtClaimsSet jwtClaims) throws AuthLoginException { argument
164 return jwtAudiences.contains(audienceName);
H A DOpenIdConnectConfig.java59 private final String audienceName; field in class:OpenIdConnectConfig
69 audienceName = CollectionHelper.getMapAttr(options, AUDIENCE_NAME_KEY);
98 return audienceName;
/forgerock/openam/openam-authentication/openam-auth-oidc/src/main/java/org/forgerock/openam/authentication/modules/oidc/
H A DJwtHandler.java164 * @param audienceName The audience name to check that the token is intended for.
169 public static boolean isIntendedForAudience(String audienceName, JwtClaimsSet jwtClaims) throws AuthLoginException { argument
172 return jwtAudiences.contains(audienceName);
H A DOpenIdConnectConfig.java59 private final String audienceName; field in class:OpenIdConnectConfig
69 audienceName = CollectionHelper.getMapAttr(options, AUDIENCE_NAME_KEY);
98 return audienceName;

Completed in 61 milliseconds