org.codehaus.plexus.redback.system
Class SecuritySystemConstants

java.lang.Object
  extended by org.codehaus.plexus.redback.system.SecuritySystemConstants

public class SecuritySystemConstants
extends java.lang.Object

SecuritySystemConstants - constants for use with contexts that use plexus-security.

Version:
$Id: SecuritySystemConstants.java 61 2007-02-21 22:46:14Z joakime $
Author:
Joakim Erdfelt

Field Summary
static java.lang.String SECURITY_SESSION_KEY
          Key in the sessionScope for the SecuritySession object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SECURITY_SESSION_KEY

public static final java.lang.String SECURITY_SESSION_KEY
Key in the sessionScope for the SecuritySession object.

See Also:
Constant Field Values


Copyright © 2006-2009 Codehaus. All Rights Reserved.