Java org.springframework.security.acls.domain ObjectIdentityImpl fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Constructor

ObjectIdentityImpl(String type, Serializable identifier)
ObjectIdentityImpl(Class javaType, Serializable identifier)
Constructor which uses the name of the supplied class as the type property.
ObjectIdentityImpl(Object object)
Creates the ObjectIdentityImpl based on the passed object instance.