org.usergrid.persistence
Interface RoleRef

All Superinterfaces:
EntityRef
All Known Implementing Classes:
SimpleRoleRef

public interface RoleRef
extends EntityRef


Method Summary
 String getApplicationRoleName()
           
 UUID getGroupId()
           
 EntityRef getGroupRef()
           
 String getRoleName()
           
 
Methods inherited from interface org.usergrid.persistence.EntityRef
getType, getUuid
 

Method Detail

getGroupId

UUID getGroupId()

getGroupRef

EntityRef getGroupRef()

getRoleName

String getRoleName()

getApplicationRoleName

String getApplicationRoleName()


Copyright © 2013. All Rights Reserved.