Class HibernateObjectIdentityRetrievalStrategyImpl
java.lang.Object
com.atlassian.bamboo.security.acegi.acls.HibernateObjectIdentityRetrievalStrategyImpl
- All Implemented Interfaces:
org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
public class HibernateObjectIdentityRetrievalStrategyImpl
extends Object
implements org.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.acegisecurity.acls.objectidentity.ObjectIdentity
getObjectIdentity
(@NotNull Object domainObject)
-
Constructor Details
-
HibernateObjectIdentityRetrievalStrategyImpl
public HibernateObjectIdentityRetrievalStrategyImpl()
-
-
Method Details
-
getObjectIdentity
public org.acegisecurity.acls.objectidentity.ObjectIdentity getObjectIdentity(@NotNull @NotNull Object domainObject) - Specified by:
getObjectIdentity
in interfaceorg.acegisecurity.acls.objectidentity.ObjectIdentityRetrievalStrategy
-