Class TreeStorageNodeInstance.WithEntity
- java.lang.Object
- 
- org.keycloak.models.map.storage.tree.TreeStorageNodeInstance.WithEntity
 
- 
- Enclosing class:
- TreeStorageNodeInstance<V extends AbstractEntity>
 
 public class TreeStorageNodeInstance.WithEntity extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description WithEntity(V entity)
 
- 
- 
- 
Constructor Detail- 
WithEntitypublic WithEntity(V entity) 
 
- 
 - 
Method Detail- 
getEntitypublic V getEntity() 
 - 
getNodepublic TreeStorageNodeInstance<V> getNode() 
 
- 
 
-