public enum AttributedTypeEnum extends Enum<AttributedTypeEnum>
Enum defining alias for each supported built-in AttributedType
provided by PicketLink. The
alias is used in the configuration without using the full qualified name of a type.
Enum Constant and Description |
---|
ACCOUNT |
AGENT |
GRANT |
GROUP |
GROUP_MEMBERSHIP |
GROUP_ROLE |
IDENTITY_TYPE |
PARTITION |
PERMISSION |
REALM |
RELATIONSHIP |
ROLE |
TIER |
USER |
Modifier and Type | Method and Description |
---|---|
static String |
forType(String alias) |
String |
getAlias() |
String |
toString() |
static AttributedTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributedTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttributedTypeEnum PARTITION
public static final AttributedTypeEnum IDENTITY_TYPE
public static final AttributedTypeEnum ACCOUNT
public static final AttributedTypeEnum RELATIONSHIP
public static final AttributedTypeEnum PERMISSION
public static final AttributedTypeEnum REALM
public static final AttributedTypeEnum TIER
public static final AttributedTypeEnum AGENT
public static final AttributedTypeEnum USER
public static final AttributedTypeEnum ROLE
public static final AttributedTypeEnum GROUP
public static final AttributedTypeEnum GRANT
public static final AttributedTypeEnum GROUP_ROLE
public static final AttributedTypeEnum GROUP_MEMBERSHIP
public static AttributedTypeEnum[] values()
for (AttributedTypeEnum c : AttributedTypeEnum.values()) System.out.println(c);
public static AttributedTypeEnum 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 String toString()
toString
in class Enum<AttributedTypeEnum>
public String getAlias()
Copyright © 2018 JBoss by Red Hat. All rights reserved.