Author: anil.saldhana(a)jboss.com
Date: 2008-07-22 19:06:45 -0400 (Tue, 22 Jul 2008)
New Revision: 27
Modified:
trunk/identity-model/src/main/java/org/jboss/identity/model/domain/Realm.java
Log:
JBID-16: realm method
Modified: trunk/identity-model/src/main/java/org/jboss/identity/model/domain/Realm.java
===================================================================
---
trunk/identity-model/src/main/java/org/jboss/identity/model/domain/Realm.java 2008-07-14
17:46:32 UTC (rev 26)
+++
trunk/identity-model/src/main/java/org/jboss/identity/model/domain/Realm.java 2008-07-22
23:06:45 UTC (rev 27)
@@ -30,6 +30,12 @@
public interface Realm
{
/**
+ * <p>Create the Model Roots for the
+ * identity, group and relationship models </p>
+ */
+ void createModelRoots();
+
+ /**
* <p>Get the root of the identity Model</p>
* <p>An identity will have references to the groups
* (implying group model)
Show replies by date