public interface  org.apache.shiro.authc.MergableAuthenticationInfo extends java.lang.Object implements org.apache.shiro.authc.AuthenticationInfo
{
public abstract void merge(org.apache.shiro.authc.AuthenticationInfo);
}