org.apache.jackrabbit.core.security
Interface SecurityConstants


public interface SecurityConstants

This interface defines miscellaneous security related constants.


Field Summary
static String ADMIN_ID
          The default userID of the administrator.
static String ADMINISTRATORS_NAME
          The default principal name of the administrators group
static String ANONYMOUS_ID
          The default userID for anonymous login
static String DEFAULT_DIGEST
          To be used for the encryption.
static String IMPERSONATOR_ATTRIBUTE
          Name of the internal SimpleCredentials attribute where the Subject of the impersonating Session is stored.
 

Field Detail

IMPERSONATOR_ATTRIBUTE

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

ADMINISTRATORS_NAME

static final String ADMINISTRATORS_NAME
The default principal name of the administrators group

See Also:
Constant Field Values

ADMIN_ID

static final String ADMIN_ID
The default userID of the administrator.

See Also:
Constant Field Values

ANONYMOUS_ID

static final String ANONYMOUS_ID
The default userID for anonymous login

See Also:
Constant Field Values

DEFAULT_DIGEST

static final String DEFAULT_DIGEST
To be used for the encryption. E.g. for passwords in SimpleCredentials.getPassword() SimpleCredentials}

See Also:
Constant Field Values


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