Uses of Interface
org.apache.cxf.rs.security.oauth2.common.AccessTokenGrant
-
-
Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type AccessTokenGrant Modifier and Type Method Description static ClientAccessTokenOAuthClientUtils. getAccessToken(String accessTokenServiceUri, Consumer consumer, AccessTokenGrant grant, boolean setAuthorizationHeader)Obtains the access token from OAuth AccessToken Servicestatic ClientAccessTokenOAuthClientUtils. getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant)Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils. getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant, boolean setAuthorizationHeader)Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils. getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant, Map<String,String> extraParams, boolean setAuthorizationHeader)Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils. getAccessToken(WebClient accessTokenService, Consumer consumer, AccessTokenGrant grant, Map<String,String> extraParams, String defaultTokenType, boolean setAuthorizationHeader)Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils. getAccessToken(WebClient accessTokenService, AccessTokenGrant grant)Obtains the access token from OAuth AccessToken Service using the initialized web clientstatic ClientAccessTokenOAuthClientUtils. getAccessToken(WebClient accessTokenService, AccessTokenGrant grant, Map<String,String> extraParams)Obtains the access token from OAuth AccessToken Service using the initialized web clientlongAccessTokenGrantWriter. getSize(AccessTokenGrant t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidAccessTokenGrantWriter. writeTo(AccessTokenGrant t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) -
Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.grants
Classes in org.apache.cxf.rs.security.oauth2.grants that implement AccessTokenGrant Modifier and Type Class Description classAbstractGrantAbstract access token grant -
Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.grants.clientcred
Classes in org.apache.cxf.rs.security.oauth2.grants.clientcred that implement AccessTokenGrant Modifier and Type Class Description classClientCredentialsGrant -
Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.grants.code
Classes in org.apache.cxf.rs.security.oauth2.grants.code that implement AccessTokenGrant Modifier and Type Class Description classAuthorizationCodeGrantBase Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the clientclassJwtRequestCodeGrantBase Authorization Code Grant representation, captures the code and the redirect URI this code has been returned to, visible to the clientclassServerAuthorizationCodeGrantThe Authorization Code Grant representation visible to the server -
Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.grants.jwt
Classes in org.apache.cxf.rs.security.oauth2.grants.jwt that implement AccessTokenGrant Modifier and Type Class Description classAbstractJwtBearerGrantclassJwtBearerClientCredentialsGrantclassJwtBearerGrant -
Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.grants.owner
Classes in org.apache.cxf.rs.security.oauth2.grants.owner that implement AccessTokenGrant Modifier and Type Class Description classResourceOwnerGrant -
Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.grants.refresh
Classes in org.apache.cxf.rs.security.oauth2.grants.refresh that implement AccessTokenGrant Modifier and Type Class Description classRefreshTokenGrant -
Uses of AccessTokenGrant in org.apache.cxf.rs.security.oauth2.grants.saml
Classes in org.apache.cxf.rs.security.oauth2.grants.saml that implement AccessTokenGrant Modifier and Type Class Description classAbstractSaml2BearerGrantclassSaml2BearerGrantclassSamlBearerClientCredentialsGrant
-