Java org.apache.shiro.subject SimplePrincipalCollection fields, constructors, methods, implement or subclass

Example usage for Java org.apache.shiro.subject SimplePrincipalCollection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.shiro.subject SimplePrincipalCollection.

The text is from its open source code.

Subclass

org.apache.shiro.subject.SimplePrincipalCollection has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidadd(Object principal, String realmName)
voidaddAll(PrincipalCollection principals)
voidaddAll(Collection principals, String realmName)
ListasList()
voidclear()
ObjectgetPrimaryPrincipal()
Returns the first available principal from any of the Realm principals, or null if there are no principals yet.
SetgetRealmNames()
booleanisEmpty()