org.dspace.app.xmlui.aspect.eperson
Class AuthenticationCountSelector

java.lang.Object
  extended by org.dspace.app.xmlui.aspect.eperson.AuthenticationCountSelector
All Implemented Interfaces:
org.apache.cocoon.selection.Selector

public class AuthenticationCountSelector
extends java.lang.Object
implements org.apache.cocoon.selection.Selector

Selector will count the number of interactive AuthenticationMethods defined in the dspace configuration file

Author:
Jay Paz, Scott Phillips

Field Summary
 
Fields inherited from interface org.apache.cocoon.selection.Selector
ROLE
 
Constructor Summary
AuthenticationCountSelector()
           
 
Method Summary
 boolean select(java.lang.String expression, java.util.Map objectModel, org.apache.avalon.framework.parameters.Parameters parameters)
          Returns true if the expression (in this case a number) is equal to the number of AuthenticationMethods defined in the dspace.cfg file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationCountSelector

public AuthenticationCountSelector()
Method Detail

select

public boolean select(java.lang.String expression,
                      java.util.Map objectModel,
                      org.apache.avalon.framework.parameters.Parameters parameters)
Returns true if the expression (in this case a number) is equal to the number of AuthenticationMethods defined in the dspace.cfg file

Specified by:
select in interface org.apache.cocoon.selection.Selector
Returns:


Copyright © 2010 DuraSpace. All Rights Reserved.