atg.security
Interface AccountTypes

All Known Subinterfaces:
Account, AccountManager, RemoteAccount, RemoteUserAuthority
All Known Implementing Classes:
ActiveDirectoryAccountManager, ClientAccount, ClientAccountManager, ClientUserAuthority, GenericAccount, GenericAccountInitializer, GenericAccountManager, iPlanetDirectoryAccountManager, LDAPAccountInitializer, LDAPRepositoryAccount, LDAPRepositoryAccountManager, RemoteAccountImpl, RemoteUserAuthorityImpl, RepositoryAccount, RepositoryAccountManager, SerializedAccountManager, XmlAccountManager

public interface AccountTypes

Interface that defines the constants used for account typing.

See Also:
AccountManager, Account

Field Summary
static int ANY_ACCOUNT
          Account type that matches any account type when performing a query operation.
static java.lang.String CLASS_VERSION
           
static int GROUP_ACCOUNT
          Account type that matches group accounts when performing a query operation.
static int LOGIN_ACCOUNT
          Account type that matches user login accounts when performing a query operation.
static int PRIVILEGE_ACCOUNT
          Account type that matches privilege accounts when performing a query operation.
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values

ANY_ACCOUNT

static final int ANY_ACCOUNT
Account type that matches any account type when performing a query operation.

See Also:
Constant Field Values

LOGIN_ACCOUNT

static final int LOGIN_ACCOUNT
Account type that matches user login accounts when performing a query operation.

See Also:
Constant Field Values

GROUP_ACCOUNT

static final int GROUP_ACCOUNT
Account type that matches group accounts when performing a query operation.

See Also:
Constant Field Values

PRIVILEGE_ACCOUNT

static final int PRIVILEGE_ACCOUNT
Account type that matches privilege accounts when performing a query operation.

See Also:
Constant Field Values