All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.internet2.middleware.grouper.grouperUi.beans.ui.GrouperPasswordContainer Maven / Gradle / Ivy

There is a newer version: 5.15.3
Show newest version
package edu.internet2.middleware.grouper.grouperUi.beans.ui;

public class GrouperPasswordContainer {
  
  /**
   * gui grouper password user is currently viewing/editing/adding
   */
  private GuiGrouperPassword guiGrouperPassword;
  
  
  private String privateKey;
  
  
  public String getPrivateKey() {
    return privateKey;
  }


  
  public void setPrivateKey(String privateKey) {
    this.privateKey = privateKey;
  }


  public GuiGrouperPassword getGuiGrouperPassword() {
    return guiGrouperPassword;
  }

  
  public void setGuiGrouperPassword(GuiGrouperPassword guiGrouperPassword) {
    this.guiGrouperPassword = guiGrouperPassword;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy