All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openl.security.acl.MutableAclService Maven / Gradle / Ivy

The newest version!
package org.openl.security.acl;

import org.springframework.security.acls.model.Sid;

public interface MutableAclService extends org.springframework.security.acls.model.MutableAclService {

    void deleteSid(Sid sid);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy