Class RestAuthService

All Implemented Interfaces:
AuthService, AuthService
Direct Known Subclasses:
RestAuthSwagger

@Path("/") @Consumes({"application/xml","application/json"}) @Produces("application/json") public class RestAuthService extends SoapAuthService implements AuthService
  • Constructor Details

    • RestAuthService

      public RestAuthService()
  • Method Details