Package org.jboss.security.identity
Class AttributeFactory
- java.lang.Object
-
- org.jboss.security.identity.AttributeFactory
-
public class AttributeFactory extends Object
Creates Attributes- Author:
- Anil.Saldhana@redhat.com
-
-
Constructor Summary
Constructors Constructor Description AttributeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Attribute<T>createAttribute(String name, T value)Create an attributestatic Attribute<String>createEmailAddress(String emailAddress)Create an email attribute
-