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 Principalget()Get the userprincipalfor the currently executing thread.static voidset(Principal principal)Set theprincipalfor the currently executing thread.
-