org.apache.pluto.core
Interface UserInfoAttribute


public interface UserInfoAttribute

Encapsulates a user information attribute as described in PLT.17 of the JSR-168 specification.


Method Summary
 java.lang.String getAuthUser()
           
 java.lang.String getName()
           
 java.lang.String getValue()
           
 

Method Detail

getName

java.lang.String getName()

getValue

java.lang.String getValue()

getAuthUser

java.lang.String getAuthUser()


Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.