org.apache.jackrabbit.core.security
Interface SecurityConstants


public interface SecurityConstants

This interface defines miscellaneous security related constants.


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

Field Detail

IMPERSONATOR_ATTRIBUTE

static final java.lang.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 java.lang.String ADMINISTRATORS_NAME
The default principal name of the administrators group

See Also:
Constant Field Values

ADMIN_ID

static final java.lang.String ADMIN_ID
The default userID of the administrator.

See Also:
Constant Field Values

ANONYMOUS_ID

static final java.lang.String ANONYMOUS_ID
The default userID for anonymous login

See Also:
Constant Field Values

DEFAULT_DIGEST

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

See Also:
Constant Field Values


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.