Uses of Interface
org.norther.tammi.core.security.AuthenticatedPrincipal

Packages that use AuthenticatedPrincipal
org.norther.tammi.core.realm   
 

Uses of AuthenticatedPrincipal in org.norther.tammi.core.realm
 

Methods in org.norther.tammi.core.realm that return AuthenticatedPrincipal
protected  AuthenticatedPrincipal AbstractRealm.createPrincipal(String domain, Locale locale, Object id, String username, String credentials)
          Creates a user principal instance representing the authenticated user.
protected  AuthenticatedPrincipal AbstractRealm.createPrincipal(String domain, Locale locale, Object id, String username, String credentials, String realName)
          Creates a user principal instance with the full name representing the authenticated user.
 

Methods in org.norther.tammi.core.realm with parameters of type AuthenticatedPrincipal
protected  boolean AbstractRealm.addRoles(AuthenticatedPrincipal principal, List roles)
          Adds roles for the specified authenticated principal.
 



Copyright © 2004 The Norther Organization. All rights reserved.