All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.security.HqClientMessageToken Maven / Gradle / Ivy

package org.yamcs.security;
import org.apache.activemq.artemis.api.core.client.ClientMessage;

/**
 * Created by msc on 05/05/15.
 */
public class HqClientMessageToken extends UsernamePasswordToken {

    public HqClientMessageToken(ClientMessage message, String password) {
        super( message.getStringProperty( ArtemisAuthInterceptor.USERNAME_PROPERTY ), password);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy