org.dspace.app.xmlui.aspect.eperson
Class AuthenticationCountSelector
java.lang.Object
org.dspace.app.xmlui.aspect.eperson.AuthenticationCountSelector
- All Implemented Interfaces:
- org.apache.cocoon.selection.Selector
public class AuthenticationCountSelector
- extends 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
| Fields inherited from interface org.apache.cocoon.selection.Selector |
ROLE |
|
Method Summary |
boolean |
select(String expression,
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 |
AuthenticationCountSelector
public AuthenticationCountSelector()
select
public boolean select(String expression,
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 © 2012 DuraSpace. All Rights Reserved.