|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CSI.IdentityToken
public final class IdentityToken
Union definition: IdentityToken.
Field Summary | |
---|---|
protected int |
__d
Union member _d |
protected boolean |
_absent
Union member absent |
protected boolean |
_anonymous
Union member anonymous |
protected byte[] |
_certificate_chain
Union member certificate_chain |
protected byte[] |
_dn
Union member dn |
protected byte[] |
_id
Union member id |
protected byte[] |
_principal_name
Union member principal_name |
Constructor Summary | |
---|---|
IdentityToken()
Default constructor |
Method Summary | |
---|---|
boolean |
absent()
Get absent value |
void |
absent(boolean value)
Set absent value |
boolean |
anonymous()
Get anonymous value |
void |
anonymous(boolean value)
Set anonymous value |
byte[] |
certificate_chain()
Get certificate_chain value |
void |
certificate_chain(byte[] value)
Set certificate_chain value |
int |
discriminator()
Get discriminator value |
byte[] |
dn()
Get dn value |
void |
dn(byte[] value)
Set dn value |
byte[] |
id()
Get id value |
void |
id(byte[] value)
Set id value |
void |
id(int dvalue,
byte[] value)
Set id value |
byte[] |
principal_name()
Get principal_name value |
void |
principal_name(byte[] value)
Set principal_name value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int __d
protected boolean _absent
protected boolean _anonymous
protected byte[] _principal_name
protected byte[] _certificate_chain
protected byte[] _dn
protected byte[] _id
Constructor Detail |
---|
public IdentityToken()
Method Detail |
---|
public int discriminator()
public void absent(boolean value)
public boolean absent()
public void anonymous(boolean value)
public boolean anonymous()
public void principal_name(byte[] value)
public byte[] principal_name()
public void certificate_chain(byte[] value)
public byte[] certificate_chain()
public void dn(byte[] value)
public byte[] dn()
public void id(byte[] value)
public void id(int dvalue, byte[] value)
public byte[] id()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |