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 class
Attribute.TYPE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Get the name of the attributeT
getValue()
The value of the attribute
-