***  This class provides Binary Compatibility only, not Source Compatibility  ***

com.sas.services.session
Class SessionContextPermission

com.sas.services.session.SessionContextPermission
All Implemented Interfaces:
java.io.Serializable, java.security.Guard

public final class SessionContextPermission

This class is used to protect Session Context objects that are stored in the Session Service. In order to get a session context, SessionContext "read" permission is required.

Since:
1.1
See Also:
Serialized Form

Constructor Summary
SessionContextPermission(java.lang.String name)
          Creates a new SessionContextPermission with the specified name.
SessionContextPermission(java.lang.String name, java.lang.String actions)
          Creates a new SessionContextPermission object with the specified name.
 

Constructor Detail

SessionContextPermission

public SessionContextPermission(java.lang.String name)
Creates a new SessionContextPermission with the specified name. The name is the symbolic name of the SessionContextPermission, such as "read".

Parameters:
name - the name of the SessionContextPermission.

SessionContextPermission

public SessionContextPermission(java.lang.String name,
                                java.lang.String actions)
Creates a new SessionContextPermission object with the specified name. The name is the symbolic name of the SessionContextPermission, and the actions String is currently unused and should be null.

Parameters:
name - the name of the SessionContextPermission.
actions - should be null.

***  This class provides Binary Compatibility only, not Source Compatibility  ***




Copyright © 2009 SAS Institute Inc. All Rights Reserved.