com.atlassian.crowd.search
Class EntityDescriptor

java.lang.Object
  extended by com.atlassian.crowd.search.EntityDescriptor

public class EntityDescriptor
extends java.lang.Object


Method Summary
static EntityDescriptor alias()
           
static EntityDescriptor application()
           
static EntityDescriptor directory()
           
 boolean equals(java.lang.Object o)
           
 Entity getEntityType()
           
 GroupType getGroupType()
           
static EntityDescriptor group()
           
static EntityDescriptor group(GroupType groupType)
           
 int hashCode()
           
static EntityDescriptor role()
           
static EntityDescriptor token()
           
 java.lang.String toString()
           
static EntityDescriptor user()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

group

public static EntityDescriptor group(GroupType groupType)

group

public static EntityDescriptor group()

role

public static EntityDescriptor role()

user

public static EntityDescriptor user()

directory

public static EntityDescriptor directory()

token

public static EntityDescriptor token()

application

public static EntityDescriptor application()

alias

public static EntityDescriptor alias()

getEntityType

public Entity getEntityType()

getGroupType

public GroupType getGroupType()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 Atlassian. All Rights Reserved.