public class AuthPreFilterDescriptor extends Object implements Comparable<AuthPreFilterDescriptor>
Modifier and Type | Field and Description |
---|---|
protected Class<NuxeoAuthenticationFilter> |
className |
protected boolean |
enabled |
protected String |
name |
protected int |
order |
Constructor and Description |
---|
AuthPreFilterDescriptor() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AuthPreFilterDescriptor o) |
Class<NuxeoAuthenticationFilter> |
getClassName() |
String |
getName() |
Integer |
getOrder() |
boolean |
isEnabled() |
protected boolean enabled
protected Class<NuxeoAuthenticationFilter> className
protected int order
public AuthPreFilterDescriptor()
public boolean isEnabled()
public Class<NuxeoAuthenticationFilter> getClassName()
public int compareTo(AuthPreFilterDescriptor o)
compareTo
in interface Comparable<AuthPreFilterDescriptor>
Copyright © 2015 Nuxeo SA. All rights reserved.