|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.security.acls.domain.ObjectIdentityRetrievalStrategyImpl
public class ObjectIdentityRetrievalStrategyImpl
Basic implementation of ObjectIdentityRetrievalStrategy and ObjectIdentityGenerator
that uses the constructors of ObjectIdentityImpl to create the ObjectIdentity.
| Constructor Summary | |
|---|---|
ObjectIdentityRetrievalStrategyImpl()
|
|
| Method Summary | |
|---|---|
ObjectIdentity |
createObjectIdentity(java.io.Serializable id,
java.lang.String type)
|
ObjectIdentity |
getObjectIdentity(java.lang.Object domainObject)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectIdentityRetrievalStrategyImpl()
| Method Detail |
|---|
public ObjectIdentity getObjectIdentity(java.lang.Object domainObject)
getObjectIdentity in interface ObjectIdentityRetrievalStrategy
public ObjectIdentity createObjectIdentity(java.io.Serializable id,
java.lang.String type)
createObjectIdentity in interface ObjectIdentityGeneratorid - the identifier of the domain object, not nulltype - the type of the object (often a class name), not null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||