|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.security.identity.AttributeFactory
public class AttributeFactory
Creates Attributes
| Constructor Summary | |
|---|---|
AttributeFactory()
|
|
| Method Summary | ||
|---|---|---|
static
|
createAttribute(java.lang.String name,
T value)
Create an attribute |
|
static Attribute<java.lang.String> |
createEmailAddress(java.lang.String emailAddress)
Create an email attribute |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeFactory()
| Method Detail |
|---|
public static <T> Attribute<T> createAttribute(java.lang.String name,
T value)
T - name - value -
public static Attribute<java.lang.String> createEmailAddress(java.lang.String emailAddress)
emailAddress -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||