Class NewApplication

java.lang.Object
io.gravitee.am.service.model.NewApplication

public class NewApplication extends Object
Author:
Titouan COMPIEGNE (titouan.compiegne at graviteesource.com), GraviteeSource Team
  • Constructor Details

    • NewApplication

      public NewApplication()
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getType

      public ApplicationType getType()
    • setType

      public void setType(ApplicationType type)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getClientId

      public String getClientId()
    • setClientId

      public void setClientId(String clientId)
    • getClientSecret

      public String getClientSecret()
    • setClientSecret

      public void setClientSecret(String clientSecret)
    • getRedirectUris

      public List<String> getRedirectUris()
    • setRedirectUris

      public void setRedirectUris(List<String> redirectUris)
    • getMetadata

      public Map<String,Object> getMetadata()
    • setMetadata

      public void setMetadata(Map<String,Object> metadata)
    • toString

      public String toString()
      Overrides:
      toString in class Object