Example usage for org.apache.shiro.subject PrincipalCollection interface-usage

List of usage examples for org.apache.shiro.subject PrincipalCollection interface-usage

Introduction

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

Usage

From source file io.vertx.ext.auth.impl.realms.SimplePrincipalCollection.java

/**
 * Seems kludgy having to do this, but not sure how else to authorise using the Shiro API
 *
 * @author <a href="http://tfox.org">Tim Fox</a>
 */
public class SimplePrincipalCollection implements PrincipalCollection {

From source file io.vertx.ext.auth.shiro.impl.SimplePrincipalCollection.java

/**
 * Seems kludgy having to do this, but not sure how else to authorise using the Shiro API
 *
 * @author <a href="http://tfox.org">Tim Fox</a>
 */
public class SimplePrincipalCollection implements PrincipalCollection {