Interface GroupMap

    • Method Detail

      • getEisGroup

        @NotNull
        @NotNull String getEisGroup()
        Gets the value of the EISGroup - a Group in the EIS security domain that is being mapped to a Group in the application server's security domain
        Returns:
        possible object is String
      • setEisGroup

        void setEisGroup​(String value)
                  throws PropertyVetoException
        Sets the value of the EISGroup - a Group in the EIS security domain that is being mapped to a Group in the application server's security domain
        Parameters:
        value - allowed object is String
        Throws:
        PropertyVetoException
      • getMappedGroup

        @NotNull
        @NotNull String getMappedGroup()
        Gets the value of the MappedGroup - a Group that is valid in the application server's security domain
        Returns:
        possible object is String