Uses of Class
org.apache.cxf.rs.security.oauth2.grants.AbstractGrantHandler
-
-
Uses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.clientcred
Subclasses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.clientcred Modifier and Type Class Description classClientCredentialsGrantHandlerThe "client_credentials" grant handler -
Uses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.code
Subclasses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.code Modifier and Type Class Description classAuthorizationCodeGrantHandlerAuthorization Code Grant Handler -
Uses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.jwt
Subclasses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.jwt Modifier and Type Class Description classAbstractJwtHandlerThe "JWT Bearer" grant handlerclassJwtBearerGrantHandlerThe "JWT Bearer" grant handler -
Uses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.owner
Subclasses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.owner Modifier and Type Class Description classResourceOwnerGrantHandlerThe "resource owner" grant handler -
Uses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.saml
Subclasses of AbstractGrantHandler in org.apache.cxf.rs.security.oauth2.grants.saml Modifier and Type Class Description classSaml2BearerGrantHandlerThe "SAML2 Bearer" grant handler
-