Uses of Class
com.soffid.iam.api.AbstractUser
-
Packages that use AbstractUser Package Description com.soffid.iam.api -
-
Uses of AbstractUser in com.soffid.iam.api
Subclasses of AbstractUser in com.soffid.iam.api Modifier and Type Class Description class
User
Methods in com.soffid.iam.api with parameters of type AbstractUser Modifier and Type Method Description static void
AbstractUser. toUser(Usuari source, AbstractUser target)
Updates a User value object based on a Usuari object.Constructors in com.soffid.iam.api with parameters of type AbstractUser Constructor Description AbstractUser(AbstractUser otherBean)
User(AbstractUser usuari)
-