public class RACFUserid
extends java.lang.Object
Constructor and Description |
---|
RACFUserid()
Constructs a default RACFUserid object.
|
RACFUserid(byte[] baCertData)
Constructs a RACFUserid object and sets its internal data members with
an X.509 certificate.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRACFUserid()
Returns the RACF user ID which maps to the supplied X.509 certificate.
|
void |
setCertificate(byte[] baCertData)
Sets the X.509 certificate data.
|
public RACFUserid()
public RACFUserid(byte[] baCertData)
baCertData
- Byte array containing a BER encoded X.509 certificatepublic void setCertificate(byte[] baCertData)
baCertData
- byte array containing a BER encoded X.509 certificatepublic java.lang.String getRACFUserid() throws java.io.IOException
java.io.IOException
- If RACF passes a -1 (failure) return code