Interface SecureAdminInternalUser

  • All Superinterfaces:
    org.jvnet.hk2.config.ConfigBeanProxy

    public interface SecureAdminInternalUser
    extends org.jvnet.hk2.config.ConfigBeanProxy
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  SecureAdminInternalUser.CrDecorator  
      • Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        org.jvnet.hk2.config.ConfigBeanProxy.Duck
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPasswordAlias()
      Retrieves the password alias for this authorized internal admin user entry..
      String getUsername()
      Sets the username for this authorized internal admin user entry.
      void setPasswordAlias​(String value)
      Sets the password alias for this authorized internal admin user entry.
      void setUsername​(String value)
      Retrieves the username for this authorized internal admin user entry..
      • Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy

        createChild, deepCopy, getParent, getParent
    • Method Detail

      • setUsername

        void setUsername​(String value)
        Retrieves the username for this authorized internal admin user entry..
      • getUsername

        String getUsername()
        Sets the username for this authorized internal admin user entry.
        Parameters:
        value - username
      • getPasswordAlias

        String getPasswordAlias()
        Retrieves the password alias for this authorized internal admin user entry..
        Returns:
        String containing the password alias
      • setPasswordAlias

        void setPasswordAlias​(String value)
        Sets the password alias for this authorized internal admin user entry.
        Parameters:
        value - password alias