Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


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