public class

ObjectIdentityRetrievalStrategyImpl

extends Object
implements ObjectIdentityGenerator ObjectIdentityRetrievalStrategy
java.lang.Object
   ↳ org.springframework.security.acls.domain.ObjectIdentityRetrievalStrategyImpl

Class Overview

Basic implementation of ObjectIdentityRetrievalStrategy and ObjectIdentityGenerator that uses the constructors of ObjectIdentityImpl to create the ObjectIdentity.

Summary

Public Constructors
ObjectIdentityRetrievalStrategyImpl()
Public Methods
ObjectIdentity createObjectIdentity(Serializable id, String type)
ObjectIdentity getObjectIdentity(Object domainObject)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.springframework.security.acls.model.ObjectIdentityGenerator
From interface org.springframework.security.acls.model.ObjectIdentityRetrievalStrategy

Public Constructors

public ObjectIdentityRetrievalStrategyImpl ()

Public Methods

public ObjectIdentity createObjectIdentity (Serializable id, String type)

public ObjectIdentity getObjectIdentity (Object domainObject)