|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.p13n.content.adapter.RepositoryImpl
Represents a new WLP Content Repository the invokes an old ContentManager. The adapter code will look for the ContentManager/DocumentManager JNDI home name in the connection properties under "CONTENT_MANAGER_HOME".
Constructor Summary | |
RepositoryImpl()
|
Method Summary | |
Ticket |
connect(Credentials credential)
Returns a ticket if the user can be authenticated. |
Ticket |
connect(String userName,
String password)
Returns a ticket if the user can be authenticated. |
String |
getName()
Gets the name of this Repository. |
Properties |
getProperties()
Gets the configuration properties for this repository. |
void |
setName(String name)
Sets the name of this Repository. |
void |
setProperties(Properties properties)
Sets the configuration properties for this repository. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RepositoryImpl()
Method Detail |
public Ticket connect(Credentials credential)
connect
in interface Repository
credential
- - the credentials of the user connecting to the
Repository.public Ticket connect(String userName, String password)
Repository
connect
in interface Repository
userName
- - the username to authenticate.password
- - the password for the user.public String getName()
Repository
getName
in interface Repository
public Properties getProperties()
getProperties
in interface Repository
public void setName(String name)
Repository
setName
in interface Repository
public void setProperties(Properties properties)
setProperties
in interface Repository
properties
- - the repository configuration properties.
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |