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
 String getAuthUser()
           
 String getName()
           
 String getValue()
           
 

Method Detail

getName

String getName()

getValue

String getValue()

getAuthUser

String getAuthUser()


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