Package com.soffid.iam
Class PrincipalStore
- java.lang.Object
-
- com.soffid.iam.PrincipalStore
-
- Direct Known Subclasses:
PrincipalStore
public class PrincipalStore extends Object
Stores the currently logged in Principal. The principal is passed from another tier of the application (i.e. the web application).
-
-
Constructor Summary
Constructors Constructor Description PrincipalStore()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Principal
get()
Get the userprincipal
for the currently executing thread.static void
set(Principal principal)
Set theprincipal
for the currently executing thread.
-