Java org.springframework.security.acls.jdbc JdbcMutableAclService fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.acls.jdbc JdbcMutableAclService fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.acls.jdbc JdbcMutableAclService.

The text is from its open source code.

Subclass

org.springframework.security.acls.jdbc.JdbcMutableAclService has subclasses.
Click this link to see all its subclasses.

Constructor

Method

voidsetClassIdentityQuery(String classIdentityQuery)
Sets the query that will be used to retrieve the identity of a newly created row in the acl_class table.
voidsetSidIdentityQuery(String sidIdentityQuery)
Sets the query that will be used to retrieve the identity of a newly created row in the acl_sid table.