Package org.opendaylight.aaa.api
Class IDMStoreUtil
java.lang.Object
org.opendaylight.aaa.api.IDMStoreUtil
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
Modifier and TypeMethodDescriptionstatic String
createGrantid
(String userid, String domainid, String roleid) static String
createRoleid
(String rolename, String domainid) static String
createUserid
(String username, String domainid)
-
Method Details
-
createUserid
-
createRoleid
-
createGrantid
-