org.jboss.security.identity
Interface Attribute<T>

All Superinterfaces:
java.io.Serializable

public interface Attribute<T>
extends java.io.Serializable

Represents an attribute of the identity

Author:
Anil.Saldhana@redhat.com

Nested Class Summary
static class Attribute.TYPE
           
 
Method Summary
 java.lang.String getName()
          Get the name of the attribute
 T getValue()
          The value of the attribute
 

Method Detail

getName

java.lang.String getName()
Get the name of the attribute

Returns:

getValue

T getValue()
The value of the attribute

Returns:


Copyright © 2009 JBoss Inc.. All Rights Reserved.