com.ibm.etools.cobol.application.model.cobol

Interface CicsWebCredentialsClause

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CicsWebCredentialsClause
    extends ASTNode
    A representation of the CICS options related to credentials in the CICS WEB CONVERSE command.

    The following features are supported:

    See Also:
    COBOLPackage.getCicsWebCredentialsClause()
    • Method Detail

      • isNone

        boolean isNone()
        Returns the value of the 'None' attribute.

        The value is true if the NONE option is used; false otherwise.

        Returns:
        the value of the 'None' attribute.
        See Also:
        setNone(boolean), COBOLPackage.getCicsWebCredentialsClause_None()
      • setNone

        void setNone(boolean value)
        Sets the value of the 'None' attribute.
        Parameters:
        value - the new value of the 'None' attribute.
        See Also:
        isNone()
      • isBasicAuth

        boolean isBasicAuth()
        Returns the value of the 'Basic Auth' attribute.

        The value is true if the BASICAUTH option is used; false otherwise.

        Returns:
        the value of the 'Basic Auth' attribute.
        See Also:
        setBasicAuth(boolean), COBOLPackage.getCicsWebCredentialsClause_BasicAuth()
      • setBasicAuth

        void setBasicAuth(boolean value)
        Sets the value of the 'Basic Auth' attribute.
        Parameters:
        value - the new value of the 'Basic Auth' attribute.
        See Also:
        isBasicAuth()
      • getAuthenticate

        DataRefOrLiteral getAuthenticate()
        Returns the value of the 'Authenticate' containment reference.

        The value is a representation of the CICS value data area specified in the AUTHENTICATE option; if that option is not used, the value is null.

        Returns:
        the value of the 'Authenticate' containment reference.
        See Also:
        setAuthenticate(DataRefOrLiteral), COBOLPackage.getCicsWebCredentialsClause_Authenticate()
      • setAuthenticate

        void setAuthenticate(DataRefOrLiteral value)
        Sets the value of the 'Authenticate' containment reference.
        Parameters:
        value - the new value of the 'Authenticate' containment reference.
        See Also:
        getAuthenticate()
      • getUserName

        DataRefOrLiteral getUserName()
        Returns the value of the 'User Name' containment reference.

        The value is a representation of the data value specified in the USERNAME option; if that option is not used, the value is null.

        Returns:
        the value of the 'User Name' containment reference.
        See Also:
        setUserName(DataRefOrLiteral), COBOLPackage.getCicsWebCredentialsClause_UserName()
      • setUserName

        void setUserName(DataRefOrLiteral value)
        Sets the value of the 'User Name' containment reference.
        Parameters:
        value - the new value of the 'User Name' containment reference.
        See Also:
        getUserName()
      • getUserNameLen

        DataRefOrLiteral getUserNameLen()
        Returns the value of the 'User Name Len' containment reference.

        The value is a representation of the data value specified in the USERNAMELEN option; if that option is not used, the value is null.

        Returns:
        the value of the 'User Name Len' containment reference.
        See Also:
        setUserNameLen(DataRefOrLiteral), COBOLPackage.getCicsWebCredentialsClause_UserNameLen()
      • setUserNameLen

        void setUserNameLen(DataRefOrLiteral value)
        Sets the value of the 'User Name Len' containment reference.
        Parameters:
        value - the new value of the 'User Name Len' containment reference.
        See Also:
        getUserNameLen()
      • getPassword

        DataRefOrLiteral getPassword()
        Returns the value of the 'Password' containment reference.

        The value is a representation of the data value specified in the PASSWORD option; if that option is not used, the value is null.

        Returns:
        the value of the 'Password' containment reference.
        See Also:
        setPassword(DataRefOrLiteral), COBOLPackage.getCicsWebCredentialsClause_Password()
      • setPassword

        void setPassword(DataRefOrLiteral value)
        Sets the value of the 'Password' containment reference.
        Parameters:
        value - the new value of the 'Password' containment reference.
        See Also:
        getPassword()
      • getPasswordLen

        DataRefOrLiteral getPasswordLen()
        Returns the value of the 'Password Len' containment reference.

        The value is a representation of the data value specified in the PASSWORDLEN option; if that option is not used, the value is null.

        Returns:
        the value of the 'Password Len' containment reference.
        See Also:
        setPasswordLen(DataRefOrLiteral), COBOLPackage.getCicsWebCredentialsClause_PasswordLen()
      • setPasswordLen

        void setPasswordLen(DataRefOrLiteral value)
        Sets the value of the 'Password Len' containment reference.
        Parameters:
        value - the new value of the 'Password Len' containment reference.
        See Also:
        getPasswordLen()