de.deepamehta.plugins.accesscontrol.model
Class ACLEntry

java.lang.Object
  extended by de.deepamehta.plugins.accesscontrol.model.ACLEntry

public class ACLEntry
extends Object


Constructor Summary
ACLEntry(Operation operation, UserRole... userRoles)
           
 
Method Summary
 Operation getOperation()
           
 UserRole[] getUserRoles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACLEntry

public ACLEntry(Operation operation,
                UserRole... userRoles)
Method Detail

getOperation

public Operation getOperation()

getUserRoles

public UserRole[] getUserRoles()


Copyright © 2014. All rights reserved.