Package org.jdesktop.wonderland.modules.xremwin.common.message

Examples of org.jdesktop.wonderland.modules.xremwin.common.message.SecretResponseMessage


        SessionMapManager smm = AppContext.getManager(SessionMapManager.class);
        WonderlandClientID checkID = smm.getClientID(message.getClientID());
       
        // send the secret to the client
        SecretKey secret = XrwSecretManager.getInstance().getSecret(checkID);
        return new SecretResponseMessage(message.getMessageID(), secret);
    }
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.modules.xremwin.common.message.SecretResponseMessage

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.