Searched defs:Bearer (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DOAuth2Constants.java348 * The "Bearer" Authentication Scheme</a>
350 public class Bearer { class in class:OAuth2Constants
352 * 5.2.1. The "Bearer" Authentication Scheme
356 public static final String BEARER = "Bearer";
360 * SAML 2.0 Bearer Assertion Profiles for OAuth 2.0
364 * 2.0 Bearer Assertion Profiles for OAuth 2.0</a>
513 * Constants for the OAuth2 Jwt Bearer extension specification.
515 * @see <a href="http://self-issued.info/docs/draft-ietf-oauth-jwt-bearer.html">OAuth2 Jwt Bearer</a>
529 * The parameter value for the JWT Bearer client assertion type.
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/oauth2/
H A DOAuth2Constants.java295 * The "Bearer" Authentication Scheme</a>
297 public static class Bearer { class in class:OAuth2Constants
299 * 5.2.1. The "Bearer" Authentication Scheme
303 public static final String BEARER = "Bearer";
307 * SAML 2.0 Bearer Assertion Profiles for OAuth 2.0
311 * 2.0 Bearer Assertion Profiles for OAuth 2.0</a>
460 * Constants for the OAuth2 Jwt Bearer extension specification.
462 * @see <a href="http://self-issued.info/docs/draft-ietf-oauth-jwt-bearer.html">OAuth2 Jwt Bearer</a>
472 /** The parameter value for the JWT Bearer client assertion type. */

Completed in 38 milliseconds