Package | Description |
---|---|
org.apache.shiro.authc |
Core interfaces and exceptions concerning Authentication (the act of logging-in).
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleAccount
Simple implementation of the
Account interface that
contains principal and credential and authorization information (roles and permissions) as instance variables and
exposes them via getters and setters using standard JavaBean notation. |
class |
SimpleAuthenticationInfo
Simple implementation of the
MergableAuthenticationInfo interface that holds the principals and
credentials. |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.