|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The public interface class to the Default Credentials entity. The default credentials are implemented by the PortalSignOnBean.
PortalSignOnBean
,
PortalManagerBean
Method Summary | |
java.lang.String |
getPortalName()
Gets the portal name |
java.util.Properties |
getProperties()
Gets all of the properties associated with the credentials. |
java.lang.String |
getProperty(java.lang.String aProperty,
java.lang.String aDefaultValue)
Gets a credential property. |
java.lang.String |
getSystemName()
Gets the system name. |
java.lang.String |
getSystemPassword()
Gets the system password credentials attribute. |
java.lang.String |
getSystemUserId()
Gets the system user id credentials attribute. |
java.lang.String |
getUserId()
Gets the user id |
java.util.Enumeration |
propertyNames()
Gets an Enumeration of property names. |
void |
setPortalName(java.lang.String aPortalName)
Sets the portal name |
java.lang.Object |
setProperty(java.lang.String aProperty,
java.lang.String aValue)
Sets a credential property. |
void |
setSystemName(java.lang.String aSystemName)
Sets the external system name. |
void |
setSystemPassword(java.lang.String aPassword)
Sets the system password credentials attribute. |
void |
setSystemUserId(java.lang.String aUserId)
Sets the system user id credentials attribute. |
void |
setUserId(java.lang.String aUserId)
Sets the user id |
Method Detail |
public java.lang.String getUserId()
public void setUserId(java.lang.String aUserId)
aUserId
- The user id.public java.lang.String getPortalName()
public void setPortalName(java.lang.String aPortalName)
aPortalName
- The portal name.public java.lang.String getSystemName()
public void setSystemName(java.lang.String aSystemName)
The
- system name.public java.lang.String getSystemUserId()
public void setSystemUserId(java.lang.String aUserId)
String
- - The system user id attribute.public java.lang.String getSystemPassword()
public void setSystemPassword(java.lang.String aPassword)
The
- system password attribute.public java.util.Properties getProperties()
PortalSignOnBean
,
PortalManagerBean
public java.lang.Object setProperty(java.lang.String aProperty, java.lang.String aValue)
PortalSignOnBean
,
PortalManagerBean
public java.lang.String getProperty(java.lang.String aProperty, java.lang.String aDefaultValue)
aProperty
- The credentials property name (key).aDefaultValue
- The credentials property value.PortalSignOnBean
,
PortalManagerBean
public java.util.Enumeration propertyNames()
|
BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |