|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tivoli.pd.jadmin.PDProtObject.AccessData
public static class PDProtObject.AccessData
This class encapsulates results returned from the
access and multiAccess methods.
| Constructor Summary | |
|---|---|
PDProtObject.AccessData()
Constructs an empty PDProtObject.AccessData object. |
|
| Method Summary | |
|---|---|
int |
getAccessResult()
Returns the access result associated with this AccessData. |
PDAttrs |
getPerminfo()
Returns the permission information, if any, associated with this AccessData. |
PDMessage |
getResponseInfo()
Returns the response information associated with this AccessData. |
java.lang.String |
toString()
Returns a String representation of this object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDProtObject.AccessData()
| Method Detail |
|---|
public int getAccessResult()
throws PDException
com.tivoli.pd.jutil.PDStatics.AZN_PERMISSION_ALLOWED,
if the user has the requested permission(s);
com.tivoli.pd.jutil.PDStatics.AZN_PERMISSION_DENIED,
if the user does not have the requested permission(s).
PDException - if an error occurs.
This exception may contain error and message codes defined in the
product Error Message Reference document.
public PDMessage getResponseInfo()
throws PDException
PDException - if an error occurs.
This exception may contain error and message codes defined in the
product Error Message Reference document.
public PDAttrs getPerminfo()
throws PDException
PDException - if an error occurs.
This exception may contain error and message codes defined in the
product Error Message Reference document.public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||