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 Details

    • EMPTY_SUBJECT

      public static final Subject EMPTY_SUBJECT
      A subject that represents nobody.
  • Constructor Details

    • SecurityHelper

      public SecurityHelper()
  • Method Details

    • getCurrentSubject

      public static Subject getCurrentSubject()
      Return the Subject from the current security context.
      Returns:
      the current Subject.