Class OAuth2AuthResource

java.lang.Object
dev.getelements.elements.rest.auth.OAuth2AuthResource

@Path("auth/oauth2") public class OAuth2AuthResource extends Object
  • Constructor Details

    • OAuth2AuthResource

      public OAuth2AuthResource()
  • Method Details

    • createOAuth2Session

      @POST @Consumes("application/json") @Produces("application/json") public SessionCreation createOAuth2Session(OAuth2SessionRequest oAuth2SessionRequest)
    • getValidationHelper

      public ValidationHelper getValidationHelper()
    • setValidationHelper

      @Inject public void setValidationHelper(ValidationHelper validationHelper)
    • getOAuth2AuthService

      public OAuth2AuthService getOAuth2AuthService()
    • setOAuth2AuthService

      @Inject public void setOAuth2AuthService(OAuth2AuthService oAuth2AuthService)