Uses of Class
com.sun.enterprise.iiop.security.GSSUPToken
-
Packages that use GSSUPToken Package Description com.sun.enterprise.iiop.security -
-
Uses of GSSUPToken in com.sun.enterprise.iiop.security
Methods in com.sun.enterprise.iiop.security that return GSSUPToken Modifier and Type Method Description static GSSUPTokenGSSUPToken. getClientSideInstance(org.omg.CORBA.ORB orb, org.omg.IOP.Codec codec, PasswordCredential pwdcred, com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMech mech)Constructs mechanism token from a password credential, called from the client side interceptorsstatic GSSUPTokenGSSUPToken. getServerSideInstance(org.omg.CORBA.ORB orb, org.omg.IOP.Codec codec, byte[] authtok)Creates a GSSUPToken instance on the server side
-