|
|||
PREV CLASS | |||
SUMMARY: | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.epic.ams.GSO.GSOBean
This is a Session Bean Class
Field Summary | |
boolean |
AMSDebug
|
static java.lang.String |
copyrightNotice
Copyright statement |
com.ibm.epic.LogTrace.EpicLog |
exceptionLog
|
java.lang.String[] |
gsoAttrs
|
com.ibm.epic.trace.client.EpicTraceClient |
traceClient
|
Constructor Summary | |
GSOBean()
|
Method Summary | |
void |
addGSOTarget(java.lang.String uid,
java.lang.String target,
java.lang.String targetUid,
java.lang.String targetPwd)
This method assigns a GSO resource to a user in PD. |
void |
deleteGSOTarget(java.lang.String uid,
java.lang.String target)
Deletes only the GSO resource credential information for the given user and target resource. |
void |
ejbActivate()
ejbActivate method comment |
void |
ejbCreate()
ejbCreate method comment |
void |
ejbPassivate()
ejbPassivate method comment |
void |
ejbRemove()
ejbRemove method comment |
java.lang.String[] |
getGSOCredentials(java.lang.String userID,
java.lang.String target)
Returns the a array containing the userID and Password for the specified target resource and user. |
javax.ejb.SessionContext |
getSessionContext()
getSessionContext method comment |
void |
setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext method comment |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public boolean AMSDebug
public java.lang.String[] gsoAttrs
public static final java.lang.String copyrightNotice
public com.ibm.epic.trace.client.EpicTraceClient traceClient
public com.ibm.epic.LogTrace.EpicLog exceptionLog
Constructor Detail |
public GSOBean()
Method Detail |
public void ejbActivate() throws java.rmi.RemoteException
public void ejbCreate() throws javax.ejb.CreateException, java.rmi.RemoteException
public void ejbPassivate() throws java.rmi.RemoteException
public void ejbRemove() throws java.rmi.RemoteException
public java.lang.String[] getGSOCredentials(java.lang.String userID, java.lang.String target) throws java.rmi.RemoteException, javax.ejb.FinderException, com.ibm.epic.ams.EpicAMSException
userID
- java.lang.String - User you want the GSO credentials fortarget
- java.lang.String - GSO Target Resource you want credentials forpublic javax.ejb.SessionContext getSessionContext()
public void setSessionContext(javax.ejb.SessionContext ctx) throws java.rmi.RemoteException
ctx
- javax.ejb.SessionContextpublic void addGSOTarget(java.lang.String uid, java.lang.String target, java.lang.String targetUid, java.lang.String targetPwd) throws com.ibm.epic.ams.EpicAMSException
uid
- String - UserID of user that will have the GSO resource target assignedtarget
- String - Name of GSO Resource targettargetUid
- String - UserID that will be used to access the GSO ResourcetargetPassword
- String - Password that will be used to access the GSO Resourcepublic void deleteGSOTarget(java.lang.String uid, java.lang.String target) throws com.ibm.epic.ams.EpicAMSException
uid
- java.lang.String - User ID of user from whom the GSO resource will be removedtarget
- java.lang.String - GSO resource being removed
|
|||
PREV CLASS | |||
SUMMARY: | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |