|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sas.edir.PortalPool
A portal pool encapsulates the data required to have the WorkspacePool return a workspace (except the logical name). In the portal workings, this data won't change from one invocation to another, and this makes it much easier for the portal to make this service available to the StoredProcessEngine.
Constructor Summary | |
PortalPool(java.lang.String context,
java.util.Map credentials)
Construct a Portal pool. |
|
PortalPool(java.lang.String context,
java.util.Map credentials,
java.io.PrintWriter log)
Construct a Portal pool. |
Method Summary | |
java.util.Map |
getCredentials()
Get the credentials |
java.util.Hashtable |
getCredentialsAsHashtable()
Get the credentials as a Hashtable |
java.io.PrintWriter |
getLog()
Get the logging stream |
java.lang.String |
getSearchContext()
Get the context |
void |
setCredentials(java.util.Map credentials)
Set the credentials |
void |
setLog(java.io.PrintWriter log)
Set the logging stream |
void |
setSearchContext(java.lang.String context)
Set the context |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PortalPool(java.lang.String context, java.util.Map credentials)
context
- The directory location to start searchescredentials
- A hashtable containing the LDAP contact infopublic PortalPool(java.lang.String context, java.util.Map credentials, java.io.PrintWriter log)
context
- The directory location to start searchescredentials
- A hashtable containing the LDAP contact infolog
- Non-null to enable logging.Method Detail |
public java.lang.String getSearchContext()
public void setSearchContext(java.lang.String context)
context
- The location in the directory to base searches for poolspublic java.util.Map getCredentials()
public java.util.Hashtable getCredentialsAsHashtable()
public void setCredentials(java.util.Map credentials)
credentials
- The LDAP access informationpublic java.io.PrintWriter getLog()
public void setLog(java.io.PrintWriter log)
log
- The new logging stream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |