Package org.jboss.security.identity
Interface Attribute<T>
-
- All Superinterfaces:
Serializable
public interface Attribute<T> extends Serializable
Represents an attribute of the identity- Author:
- Anil.Saldhana@redhat.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAttribute.TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Get the name of the attributeTgetValue()The value of the attribute
-