Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.auth.service
Class AuthPreFilterDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.auth.service.AuthPreFilterDescriptor
All Implemented Interfaces:
Comparable<AuthPreFilterDescriptor>

public class AuthPreFilterDescriptor
extends Object
implements Comparable<AuthPreFilterDescriptor>


Constructor Summary
AuthPreFilterDescriptor()
           
 
Method Summary
 int compareTo(AuthPreFilterDescriptor o)
           
 Class<NuxeoAuthenticationFilter> getClassName()
           
 String getName()
           
 Integer getOrder()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthPreFilterDescriptor

public AuthPreFilterDescriptor()
Method Detail

getName

public String getName()

isEnabled

public boolean isEnabled()

getClassName

public Class<NuxeoAuthenticationFilter> getClassName()

getOrder

public Integer getOrder()

compareTo

public int compareTo(AuthPreFilterDescriptor o)
Specified by:
compareTo in interface Comparable<AuthPreFilterDescriptor>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.