RoleStatus

Class RoleStatus

public class RoleStatus
extends Object

This class describes the various problems which can be encountered when accessing a role.

Since:
1.5

Fields

NO_ROLE_WITH_NAME

public static final int NO_ROLE_WITH_NAME

Problem type when trying to access an unknown role.

ROLE_NOT_READABLE

public static final int ROLE_NOT_READABLE

Problem type when trying to read a non-readable attribute.

ROLE_NOT_WRITABLE

public static final int ROLE_NOT_WRITABLE