com.evolveum.midpoint.web.security
Class SecurityUtils

java.lang.Object
  extended by com.evolveum.midpoint.web.security.SecurityUtils
All Implemented Interfaces:
java.io.Serializable

@Controller(value="security")
@Scope(value="session")
public class SecurityUtils
extends java.lang.Object
implements java.io.Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
SecurityUtils()
           
 
Method Summary
 boolean getIsUserLoggedIn()
           
 java.lang.String getShortUserName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityUtils

public SecurityUtils()
Method Detail

getIsUserLoggedIn

public boolean getIsUserLoggedIn()

getShortUserName

public java.lang.String getShortUserName()


Copyright © 2011 evolveum. All Rights Reserved.