Uses of Class
com.atlassian.bamboo.security.acegi.acls.HibernateObjectIdentityImpl
Packages that use HibernateObjectIdentityImpl
-
Uses of HibernateObjectIdentityImpl in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type HibernateObjectIdentityImplModifier and TypeMethodDescriptionprotected boolean
BambooPermissionManagerImpl.hasPermission
(@NotNull org.acegisecurity.acls.Permission permission, @NotNull HibernateObjectIdentityImpl objectIdentity, @NotNull org.acegisecurity.Authentication authentication) -
Uses of HibernateObjectIdentityImpl in com.atlassian.bamboo.security.acegi.acls
Methods in com.atlassian.bamboo.security.acegi.acls that return HibernateObjectIdentityImplModifier and TypeMethodDescription@Nullable HibernateObjectIdentityImpl
HibernateObjectIdentityImpl.getAncestorIdentity()
Constructors in com.atlassian.bamboo.security.acegi.acls with parameters of type HibernateObjectIdentityImplModifierConstructorDescriptionHibernateObjectIdentityImpl
(@NotNull Class javaType, @NotNull Serializable identifier, @Nullable HibernateObjectIdentityImpl ancestorIdentity)