|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tivoli.pd.jutil.PDEnvironmentObject
com.tivoli.mts.PDAttrValue
public class PDAttrValue
This class represents the value of a Security Access Manager attribute. A value may be a String, a byte array, a Long, or a PDAdmSvcPobj.
NOTE: As of IBM Tivoli Access Manager for e-business v5.1, this entire class is deprecated. Equivalent function is in the com.tivoli.pd.jutil.PDAttrValue class.
PDAttrValue,
Serialized Form| Constructor Summary | |
|---|---|
PDAttrValue(byte[] bytes)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValue class. |
|
PDAttrValue(java.lang.Long ulong)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValue class. |
|
PDAttrValue(PDAdmSvcPobj pobj)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValue class. |
|
PDAttrValue(java.lang.String string)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this constructor is replaced by the equivalent constructor in the PDAttrValue class. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValue class. |
boolean |
equals(java.lang.Object iobj)
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValue class. |
int |
getType()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValue class. |
java.lang.Object |
getValue()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValue class. |
int |
hashCode()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValue class. |
java.lang.String |
toString()
Deprecated. As of IBM Tivoli Access Manager for e-business v5.1, this method is replaced by the equivalent method in the PDAttrValue class. |
| Methods inherited from class com.tivoli.pd.jutil.PDEnvironmentObject |
|---|
getContext, setContext |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDAttrValue(java.lang.String string)
throws java.lang.NullPointerException
PDAttrValue class.
string - the input String.
java.lang.NullPointerException - if no String is passed in.
public PDAttrValue(byte[] bytes)
throws java.lang.NullPointerException
PDAttrValue class.
bytes - the input byte array.
java.lang.NullPointerException - if no byte array is passed in.
public PDAttrValue(PDAdmSvcPobj pobj)
throws java.lang.NullPointerException
PDAttrValue class.
pobj - the administration service protected object.
java.lang.NullPointerException - if no PDAdmSvcPobj is passed in.
public PDAttrValue(java.lang.Long ulong)
throws java.lang.NullPointerException
PDAttrValue class.
ulong - the input Long.
java.lang.NullPointerException - if no Long is passed in.| Method Detail |
|---|
public boolean equals(java.lang.Object iobj)
PDAttrValue class.
equals in class java.lang.Objectiobj - the object to be compared to this one.
true if the PDAttrValues are identical,
false otherwise.public java.lang.Object getValue()
PDAttrValue class.
public int getType()
PDAttrValue class.
public int hashCode()
PDAttrValue class.
hashCode in class java.lang.Objectpublic java.lang.Object clone()
PDAttrValue class.
clone in class java.lang.Objectpublic java.lang.String toString()
PDAttrValue class.
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||