Uses of Class
es.caib.seycon.ng.comu.UserAccount
-
Packages that use UserAccount Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb es.caib.seycon.ng.sync.servei -
-
Uses of UserAccount in com.soffid.iam.api
Methods in com.soffid.iam.api 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 com.soffid.iam.api 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. -
Uses of UserAccount in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu 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 es.caib.seycon.ng.comu with parameters of type UserAccount Constructor Description UserAccount(UserAccount otherBean)
-
Uses of UserAccount in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return UserAccount Modifier and Type Method Description UserAccount
AccountService. createAccount(Usuari usuari, Dispatcher dispatcher, String name)
Operation createAccountMethods in es.caib.seycon.ng.servei that return types with arguments of type UserAccount Modifier and Type Method Description List<UserAccount>
AccountService. findUserAccounts(String userName, String dispatcherName)
Operation findUserAccounts Gets the accounts for a user on a single system nameList<UserAccount>
AccountService. findUserAccountsByDomain(String user, String passwordDomain)
Operation findUserAccountsByDomain Find the user accounts for a user and password domainCollection<UserAccount>
AccountService. getUserAccounts(Usuari usuari)
Operation getUserAccounts Gets the account a user hasList<UserAccount>
AccountService. listUserAccounts(Usuari usuari)
Operation listUserAccounts Gets the accounts bound to this userMethods in es.caib.seycon.ng.servei with parameters of type UserAccount Modifier and Type Method Description void
AccountService. removeAccount(UserAccount account)
Operation removeAccount -
Uses of UserAccount in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return UserAccount Modifier and Type Method Description UserAccount
AccountService. createAccount(Usuari usuari, Dispatcher dispatcher, String name)
Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type UserAccount Modifier and Type Method Description List<UserAccount>
AccountService. findUserAccounts(String userName, String dispatcherName)
List<UserAccount>
AccountService. findUserAccountsByDomain(String user, String passwordDomain)
Collection<UserAccount>
AccountService. getUserAccounts(Usuari usuari)
List<UserAccount>
AccountService. listUserAccounts(Usuari usuari)
Methods in es.caib.seycon.ng.servei.ejb with parameters of type UserAccount Modifier and Type Method Description void
AccountService. removeAccount(UserAccount account)
-
Uses of UserAccount in es.caib.seycon.ng.sync.servei
Methods in es.caib.seycon.ng.sync.servei that return types with arguments of type UserAccount Modifier and Type Method Description Collection<UserAccount>
ServerService. getUserAccounts(long userId, String dispatcherId)
Operation getUserAccounts
-