org.apache.jackrabbit.core.security
Interface SecurityConstants


public interface SecurityConstants

This interface defines miscellaneous security related constants.


Field Summary
static String IMPERSONATOR_ATTRIBUTE
          Name of the internal SimpleCredentials attribute where the Subject of the impersonating Session is stored.
 

Field Detail

IMPERSONATOR_ATTRIBUTE

public static final String IMPERSONATOR_ATTRIBUTE
Name of the internal SimpleCredentials attribute where the Subject of the impersonating Session is stored.

See Also:
Session.impersonate(javax.jcr.Credentials), Constant Field Values


Copyright © 2004-2006 The Apache Software Foundation. All Rights Reserved.