Uses of Class
org.gcube.common.iam.OIDCBearerAuth
-
-
Uses of OIDCBearerAuth in org.gcube.common.iam
Methods in org.gcube.common.iam that return OIDCBearerAuth Modifier and Type Method Description static OIDCBearerAuthOIDCBearerAuth. fromAccessTokenString(String accessToken)Constructs a new object from an OIDC base64 encoded access-token string.static OIDCBearerAuthOIDCBearerAuth. fromAuthorizationHeader(String authorizationHeader)Constructs a new object from an HTTP authorization header containing the bearer token with an OIDC access-token.static OIDCBearerAuthOIDCBearerAuth. fromBearerAuthorization(String bearerAuthorization)Constructs a new object from a bearer token with an OIDC access-token.
-