Uses of Class
org.axway.grapes.server.db.datamodel.DbCredential

Packages that use DbCredential
org.axway.grapes.server.db   
org.axway.grapes.server.db.mongo   
org.axway.grapes.server.webapp.auth   
org.axway.grapes.server.webapp.resources   
 

Uses of DbCredential in org.axway.grapes.server.db
 

Methods in org.axway.grapes.server.db that return DbCredential
 DbCredential RepositoryHandler.getCredential(String userId)
          Returns the credentials of a user
 

Methods in org.axway.grapes.server.db with parameters of type DbCredential
 void RepositoryHandler.store(DbCredential credential)
          Store a new credential or update an existing one
 

Uses of DbCredential in org.axway.grapes.server.db.mongo
 

Methods in org.axway.grapes.server.db.mongo that return DbCredential
 DbCredential MongodbHandler.getCredential(String user)
           
 

Methods in org.axway.grapes.server.db.mongo with parameters of type DbCredential
 void MongodbHandler.store(DbCredential credential)
           
 

Uses of DbCredential in org.axway.grapes.server.webapp.auth
 

Methods in org.axway.grapes.server.webapp.auth that return types with arguments of type DbCredential
 com.google.common.base.Optional<DbCredential> GrapesAuthenticator.authenticate(com.yammer.dropwizard.auth.basic.BasicCredentials credentials)
           
 

Uses of DbCredential in org.axway.grapes.server.webapp.resources
 

Methods in org.axway.grapes.server.webapp.resources with parameters of type DbCredential
 javax.ws.rs.core.Response OrganizationResource.addCorporateGroupIdPrefix(DbCredential credential, String organizationId, String corporateGroupId)
          Add a new Corporate GroupId to an organization.
 javax.ws.rs.core.Response ArtifactResource.addLicense(DbCredential credential, String gavc, String licenseId)
          Add a license to an artifact
 javax.ws.rs.core.Response LicenseResource.approve(DbCredential credential, String name, com.yammer.dropwizard.jersey.params.BooleanParam approved)
          Validate a license This method is call via POST /license/?approved=
 javax.ws.rs.core.Response ProductResource.createNewDelivery(DbCredential credential, String name, String deliveryName)
          Create a product delivery
 javax.ws.rs.core.Response ProductResource.createProduct(DbCredential credential, String productName)
          Handle product posts when the server got a request POST /product & MIME that contains an organization.
 javax.ws.rs.core.Response ArtifactResource.delete(DbCredential credential, String gavc)
          Delete an Artifact regarding its gavc.
 javax.ws.rs.core.Response ProductResource.delete(DbCredential credential, String name)
          Delete a product
 javax.ws.rs.core.Response OrganizationResource.delete(DbCredential credential, String name)
          Delete an organization This method is call via DELETE /organization/
 javax.ws.rs.core.Response LicenseResource.delete(DbCredential credential, String name)
          Delete a license This method is call via DELETE /license/
 javax.ws.rs.core.Response ModuleResource.delete(DbCredential credential, String name, String version)
          Delete a module.
 javax.ws.rs.core.Response ProductResource.deleteDelivery(DbCredential credential, String name, String delivery)
          Delete a delivery
 javax.ws.rs.core.Response ArtifactResource.deleteLicense(DbCredential credential, String gavc, String licenseId)
          Removes a license from an artifact
 javax.ws.rs.core.Response ArtifactResource.postArtifact(DbCredential credential, Artifact artifact)
          Handle artifact posts when the server got a request POST /artifact & MIME that contains the artifact.
 javax.ws.rs.core.Response ArtifactResource.postDoNotUse(DbCredential credential, String gavc, com.yammer.dropwizard.jersey.params.BooleanParam doNotUse)
          Add "DO_NOT_USE" flag to an artifact
 javax.ws.rs.core.Response LicenseResource.postLicense(DbCredential credential, License license)
          Handle license posts when the server got a request POST /license & MIME that contains the license.
 javax.ws.rs.core.Response ModuleResource.postModule(DbCredential credential, Module module)
          Handle the update/addition of a module in Grapes database
 javax.ws.rs.core.Response OrganizationResource.postOrganization(DbCredential credential, Organization organization)
          Handle organization posts when the server got a request POST /organization & MIME that contains an organization.
 javax.ws.rs.core.Response ModuleResource.promote(DbCredential credential, String name, String version)
          Promote a module.
 javax.ws.rs.core.Response OrganizationResource.removeCorporateGroupIdPrefix(DbCredential credential, String organizationId, String corporateGroupId)
          Remove an existing Corporate GroupId from an organization.
 javax.ws.rs.core.Response ProductResource.setDelivery(DbCredential credential, String name, String delivery, List<String> modules)
          Sets the exhaustive list of modules that are embedded in a delivery
 javax.ws.rs.core.Response ProductResource.setModuleNames(DbCredential credential, String name, List<String> moduleNames)
          Sets a list of module names to a product
 javax.ws.rs.core.Response ArtifactResource.updateDownloadUrl(DbCredential credential, String gavc, String downLoadUrl)
          Update an artifact download url.
 javax.ws.rs.core.Response ArtifactResource.updateProvider(DbCredential credential, String gavc, String provider)
          Update an artifact download url.
 



Copyright © 2014. All Rights Reserved.