Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


com.tangosol.net.security
Class SecurityHelper

java.lang.Object
  extended by com.tangosol.net.security.SecurityHelper


public abstract class SecurityHelper
extends java.lang.Object

A collection of security-related utilities.

Author:
dag 2009.11.16

Field Summary
static javax.security.auth.Subject EMPTY_SUBJECT
          A subject that represents nobody.

 

Constructor Summary
SecurityHelper()
           

 

Method Summary
static javax.security.auth.Subject getCurrentSubject()
          Return the Subject from the current security context.

 

Field Detail

EMPTY_SUBJECT

public static final javax.security.auth.Subject EMPTY_SUBJECT
A subject that represents nobody.

Constructor Detail

SecurityHelper

public SecurityHelper()

Method Detail

getCurrentSubject

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

Skip navigation links

Oracle® Coherence Java API Reference
Release 12.1.2.0.3

E26043-02


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.