Package com.tangosol.net.security
Class SecurityHelper
- java.lang.Object
-
- com.tangosol.net.security.SecurityHelper
-
public abstract class SecurityHelper extends Object
A collection of security-related utilities.- Author:
- dag 2009.11.16
-
-
Field Summary
Fields Modifier and Type Field Description static Subject
EMPTY_SUBJECT
A subject that represents nobody.
-
Constructor Summary
Constructors Constructor Description SecurityHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Subject
getCurrentSubject()
Return the Subject from the current security context.
-