org.apache.jetspeed.security
Class UserResultList

java.lang.Object
  extended by org.apache.jetspeed.security.JetspeedPrincipalResultList
      extended by org.apache.jetspeed.security.UserResultList

public class UserResultList
extends JetspeedPrincipalResultList

Wrapper for a JetspeedPrincipalResultList. Takes care of casting to a User typed result list.

Author:
Joachim Mueller

Constructor Summary
UserResultList(JetspeedPrincipalResultList jprl)
          Create a user result list from a JetspeedPrincipalResultList.
 
Method Summary
 java.util.List<User> getResults()
          Get the principal results.
 
Methods inherited from class org.apache.jetspeed.security.JetspeedPrincipalResultList
getTotalSize, setTotalSize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserResultList

public UserResultList(JetspeedPrincipalResultList jprl)
Create a user result list from a JetspeedPrincipalResultList.

Parameters:
jprl -
Method Detail

getResults

public java.util.List<User> getResults()
Description copied from class: JetspeedPrincipalResultList
Get the principal results.

Overrides:
getResults in class JetspeedPrincipalResultList
Returns:


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