Class SecurityContextUtil
java.lang.Object
org.duracloud.account.db.util.security.SecurityContextUtil
This class returns the Credential of the user currently logged into the
session.
- Author:
- Andrew Woods Date: 4/7/11
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.core.Authentication
-
Constructor Details
-
SecurityContextUtil
public SecurityContextUtil()
-
-
Method Details
-
getAuthentication
public org.springframework.security.core.Authentication getAuthentication() throws org.duracloud.common.error.NoUserLoggedInException- Throws:
org.duracloud.common.error.NoUserLoggedInException
-