info.magnolia.cms.security
Interface Realm


public interface Realm

Provides the name for the default realm. A realm is a independent set of users.

Version:
$Id: Realm.java 41137 2011-01-06 18:19:25Z gjoseph $
Author:
philipp

Field Summary
static String DEFAULT_REALM
          The default realm is REALM_ALL.
static String REALM_ADMIN
          The realm for the admin interface.
static String REALM_ALL
          No realm --> all users.
static String REALM_SYSTEM
          Contains not removable system users: anonymous, superuser.
 

Field Detail

REALM_ADMIN

static final String REALM_ADMIN
The realm for the admin interface.

See Also:
Constant Field Values

REALM_ALL

static final String REALM_ALL
No realm --> all users.

See Also:
Constant Field Values

REALM_SYSTEM

static final String REALM_SYSTEM
Contains not removable system users: anonymous, superuser.

See Also:
Constant Field Values

DEFAULT_REALM

static final String DEFAULT_REALM
The default realm is REALM_ALL.

See Also:
Constant Field Values


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.