public interface CicsWebCredentialsClause extends ASTNode
The following features are supported:
COBOLPackage.getCicsWebCredentialsClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getAuthenticate()
Returns the value of the 'Authenticate' containment reference.
|
DataRefOrLiteral |
getPassword()
Returns the value of the 'Password' containment reference.
|
DataRefOrLiteral |
getPasswordLen()
Returns the value of the 'Password Len' containment reference.
|
DataRefOrLiteral |
getUserName()
Returns the value of the 'User Name' containment reference.
|
DataRefOrLiteral |
getUserNameLen()
Returns the value of the 'User Name Len' containment reference.
|
boolean |
isBasicAuth()
Returns the value of the 'Basic Auth' attribute.
|
boolean |
isNone()
Returns the value of the 'None' attribute.
|
void |
setAuthenticate(DataRefOrLiteral value)
Sets the value of the '
Authenticate' containment reference. |
void |
setBasicAuth(boolean value)
Sets the value of the '
Basic Auth' attribute. |
void |
setNone(boolean value)
Sets the value of the '
None' attribute. |
void |
setPassword(DataRefOrLiteral value)
Sets the value of the '
Password' containment reference. |
void |
setPasswordLen(DataRefOrLiteral value)
Sets the value of the '
Password Len' containment reference. |
void |
setUserName(DataRefOrLiteral value)
Sets the value of the '
User Name' containment reference. |
void |
setUserNameLen(DataRefOrLiteral value)
Sets the value of the '
User Name Len' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
boolean isNone()
The value is true if the NONE option is used; false otherwise.
setNone(boolean),
COBOLPackage.getCicsWebCredentialsClause_None()void setNone(boolean value)
None' attribute.
value - the new value of the 'None' attribute.isNone()boolean isBasicAuth()
The value is true if the BASICAUTH option is used; false otherwise.
setBasicAuth(boolean),
COBOLPackage.getCicsWebCredentialsClause_BasicAuth()void setBasicAuth(boolean value)
Basic Auth' attribute.
value - the new value of the 'Basic Auth' attribute.isBasicAuth()DataRefOrLiteral getAuthenticate()
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.
setAuthenticate(DataRefOrLiteral),
COBOLPackage.getCicsWebCredentialsClause_Authenticate()void setAuthenticate(DataRefOrLiteral value)
Authenticate' containment reference.
value - the new value of the 'Authenticate' containment reference.getAuthenticate()DataRefOrLiteral getUserName()
The value is a representation of the data value specified in the USERNAME option; if that option is not used, the value is null.
setUserName(DataRefOrLiteral),
COBOLPackage.getCicsWebCredentialsClause_UserName()void setUserName(DataRefOrLiteral value)
User Name' containment reference.
value - the new value of the 'User Name' containment reference.getUserName()DataRefOrLiteral getUserNameLen()
The value is a representation of the data value specified in the USERNAMELEN option; if that option is not used, the value is null.
setUserNameLen(DataRefOrLiteral),
COBOLPackage.getCicsWebCredentialsClause_UserNameLen()void setUserNameLen(DataRefOrLiteral value)
User Name Len' containment reference.
value - the new value of the 'User Name Len' containment reference.getUserNameLen()DataRefOrLiteral getPassword()
The value is a representation of the data value specified in the PASSWORD option; if that option is not used, the value is null.
setPassword(DataRefOrLiteral),
COBOLPackage.getCicsWebCredentialsClause_Password()void setPassword(DataRefOrLiteral value)
Password' containment reference.
value - the new value of the 'Password' containment reference.getPassword()DataRefOrLiteral getPasswordLen()
The value is a representation of the data value specified in the PASSWORDLEN option; if that option is not used, the value is null.
setPasswordLen(DataRefOrLiteral),
COBOLPackage.getCicsWebCredentialsClause_PasswordLen()void setPasswordLen(DataRefOrLiteral value)
Password Len' containment reference.
value - the new value of the 'Password Len' containment reference.getPasswordLen()