Package io.jans.fido2.service.shared
Class UserService
- java.lang.Object
-
- io.jans.as.common.service.common.UserService
-
- io.jans.fido2.service.shared.UserService
-
@ApplicationScoped public class UserService extends io.jans.as.common.service.common.UserServiceProvides operations with users.- Version:
- , May 20, 2020
- Author:
- Yuriy Movchan
-
-
Field Summary
Fields Modifier and Type Field Description static String[]USER_OBJECT_CLASSES
-
Constructor Summary
Constructors Constructor Description UserService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPeopleBaseDn()List<String>getPersonCustomObjectClassList()-
Methods inherited from class io.jans.as.common.service.common.UserService
addDefaultUser, addUser, addUserAttribute, addUserAttribute, addUserAttribute, addUserAttribute, addUserAttributeByUserInum, decodeGeneralizedTime, encodeGeneralizedTime, getCustomAttribute, getDnForUser, getUniqueUserByAttributes, getUser, getUserByAttribute, getUserByAttribute, getUserByAttributes, getUserByAttributes, getUserByAttributes, getUserByDn, getUserByInum, getUserInum, getUserInum, getUserInumByDn, getUsersByAttribute, getUsersBySample, getUsersWithPersistentJwts, removeUserAttributeValue, replaceUserAttribute, replaceUserAttribute, setCustomAttribute, updateUser
-
-
-
-
Field Detail
-
USER_OBJECT_CLASSES
public static final String[] USER_OBJECT_CLASSES
-
-
Method Detail
-
getPersonCustomObjectClassList
public List<String> getPersonCustomObjectClassList()
- Specified by:
getPersonCustomObjectClassListin classio.jans.as.common.service.common.UserService
-
getPeopleBaseDn
public String getPeopleBaseDn()
- Specified by:
getPeopleBaseDnin classio.jans.as.common.service.common.UserService
-
-