Errai 3.0.1-SNAPSHOT

Uses of Interface
org.jboss.errai.security.shared.api.identity.User

Packages that use User
org.jboss.errai.security.client.local.api   
org.jboss.errai.security.client.local.context   
org.jboss.errai.security.client.local.spi   
org.jboss.errai.security.client.local.storage   
org.jboss.errai.security.server   
org.jboss.errai.security.shared.api   
org.jboss.errai.security.shared.api.identity   
org.jboss.errai.security.shared.event   
org.jboss.errai.security.shared.service   
 

Uses of User in org.jboss.errai.security.client.local.api
 

Methods in org.jboss.errai.security.client.local.api that return User
 User SecurityContext.getCachedUser()
          Remote calls to AuthenticationService are cached, such that calls to this method can retrieve the logged in User from memory.
 

Methods in org.jboss.errai.security.client.local.api with parameters of type User
 void SecurityContext.setCachedUser(User user)
          Validate and set the cached user.
 

Uses of User in org.jboss.errai.security.client.local.context
 

Methods in org.jboss.errai.security.client.local.context that return User
 User SecurityContextImpl.getCachedUser()
           
 User BasicUserCacheImpl.getUser()
           
 

Methods in org.jboss.errai.security.client.local.context with parameters of type User
 void SecurityContextImpl.setCachedUser(User user)
           
 void BasicUserCacheImpl.setUser(User user)
           
 

Uses of User in org.jboss.errai.security.client.local.spi
 

Methods in org.jboss.errai.security.client.local.spi that return User
 User ActiveUserCache.getUser()
           
 

Methods in org.jboss.errai.security.client.local.spi with parameters of type User
 void ActiveUserCache.setUser(User user)
          Set the currently logged in User.
 

Uses of User in org.jboss.errai.security.client.local.storage
 

Methods in org.jboss.errai.security.client.local.storage that return User
 User UserStorageHandler.getUser()
          Returns the locally persisted user if one can be found.
 

Methods in org.jboss.errai.security.client.local.storage with parameters of type User
 void UserStorageHandler.setUser(User user)
          Persists the given user locally, using whatever means this implementation supports.
 

Uses of User in org.jboss.errai.security.server
 

Methods in org.jboss.errai.security.server that return User
 User PicketLinkAuthenticationService.getUser()
           
 User NonCachingUserServiceImpl.getUser()
           
 User PicketLinkAuthenticationService.login(String username, String password)
           
 

Uses of User in org.jboss.errai.security.shared.api
 

Methods in org.jboss.errai.security.shared.api that return User
static User UserCookieEncoder.fromCookieValue(String userString)
          Decode a persisted User from a cookie value.
 

Methods in org.jboss.errai.security.shared.api with parameters of type User
static String UserCookieEncoder.toCookieValue(User user)
          Encode a cookie value used for persisting a User.
 

Uses of User in org.jboss.errai.security.shared.api.identity
 

Classes in org.jboss.errai.security.shared.api.identity that implement User
 class UserImpl
           
 

Fields in org.jboss.errai.security.shared.api.identity declared as User
static User User.ANONYMOUS
          Represents a user who is not logged in.
 

Uses of User in org.jboss.errai.security.shared.event
 

Methods in org.jboss.errai.security.shared.event that return User
 User LoggedInEvent.getUser()
           
 

Constructors in org.jboss.errai.security.shared.event with parameters of type User
LoggedInEvent(User user)
           
 

Uses of User in org.jboss.errai.security.shared.service
 

Methods in org.jboss.errai.security.shared.service that return User
 User AuthenticationService.getUser()
          Get the currently authenticated user.
 User NonCachingUserService.getUser()
           
 User AuthenticationService.login(String username, String password)
          Login with the given username and password, throwing an exception if the login fails.
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.