Package org.opendaylight.aaa.cli.utils
Class DataStoreUtils
java.lang.Object
org.opendaylight.aaa.cli.utils.DataStoreUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getDomainId
(IIDMStore identityStore, String domainName) static String
getGrantId
(IIDMStore identityStore, String domainName, String roleName, String userName) static String
static String
static User
isAdminUser
(IIDMStore identityStore, PasswordHashService passwordService, String userName, String password)
-
Method Details
-
getDomainId
public static String getDomainId(IIDMStore identityStore, String domainName) throws IDMStoreException - Throws:
IDMStoreException
-
getRoleId
- Throws:
IDMStoreException
-
getUserId
- Throws:
IDMStoreException
-
getGrantId
public static String getGrantId(IIDMStore identityStore, String domainName, String roleName, String userName) throws IDMStoreException - Throws:
IDMStoreException
-
isAdminUser
public static User isAdminUser(IIDMStore identityStore, PasswordHashService passwordService, String userName, String password) throws IDMStoreException - Throws:
IDMStoreException
-