Uses of Class
com.atlassian.bamboo.security.acegi.acls.HibernateObjectIdentityImpl
-
Packages that use HibernateObjectIdentityImpl Package Description com.atlassian.bamboo.security com.atlassian.bamboo.security.acegi.acls -
-
Uses of HibernateObjectIdentityImpl in com.atlassian.bamboo.security
Methods in com.atlassian.bamboo.security with parameters of type HibernateObjectIdentityImpl Modifier and Type Method Description protected 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 HibernateObjectIdentityImpl Modifier and Type Method Description @Nullable HibernateObjectIdentityImpl
HibernateObjectIdentityImpl. getAncestorIdentity()
Constructors in com.atlassian.bamboo.security.acegi.acls with parameters of type HibernateObjectIdentityImpl Constructor Description HibernateObjectIdentityImpl(@NotNull Class javaType, @NotNull Serializable identifier, @Nullable HibernateObjectIdentityImpl ancestorIdentity)
-