Package org.opendaylight.aaa.cli.utils
Class DataStoreUtils
- java.lang.Object
-
- org.opendaylight.aaa.cli.utils.DataStoreUtils
-
public final class DataStoreUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getDomainId(IIDMStore identityStore, String domainName)
static String
getGrantId(IIDMStore identityStore, String domainName, String roleName, String userName)
static String
getRoleId(IIDMStore identityStore, String roleName)
static String
getUserId(IIDMStore identityStore, String userName)
static User
isAdminUser(IIDMStore identityStore, PasswordHashService passwordService, String userName, String password)
-
-
-
Method Detail
-
getDomainId
public static String getDomainId(IIDMStore identityStore, String domainName) throws IDMStoreException
- Throws:
IDMStoreException
-
getRoleId
public static String getRoleId(IIDMStore identityStore, String roleName) throws IDMStoreException
- Throws:
IDMStoreException
-
getUserId
public static String getUserId(IIDMStore identityStore, String userName) throws IDMStoreException
- 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
-
-