public static enum Profile.Feature extends Enum<Profile.Feature>
Enum Constant and Description |
---|
ACCOUNT_API |
ACCOUNT2 |
ADMIN_FINE_GRAINED_AUTHZ |
AUTHORIZATION |
CIBA |
CLIENT_POLICIES |
DECLARATIVE_USER_PROFILE |
DOCKER |
IMPERSONATION |
MAP_STORAGE |
OPENSHIFT_INTEGRATION |
PAR |
SCRIPTS |
TOKEN_EXCHANGE |
UPLOAD_SCRIPTS |
WEB_AUTHN |
Modifier and Type | Method and Description |
---|---|
Profile.Type |
getTypeProduct() |
Profile.Type |
getTypeProject() |
boolean |
hasDifferentProductType() |
static Profile.Feature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Profile.Feature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Profile.Feature AUTHORIZATION
public static final Profile.Feature ACCOUNT2
public static final Profile.Feature ACCOUNT_API
public static final Profile.Feature ADMIN_FINE_GRAINED_AUTHZ
public static final Profile.Feature DOCKER
public static final Profile.Feature IMPERSONATION
public static final Profile.Feature OPENSHIFT_INTEGRATION
public static final Profile.Feature SCRIPTS
public static final Profile.Feature TOKEN_EXCHANGE
public static final Profile.Feature UPLOAD_SCRIPTS
public static final Profile.Feature WEB_AUTHN
public static final Profile.Feature CLIENT_POLICIES
public static final Profile.Feature CIBA
public static final Profile.Feature MAP_STORAGE
public static final Profile.Feature PAR
public static final Profile.Feature DECLARATIVE_USER_PROFILE
public static Profile.Feature[] values()
for (Profile.Feature c : Profile.Feature.values()) System.out.println(c);
public static Profile.Feature 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 Profile.Type getTypeProject()
public Profile.Type getTypeProduct()
public boolean hasDifferentProductType()
Copyright © 2021 JBoss by Red Hat. All rights reserved.