Interface PrincipalMap

    • Method Detail

      • getEisPrincipal

        @NotNull
        @NotNull String getEisPrincipal()
        Gets the value of the EISPrincipal - a Principal in the EIS security domain that is being mapped to a Principal in the application server's security domain.
        Returns:
        possible object is String
      • setEisPrincipal

        void setEisPrincipal​(String value)
                      throws PropertyVetoException
        Sets the value of the EISPrincipal - a Principal in the EIS security domain that is being mapped to a Principal in the application server's security domain.
        Parameters:
        value - allowed object is String
        Throws:
        PropertyVetoException
      • getMappedPrincipal

        @NotNull
        @NotNull String getMappedPrincipal()
        Gets the value of the Mapped Principal - A Principal that is valid in the application server's security domain
        Returns:
        possible object is String
      • setMappedPrincipal

        void setMappedPrincipal​(String value)
                         throws PropertyVetoException
        Sets the value of the Mapped Principal - A Principal that is valid in the application server's security domain
        Parameters:
        value - allowed object is String
        Throws:
        PropertyVetoException