com.bea.ales.management
Interface SubjectType


public interface SubjectType

This interface defines subject type constants.


Field Summary
static int ALL
          Indicate the subject type can be either user or group.
static int GROUP
          Indicate the subject type is group.
static java.lang.String[] TYPE_NAMES
           
static int USER
          Indicate the subject type is user.
 

Field Detail

USER

public static final int USER
Indicate the subject type is user.

GROUP

public static final int GROUP
Indicate the subject type is group.

ALL

public static final int ALL
Indicate the subject type can be either user or group. It is used for query, which means to find both user and group.

TYPE_NAMES

public static final java.lang.String[] TYPE_NAMES


Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.