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 getIsAdminLoggedIn()
           
 boolean getIsUserLoggedIn()
           
 PrincipalUser getPrincipalUser()
           
 java.lang.String getShortUserName()
           
 java.lang.String getUserOid()
           
 
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()

getIsAdminLoggedIn

public boolean getIsAdminLoggedIn()

getShortUserName

public java.lang.String getShortUserName()

getPrincipalUser

public PrincipalUser getPrincipalUser()

getUserOid

public java.lang.String getUserOid()


Copyright © 2012 evolveum. All Rights Reserved.