Package org.opendaylight.aaa.api
Class IDMStoreUtil
- java.lang.Object
-
- org.opendaylight.aaa.api.IDMStoreUtil
-
public final class IDMStoreUtil extends Object
This class is a utility to construct the different elements keys for the different data stores. For not making mistakes around the code constructing an element key, this class standardize the way the key is constructed to be used by the different data stores.- Author:
- - Sharon Aicler ([email protected])
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
createGrantid(String userid, String domainid, String roleid)
static String
createRoleid(String rolename, String domainid)
static String
createUserid(String username, String domainid)
-