JSecurity

Uses of Interface
org.jsecurity.authc.Account

Packages that use Account
org.jsecurity.authc Core interfaces and exceptions concerning Authentication (the act of logging-in). 
org.jsecurity.authz Core interfaces and exceptions supporting Authorization (access control). 
 

Uses of Account in org.jsecurity.authc
 

Classes in org.jsecurity.authc that implement Account
 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.
 

Uses of Account in org.jsecurity.authz
 

Subinterfaces of Account in org.jsecurity.authz
 interface AuthorizingAccount
          Deprecated.  
 

Classes in org.jsecurity.authz that implement Account
 class SimpleAuthorizingAccount
          Deprecated.  
 

Methods in org.jsecurity.authz with parameters of type Account
 void SimpleAuthorizingAccount.merge(Account otherAccount)
          Deprecated.  
 


JSecurity

Copyright © 2004-2008 JSecurity.