|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAuthToken
AuthToken interface.
| Field Summary | |
|---|---|
static java.lang.String |
USER_ID
Constant for userid. |
| Method Summary | |
|---|---|
java.util.Enumeration |
getElements()
Returns an enumeration of the names of the attributes existing within this AttrSet. |
java.math.BigInteger[] |
getInBigIntegerArray(java.lang.String name)
Retrieves the BigInteger array value for name. |
byte[] |
getInByteArray(java.lang.String name)
Retrieves the byte array value for name. |
byte[][] |
getInByteArrayArray(java.lang.String name)
Retrieves the byte[][] value for name. |
netscape.security.x509.X509CertImpl |
getInCert(java.lang.String name)
Retrieves the X509CertImpl value for name. |
netscape.security.x509.CertificateExtensions |
getInCertExts(java.lang.String name)
Retrieves the CertificateExtensions value for name. |
Certificates |
getInCertificates(java.lang.String name)
Retrieves the Certificates value for name. |
java.util.Date |
getInDate(java.lang.String name)
Retrieves the Date value for name. |
java.lang.Integer |
getInInteger(java.lang.String name)
Retrieves the Integer value for name. |
java.lang.String |
getInString(java.lang.String name)
Gets an attribute value. |
java.lang.String[] |
getInStringArray(java.lang.String name)
Retrieves the String array value for name. |
boolean |
set(java.lang.String name,
java.math.BigInteger[] value)
Stores the BigInteger array with the associated key. |
boolean |
set(java.lang.String name,
byte[] value)
Stores the byte array with the associated key. |
boolean |
set(java.lang.String name,
byte[][] value)
Stores the byte[][] with the associated key. |
boolean |
set(java.lang.String name,
netscape.security.x509.CertificateExtensions value)
Stores the CertificateExtensions with the associated key. |
boolean |
set(java.lang.String name,
Certificates value)
Stores the Certificates with the associated key. |
boolean |
set(java.lang.String name,
java.util.Date value)
Stores the Date with the associated key. |
boolean |
set(java.lang.String name,
java.lang.Integer value)
Stores the Integer with the associated key. |
boolean |
set(java.lang.String name,
java.lang.String value)
Sets an attribute value within this AttrSet. |
boolean |
set(java.lang.String name,
java.lang.String[] value)
Stores the String array with the associated key. |
boolean |
set(java.lang.String name,
netscape.security.x509.X509CertImpl value)
Stores the X509CertImpl with the associated key. |
| Field Detail |
|---|
static final java.lang.String USER_ID
| Method Detail |
|---|
boolean set(java.lang.String name,
java.lang.String value)
name - the name of the attributevalue - the attribute object.
java.lang.String getInString(java.lang.String name)
name - the name of the attribute to return.
EBaseException - on attribute handling errors.java.util.Enumeration getElements()
byte[] getInByteArray(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
byte[] value)
name - The attribute name.value - The value to store
java.lang.Integer getInInteger(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
java.lang.Integer value)
name - The attribute name.value - The value to store
java.math.BigInteger[] getInBigIntegerArray(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
java.math.BigInteger[] value)
name - The attribute name.value - The value to store
java.util.Date getInDate(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
java.util.Date value)
name - The attribute name.value - The value to store
java.lang.String[] getInStringArray(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
java.lang.String[] value)
name - The attribute name.value - The value to store
netscape.security.x509.X509CertImpl getInCert(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
netscape.security.x509.X509CertImpl value)
name - The attribute name.value - The value to store
netscape.security.x509.CertificateExtensions getInCertExts(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
netscape.security.x509.CertificateExtensions value)
name - The attribute name.value - The value to store
Certificates getInCertificates(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
Certificates value)
name - The attribute name.value - The value to store
byte[][] getInByteArrayArray(java.lang.String name)
name - The attribute name.
boolean set(java.lang.String name,
byte[][] value)
name - The attribute name.value - The value to store
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||