Class AuthenticationContainer

java.lang.Object
edu.internet2.middleware.grouper.grouperUi.beans.ui.AuthenticationContainer

public class AuthenticationContainer extends Object
  • Constructor Details

    • AuthenticationContainer

      public AuthenticationContainer()
  • Method Details

    • isCanViewAuthentication

      public boolean isCanViewAuthentication()
      Returns:
      true if can view external systems
    • getGuiWsTrustedJwtConfigs

      public List<GuiWsTrustedJwtConfiguration> getGuiWsTrustedJwtConfigs()
    • setGuiWsTrustedJwtConfigs

      public void setGuiWsTrustedJwtConfigs(List<GuiWsTrustedJwtConfiguration> guiWsTrustedJwtConfigs)
    • getGuiWsTrustedJwtConfiguration

      public GuiWsTrustedJwtConfiguration getGuiWsTrustedJwtConfiguration()
    • setGuiWsTrustedJwtConfiguration

      public void setGuiWsTrustedJwtConfiguration(GuiWsTrustedJwtConfiguration guiWsTrustedJwtConfiguration)
    • getAllWsTrustedJwtConfigTypes

      public List<WsTrustedJwtConfiguration> getAllWsTrustedJwtConfigTypes()
    • getIndex

      public int getIndex()
    • setIndex

      public void setIndex(int index)
    • getCurrentConfigSuffix

      public String getCurrentConfigSuffix()
    • setCurrentConfigSuffix

      public void setCurrentConfigSuffix(String currentConfigSuffix)