org.apache.jetspeed.userinfo
Interface UserAttributeSource


public interface UserAttributeSource

Required Interface for a User Attribute Source

Version:
$Id: $
Author:
Keith Garry Boyce, David Sean Taylor

Method Summary
 java.util.Map<java.lang.String,java.lang.String> getUserAttributeMap(javax.security.auth.Subject subject, java.util.Collection<UserAttributeRef> userAttributeRefs, RequestContext context)
           
 

Method Detail

getUserAttributeMap

java.util.Map<java.lang.String,java.lang.String> getUserAttributeMap(javax.security.auth.Subject subject,
                                                                     java.util.Collection<UserAttributeRef> userAttributeRefs,
                                                                     RequestContext context)
                                                                     throws UserAttributeRetrievalException
Throws:
UserAttributeRetrievalException


Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.