Example usage for org.apache.shiro.authc MergableAuthenticationInfo interface-usage

List of usage examples for org.apache.shiro.authc MergableAuthenticationInfo interface-usage

Introduction

In this page you can find the example usage for org.apache.shiro.authc MergableAuthenticationInfo interface-usage.

Usage

From source file edu.wisc.nexus.auth.rut.RemoteUserAuthenticationInfo.java

/**
 * @author Eric Dalquist
 * @version $Revision$
 */
public class RemoteUserAuthenticationInfo implements MergableAuthenticationInfo {
    private PrincipalCollection principals;

From source file org.apache.usergrid.security.shiro.UsergridAuthenticationInfo.java

/**
 * Extend so we can control how JSON de-serialization works
 */
//@JsonTypeInfo(include = JsonTypeInfo.As.PROPERTY, use= JsonTypeInfo.Id.NAME, property="class" )
public class UsergridAuthenticationInfo implements MergableAuthenticationInfo, SaltedAuthenticationInfo {