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 IdentityTokenEstablishContext. identity_tokenIdentityTokenIdentityTokenHolder. valueMethods in com.sun.corba.ee.org.omg.CSI that return IdentityToken Modifier and Type Method Description static IdentityTokenIdentityTokenHelper. extract(Any a)static IdentityTokenIdentityTokenHelper. read(InputStream istream)Methods in com.sun.corba.ee.org.omg.CSI with parameters of type IdentityToken Modifier and Type Method Description static voidIdentityTokenHelper. insert(Any a, IdentityToken that)static voidIdentityTokenHelper. 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)
-