
com.daedafusion.security.bindings.SubjectUtil Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of security-framework Show documentation
Show all versions of security-framework Show documentation
A pluggable security framework "inspired" by the OWASP ESAPI framework
package com.daedafusion.security.bindings;
import com.daedafusion.security.authentication.Subject;
import org.apache.log4j.Logger;
/**
* Created by mphilpot on 7/14/14.
*/
public class SubjectUtil
{
private static final Logger log = Logger.getLogger(SubjectUtil.class);
private SubjectUtil(){}
public static Subject getSubject()
{
return LocalSubjectStorage.get();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy