Spring Security Framework

Uses of Class
org.springframework.security.concurrent.SessionAlreadyUsedException

Packages that use SessionAlreadyUsedException
org.springframework.security.concurrent Concurrent session control and registration classes. 
 

Uses of SessionAlreadyUsedException in org.springframework.security.concurrent
 

Methods in org.springframework.security.concurrent that throw SessionAlreadyUsedException
 void SessionRegistry.registerNewSession(String sessionId, Object principal)
          Registers a new session for the specified principal.
 


Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.