com.ibm.websphere.models.config.artifactloader
Interface RALSecurity

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RALSecurityImpl

public interface RALSecurity
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'RAL Security'.

The following features are supported:

See Also:
ArtifactloaderPackage.getRALSecurity()

Method Summary
 java.lang.String getPassword()
          Returns the value of the 'Password' attribute
 java.lang.String getUser()
          Returns the value of the 'User' attribute
 boolean isSecurityEnabled()
          Returns the value of the 'Security Enabled' attribute.
 void setPassword(java.lang.String value)
          Sets the value of the 'Password' attribute
 void setSecurityEnabled(boolean value)
          Sets the value of the 'Security Enabled' attribute
 void setUser(java.lang.String value)
          Sets the value of the 'User' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getUser

java.lang.String getUser()
Returns the value of the 'User' attribute.

If the meaning of the 'User' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'User' attribute.
See Also:
setUser(String), ArtifactloaderPackage.getRALSecurity_User()

setUser

void setUser(java.lang.String value)
Sets the value of the 'User' attribute.

Parameters:
value - the new value of the 'User' attribute.
See Also:
getUser()

getPassword

java.lang.String getPassword()
Returns the value of the 'Password' attribute.

If the meaning of the 'Password' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Password' attribute.
See Also:
setPassword(String), ArtifactloaderPackage.getRALSecurity_Password()

setPassword

void setPassword(java.lang.String value)
Sets the value of the 'Password' attribute.

Parameters:
value - the new value of the 'Password' attribute.
See Also:
getPassword()

isSecurityEnabled

boolean isSecurityEnabled()
Returns the value of the 'Security Enabled' attribute. The default value is "false".

If the meaning of the 'Security Enabled' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Security Enabled' attribute.
See Also:
setSecurityEnabled(boolean), ArtifactloaderPackage.getRALSecurity_SecurityEnabled()

setSecurityEnabled

void setSecurityEnabled(boolean value)
Sets the value of the 'Security Enabled' attribute.

Parameters:
value - the new value of the 'Security Enabled' attribute.
See Also:
isSecurityEnabled()