Uses of Class
org.apache.deltaspike.security.api.User

Packages that use User
org.apache.deltaspike.security.api   
org.apache.deltaspike.security.api.authentication.event   
org.apache.deltaspike.security.spi.authentication   
 

Uses of User in org.apache.deltaspike.security.api
 

Methods in org.apache.deltaspike.security.api that return User
 User Identity.getUser()
           
 

Uses of User in org.apache.deltaspike.security.api.authentication.event
 

Methods in org.apache.deltaspike.security.api.authentication.event that return User
 User PreLoggedOutEvent.getUser()
           
 User PostLoggedOutEvent.getUser()
           
 

Constructors in org.apache.deltaspike.security.api.authentication.event with parameters of type User
PostLoggedOutEvent(User user)
           
PreLoggedOutEvent(User user)
           
 

Uses of User in org.apache.deltaspike.security.spi.authentication
 

Methods in org.apache.deltaspike.security.spi.authentication that return User
 User Authenticator.getUser()
           
 



Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.