Uses of Interface
org.apache.jetspeed.om.portlet.UserAttributeRef

Packages that use UserAttributeRef
org.apache.jetspeed.om.portlet   
org.apache.jetspeed.userinfo   
 

Uses of UserAttributeRef in org.apache.jetspeed.om.portlet
 

Methods in org.apache.jetspeed.om.portlet that return UserAttributeRef
 UserAttributeRef PortletApplication.addUserAttributeRef(java.lang.String name)
           
 UserAttributeRef PortletApplication.getUserAttributeRef(java.lang.String name)
           
 

Methods in org.apache.jetspeed.om.portlet that return types with arguments of type UserAttributeRef
 java.util.List<UserAttributeRef> PortletApplication.getUserAttributeRefs()
           
 

Uses of UserAttributeRef in org.apache.jetspeed.userinfo
 

Method parameters in org.apache.jetspeed.userinfo with type arguments of type UserAttributeRef
 java.util.Map<java.lang.String,java.lang.String> UserAttributeSource.getUserAttributeMap(javax.security.auth.Subject subject, java.util.Collection<UserAttributeRef> userAttributeRefs, RequestContext context)
           
 



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