Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.security
Class SecurityPolicyDescriptor

java.lang.Object
  extended by org.nuxeo.ecm.core.security.SecurityPolicyDescriptor
All Implemented Interfaces:
Comparable<SecurityPolicyDescriptor>

public class SecurityPolicyDescriptor
extends Object
implements Comparable<SecurityPolicyDescriptor>

Pluggable policy descriptor for core security

Author:
Anahide Tchertchian

Constructor Summary
SecurityPolicyDescriptor()
           
 
Method Summary
 int compareTo(SecurityPolicyDescriptor anotherPolicy)
           
 String getName()
           
 int getOrder()
           
 Class<Object> getPolicy()
           
 boolean isEnabled()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecurityPolicyDescriptor

public SecurityPolicyDescriptor()
Method Detail

getName

public String getName()

getPolicy

public Class<Object> getPolicy()

isEnabled

public boolean isEnabled()

getOrder

public int getOrder()

compareTo

public int compareTo(SecurityPolicyDescriptor anotherPolicy)
Specified by:
compareTo in interface Comparable<SecurityPolicyDescriptor>

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.