Package io.jans.as.server.service
Class UserService
java.lang.Object
io.jans.as.common.service.common.UserService
io.jans.as.server.service.UserService
@ApplicationScoped
public class UserService
extends io.jans.as.common.service.common.UserService
Provides operations with users.
- Version:
- , August 20, 2019
- Author:
- Javier Rojas Blum
-
Field Summary
FieldsFields inherited from class io.jans.as.common.service.common.UserService
dataSourceTypeService, persistenceEntryManager -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongcountFido2RegisteredDevices(String username, String domain) getBaseDnForFido2RegistrationEntries(String userInum) getBaseDnForFidoDevices(String userInum) 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, getUserByDnSilently, getUserByInum, getUserInum, getUserInum, getUserInumByDn, getUsersByAttribute, getUsersBySample, getUsersWithPersistentJwts, removeUserAttributeValue, replaceUserAttribute, replaceUserAttribute, setCustomAttribute, updateUser
-
Field Details
-
USER_OBJECT_CLASSES
-
-
Constructor Details
-
UserService
public UserService()
-
-
Method Details
-
getPersonCustomObjectClassList
- Specified by:
getPersonCustomObjectClassListin classio.jans.as.common.service.common.UserService
-
getPeopleBaseDn
- Specified by:
getPeopleBaseDnin classio.jans.as.common.service.common.UserService
-
countFido2RegisteredDevices
-
getBaseDnForFido2RegistrationEntries
-
getBaseDnForFidoDevices
-