com.ibm.websphere.wim.model

Interface LoginAccount

    • Method Detail

      • setPrincipalName

        void setPrincipalName(java.lang.String value)
        Sets the value of the 'Principal Name' attribute.
        Parameters:
        value - the new value of the 'Principal Name' attribute.
        See Also:
        getPrincipalName()
        Generated:
      • setPassword

        void setPassword(byte[] value)
        Sets the value of the 'Password' attribute.
        Parameters:
        value - the new value of the 'Password' attribute.
        See Also:
        getPassword()
        Generated:
      • getRealm

        java.lang.String getRealm()
        Returns the value of the 'Realm' attribute.
        See Also:
        setRealm(String), ModelPackage.getLoginAccount_Realm()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String"
        Generated:
        Return:
        the value of the 'Realm' attribute.
      • setRealm

        void setRealm(java.lang.String value)
        Sets the value of the 'Realm' attribute.
        Parameters:
        value - the new value of the 'Realm' attribute.
        See Also:
        getRealm()
        Generated:
      • getCertificate

        java.util.List getCertificate()
        Returns the value of the 'Certificate' attribute list. The list contents are of type byte[].
        See Also:
        ModelPackage.getLoginAccount_Certificate()
        Model:
        type="byte[]" unique="false" dataType="org.eclipse.emf.ecore.xml.type.Base64Binary"
        Generated:
        Return:
        the value of the 'Certificate' attribute list.