public enum BuiltInAuthc extends Enum<BuiltInAuthc>
| Enum Constant and Description |
|---|
ADMIN_ROLE
Built in Admin role
|
SYSTEM_AGENT
Built in 'system' agent
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getPath() |
Path |
getPath(TransactionKey transactionKey) |
static BuiltInAuthc |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BuiltInAuthc[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BuiltInAuthc ADMIN_ROLE
public static final BuiltInAuthc SYSTEM_AGENT
public static BuiltInAuthc[] values()
for (BuiltInAuthc c : BuiltInAuthc.values()) System.out.println(c);
public static BuiltInAuthc valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Path getPath() throws ObjectNotFoundException
ObjectNotFoundExceptionpublic Path getPath(TransactionKey transactionKey) throws ObjectNotFoundException
ObjectNotFoundExceptionCopyright © 1997–2022 CRISTAL-iSE. All rights reserved.