Uses of Class
com.sun.corba.ee.org.omg.CSI.IdentityToken
-
Packages that use IdentityToken Package Description com.sun.corba.ee.org.omg.CSI -
-
Uses of IdentityToken in com.sun.corba.ee.org.omg.CSI
Fields in com.sun.corba.ee.org.omg.CSI declared as IdentityToken Modifier and Type Field Description IdentityToken
EstablishContext. identity_token
IdentityToken
IdentityTokenHolder. value
Methods in com.sun.corba.ee.org.omg.CSI that return IdentityToken Modifier and Type Method Description static IdentityToken
IdentityTokenHelper. extract(Any a)
static IdentityToken
IdentityTokenHelper. read(InputStream istream)
Methods in com.sun.corba.ee.org.omg.CSI with parameters of type IdentityToken Modifier and Type Method Description static void
IdentityTokenHelper. insert(Any a, IdentityToken that)
static void
IdentityTokenHelper. write(OutputStream ostream, IdentityToken value)
Constructors in com.sun.corba.ee.org.omg.CSI with parameters of type IdentityToken Constructor Description EstablishContext(long _client_context_id, AuthorizationElement[] _authorization_token, IdentityToken _identity_token, byte[] _client_authentication_token)
IdentityTokenHolder(IdentityToken initialValue)
-