org.squashtest.tm.service.security.acls.jdbc
Interface ManageableAclService

All Known Implementing Classes:
JdbcManageableAclService

public interface ManageableAclService


Method Summary
 void createObjectIdentity(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
          Creates (persists) a not noll, not existing object identity
 void removeObjectIdentity(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
           
 

Method Detail

createObjectIdentity

void createObjectIdentity(@NotNull
                          org.springframework.security.acls.model.ObjectIdentity objectIdentity)
                          throws org.springframework.security.acls.model.AlreadyExistsException
Creates (persists) a not noll, not existing object identity

Parameters:
objectIdentity -
Throws:
org.springframework.security.acls.model.AlreadyExistsException

removeObjectIdentity

void removeObjectIdentity(org.springframework.security.acls.model.ObjectIdentity objectIdentity)
Parameters:
objectIdentity -


Copyright © 2010-2013 Henix, henix.fr. All Rights Reserved.