nl.surfnet.coin.selfservice.util
Class SpringSecurity

java.lang.Object
  extended by nl.surfnet.coin.selfservice.util.SpringSecurity

public class SpringSecurity
extends Object


Constructor Summary
SpringSecurity()
           
 
Method Summary
static CoinUser getCurrentUser()
          Get the currently logged in user from the security context.
static boolean isFullyAuthenticated()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringSecurity

public SpringSecurity()
Method Detail

getCurrentUser

public static CoinUser getCurrentUser()
Get the currently logged in user from the security context.

Returns:
String
Throws:
SecurityException - in case no principal is found.

isFullyAuthenticated

public static boolean isFullyAuthenticated()
Returns:


Copyright © 2012-2013 SURFnet bv, The Netherlands. All Rights Reserved.