JBoss Security SPI - Aggregator 2.0.4.SP8

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
static class Attribute.TYPE
           
 
Method Summary
 String getName()
          Get the name of the attribute
 T getValue()
          The value of the attribute
 

Method Detail

getName

String getName()
Get the name of the attribute

Returns:

getValue

T getValue()
The value of the attribute

Returns:

JBoss Security SPI - Aggregator 2.0.4.SP8

Copyright © 2012 JBoss Inc.. All Rights Reserved.