Uses of Class
com.soffid.iam.base.api.UserAccount
Packages that use UserAccount
Package
Description
-
Uses of UserAccount in com.soffid.iam.base.api
Constructors in com.soffid.iam.base.api with parameters of type UserAccount -
Uses of UserAccount in com.soffid.iam.base.service
Methods in com.soffid.iam.base.service that return UserAccountModifier and TypeMethodDescriptionAccountService.createAccount(User usuari, System dispatcher, String name) Operation createAccountMethods in com.soffid.iam.base.service that return types with arguments of type UserAccountModifier and TypeMethodDescriptionAccountService.findUserAccountsByDomain(String user, String passwordDomain) Operation findUserAccountsByDomain Find the user accounts for a user and password domainAccountService.findUsersAccounts(String userName, String dispatcherName) Operation findUsersAccounts Gets the accounts for a user on a single system nameAccountService.getUserAccounts(User usuari) Operation getUserAccounts Gets the account a user hasAccountService.listUserAccounts(User usuari) Operation listUserAccounts Gets the accounts bound to this userMethods in com.soffid.iam.base.service with parameters of type UserAccountModifier and TypeMethodDescriptionvoidAccountService.removeAccount(UserAccount account) Operation removeAccount -
Uses of UserAccount in com.soffid.iam.base.service.ejb
Methods in com.soffid.iam.base.service.ejb that return UserAccountModifier and TypeMethodDescriptionAccountService.createAccount(User usuari, System dispatcher, String name) Methods in com.soffid.iam.base.service.ejb that return types with arguments of type UserAccountModifier and TypeMethodDescriptionAccountService.findUserAccountsByDomain(String user, String passwordDomain) AccountService.findUsersAccounts(String userName, String dispatcherName) AccountService.getUserAccounts(User usuari) AccountService.listUserAccounts(User usuari) Methods in com.soffid.iam.base.service.ejb with parameters of type UserAccount -
Uses of UserAccount in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type UserAccountModifier and TypeMethodDescriptionServerService.getUserAccounts(long userId, String dispatcherId) Operation getUserAccounts