public interface  org.apache.activemq.shiro.authc.AuthenticationTokenFactory extends java.lang.Object
{
public abstract org.apache.shiro.authc.AuthenticationToken getAuthenticationToken(org.apache.activemq.shiro.subject.SubjectConnectionReference) throws java.lang.Exception;
}