|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Entity in com.atlassian.user |
Subinterfaces of Entity in com.atlassian.user | |
interface |
ExternalEntity
An entry representing an external user or group. |
interface |
Group
DefaultGroup interface |
interface |
User
|
Methods in com.atlassian.user with parameters of type Entity | |
RepositoryIdentifier |
EntityManager.getRepository(Entity entity)
|
Uses of Entity in com.atlassian.user.impl |
Classes in com.atlassian.user.impl that implement Entity | |
class |
DefaultEntity
|
class |
DefaultGroup
|
class |
DefaultUser
|
Uses of Entity in com.atlassian.user.impl.cache |
Methods in com.atlassian.user.impl.cache with parameters of type Entity | |
void |
EntityRepositoryCache.put(Entity entity,
RepositoryIdentifier repository)
|
RepositoryIdentifier |
EntityRepositoryCache.get(Entity entity)
Returns the repository containing the entity if found in the case, or null if this entity is not in the cache. |
void |
EntityRepositoryCache.remove(Entity entity)
|
RepositoryIdentifier |
CachingUserManager.getRepository(Entity entity)
|
RepositoryIdentifier |
CachingGroupManager.getRepository(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.cache.properties |
Methods in com.atlassian.user.impl.cache.properties with parameters of type Entity | |
com.opensymphony.module.propertyset.PropertySet |
CachingPropertySetFactory.getPropertySet(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.delegation |
Methods in com.atlassian.user.impl.delegation with parameters of type Entity | |
RepositoryIdentifier |
DelegatingListUserManager.getRepository(Entity entity)
|
RepositoryIdentifier |
DelegatingGroupManagerTemplate.getRepository(Entity entity)
Don't use for now. |
Uses of Entity in com.atlassian.user.impl.delegation.properties |
Methods in com.atlassian.user.impl.delegation.properties with parameters of type Entity | |
com.opensymphony.module.propertyset.PropertySet |
DelegatingPropertySetFactory.getPropertySet(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.hibernate |
Classes in com.atlassian.user.impl.hibernate that implement Entity | |
class |
DefaultHibernateExternalEntity
|
class |
DefaultHibernateGroup
|
class |
DefaultHibernateUser
|
Methods in com.atlassian.user.impl.hibernate with parameters of type Entity | |
RepositoryIdentifier |
HibernateUserManager.getRepository(Entity entity)
|
RepositoryIdentifier |
HibernateGroupManager.getRepository(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.hibernate.properties |
Methods in com.atlassian.user.impl.hibernate.properties with parameters of type Entity | |
com.opensymphony.module.propertyset.PropertySet |
HibernatePropertySetFactory.getPropertySet(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.ldap |
Classes in com.atlassian.user.impl.ldap that implement Entity | |
class |
DefaultLDAPGroup
|
class |
DefaultLDAPUser
|
Methods in com.atlassian.user.impl.ldap that return Entity | |
Entity |
LDAPEntityFactory.getEntity(javax.naming.directory.Attributes attrs,
java.lang.String distinguishedName)
|
Entity |
DefaultLDAPUserFactory.getEntity(javax.naming.directory.Attributes attrs,
java.lang.String distinguishedName)
|
Entity |
DefaultLDAPGroupFactory.getEntity(javax.naming.directory.Attributes attrs,
java.lang.String distinguishedName)
|
Entity |
DefaultLDAPGroupFactory.getEntity(javax.naming.directory.Attribute attr,
java.lang.String distinguishedName)
|
Methods in com.atlassian.user.impl.ldap with parameters of type Entity | |
static boolean |
LDAPValidator.validateLDAPEntity(Entity entity)
|
RepositoryIdentifier |
LDAPUserManagerReadOnly.getRepository(Entity entity)
|
RepositoryIdentifier |
LDAPGroupManagerReadOnly.getRepository(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.memory |
Methods in com.atlassian.user.impl.memory with parameters of type Entity | |
RepositoryIdentifier |
MemoryUserManagerReadOnly.getRepository(Entity entity)
|
RepositoryIdentifier |
MemoryUserManager.getRepository(Entity entity)
|
RepositoryIdentifier |
MemoryGroupManagerReadOnly.getRepository(Entity entity)
|
RepositoryIdentifier |
MemoryGroupManager.getRepository(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.memory.properties |
Methods in com.atlassian.user.impl.memory.properties with parameters of type Entity | |
com.opensymphony.module.propertyset.PropertySet |
MemoryPropertySetFactory.getPropertySet(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.osuser |
Classes in com.atlassian.user.impl.osuser that implement Entity | |
class |
OSUEntity
|
class |
OSUGroup
|
class |
OSUUser
|
Methods in com.atlassian.user.impl.osuser with parameters of type Entity | |
RepositoryIdentifier |
OSUUserManager.getRepository(Entity entity)
|
RepositoryIdentifier |
OSUGroupManager.getRepository(Entity entity)
|
Uses of Entity in com.atlassian.user.impl.osuser.properties |
Methods in com.atlassian.user.impl.osuser.properties with parameters of type Entity | |
com.opensymphony.module.propertyset.PropertySet |
OSUPropertySetFactory.getPropertySet(Entity entity)
returns a propertyset for the entity passed in as long as it is being managed by osuser. |
Uses of Entity in com.atlassian.user.properties |
Methods in com.atlassian.user.properties with parameters of type Entity | |
com.opensymphony.module.propertyset.PropertySet |
PropertySetFactory.getPropertySet(Entity entity)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |