public interface

ObjectIdentityGenerator

org.springframework.security.acls.model.ObjectIdentityGenerator
Known Indirect Subclasses

Class Overview

Strategy which creates an ObjectIdentity from an object identifier (such as a primary key) and type information.

Differs from ObjectIdentityRetrievalStrategy in that it is used in situations when the actual object instance isn't available.

Summary

Public Methods
abstract ObjectIdentity createObjectIdentity(Serializable id, String type)

Public Methods

public abstract ObjectIdentity createObjectIdentity (Serializable id, String type)

Parameters
id the identifier of the domain object, not null
type the type of the object (often a class name), not null
Returns
  • the identity constructed using the supplied identifier and type information.