Uses of Class
com.soffid.iam.api.UserAccount
-
Packages that use UserAccount Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb com.soffid.iam.sync.service es.caib.seycon.ng.comu -
-
Uses of UserAccount in com.soffid.iam.api
Methods in com.soffid.iam.api that return UserAccount Modifier and Type Method Description static UserAccount
UserAccount. toUserAccount(UserAccount vo)
Creates a UserAccount value object based on a UserAccount object.static UserAccount[]
UserAccount. toUserAccountArray(UserAccount[] source)
Creates a UserAccount array on a UserAccount array.Methods in com.soffid.iam.api that return types with arguments of type UserAccount Modifier and Type Method Description static AsyncList<UserAccount>
UserAccount. toUserAccountAsyncList(AsyncList<UserAccount> source)
Creates a UserAccount asynclist on a UserAccount collection.static PagedResult<UserAccount>
UserAccount. toUserAccountList(PagedResult<UserAccount> source)
Creates a UserAccount pagedResult on a UserAccount collection.static List<UserAccount>
UserAccount. toUserAccountList(Collection<UserAccount> source)
Creates a UserAccount list on a UserAccount collection.Methods in com.soffid.iam.api with parameters of type UserAccount Modifier and Type Method Description static void
UserAccount. toUserAccount(UserAccount source, UserAccount target)
Updates a UserAccount value object based on a UserAccount object.Constructors in com.soffid.iam.api with parameters of type UserAccount Constructor Description UserAccount(UserAccount otherBean)
-
Uses of UserAccount in com.soffid.iam.service
Methods in com.soffid.iam.service that return UserAccount Modifier and Type Method Description UserAccount
AccountService. createAccount(User usuari, System dispatcher, String name)
Operation createAccountMethods in com.soffid.iam.service that return types with arguments of type UserAccount Modifier and Type Method Description List<UserAccount>
AccountService. findUserAccountsByDomain(String user, String passwordDomain)
Operation findUserAccountsByDomain Find the user accounts for a user and password domainList<UserAccount>
AccountService. findUsersAccounts(String userName, String dispatcherName)
Operation findUsersAccounts Gets the accounts for a user on a single system nameCollection<UserAccount>
AccountService. getUserAccounts(User usuari)
Operation getUserAccounts Gets the account a user hasList<UserAccount>
AccountService. listUserAccounts(User usuari)
Operation listUserAccounts Gets the accounts bound to this userMethods in com.soffid.iam.service with parameters of type UserAccount Modifier and Type Method Description void
AccountService. removeAccount(UserAccount account)
Operation removeAccount -
Uses of UserAccount in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return UserAccount Modifier and Type Method Description UserAccount
AccountService. createAccount(User usuari, System dispatcher, String name)
Methods in com.soffid.iam.service.ejb that return types with arguments of type UserAccount Modifier and Type Method Description List<UserAccount>
AccountService. findUserAccountsByDomain(String user, String passwordDomain)
List<UserAccount>
AccountService. findUsersAccounts(String userName, String dispatcherName)
Collection<UserAccount>
AccountService. getUserAccounts(User usuari)
List<UserAccount>
AccountService. listUserAccounts(User usuari)
Methods in com.soffid.iam.service.ejb with parameters of type UserAccount Modifier and Type Method Description void
AccountService. removeAccount(UserAccount account)
-
Uses of UserAccount in com.soffid.iam.sync.service
Methods in com.soffid.iam.sync.service that return types with arguments of type UserAccount Modifier and Type Method Description Collection<UserAccount>
ServerService. getUserAccounts(long userId, String dispatcherId)
Operation getUserAccounts -
Uses of UserAccount in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type UserAccount Modifier and Type Method Description static UserAccount
UserAccount. toUserAccount(UserAccount vo)
Creates a UserAccount value object based on a UserAccount object.static void
UserAccount. toUserAccount(UserAccount source, UserAccount target)
Updates a UserAccount value object based on a UserAccount object.static UserAccount[]
UserAccount. toUserAccountArray(UserAccount[] source)
Creates a UserAccount array on a UserAccount array.Method parameters in es.caib.seycon.ng.comu with type arguments of type UserAccount Modifier and Type Method Description static AsyncList<UserAccount>
UserAccount. toUserAccountAsyncList(AsyncList<UserAccount> source)
Creates a UserAccount asynclist on a UserAccount collection.static PagedResult<UserAccount>
UserAccount. toUserAccountList(PagedResult<UserAccount> source)
Creates a UserAccount pagedResult on a UserAccount collection.static List<UserAccount>
UserAccount. toUserAccountList(Collection<UserAccount> source)
Creates a UserAccount list on a UserAccount collection.
-