![JAR search and dependency download from the Maven repository](/logo.png)
edu.internet2.middleware.grouper.grouperUi.beans.ui.GrouperPasswordContainer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grouper-ui Show documentation
Show all versions of grouper-ui Show documentation
Internet2 Groups Management User Interface
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