Uses of Class
es.caib.seycon.ng.comu.Identitat
-
Packages that use Identitat Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of Identitat in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type Identitat Modifier and Type Method Description static IdentityIdentity. toIdentity(Identitat vo)Creates a Identity value object based on a Identitat object.static voidIdentity. toIdentity(Identitat source, Identity target)Updates a Identity value object based on a Identitat object.static Identity[]Identity. toIdentityArray(Identitat[] source)Creates a Identity array on a Identitat array.Method parameters in com.soffid.iam.api with type arguments of type Identitat Modifier and Type Method Description static AsyncList<Identity>Identity. toIdentityAsyncList(AsyncList<Identitat> source)Creates a Identity asynclist on a Identitat collection.static PagedResult<Identity>Identity. toIdentityList(PagedResult<Identitat> source)Creates a Identity pagedResult on a Identitat collection.static List<Identity>Identity. toIdentityList(Collection<Identitat> source)Creates a Identity list on a Identitat collection. -
Uses of Identitat in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return Identitat Modifier and Type Method Description IdentitatNetworkAuthorization. getIdentitat()Gets value for attribute identitatstatic IdentitatIdentitat. toIdentitat(Identity vo)Creates a Identitat value object based on a Identity object.static Identitat[]Identitat. toIdentitatArray(Identity[] source)Creates a Identitat array on a Identity array.Methods in es.caib.seycon.ng.comu that return types with arguments of type Identitat Modifier and Type Method Description static AsyncList<Identitat>Identitat. toIdentitatAsyncList(AsyncList<Identity> source)Creates a Identitat asynclist on a Identity collection.static PagedResult<Identitat>Identitat. toIdentitatList(PagedResult<Identity> source)Creates a Identitat pagedResult on a Identity collection.static List<Identitat>Identitat. toIdentitatList(Collection<Identity> source)Creates a Identitat list on a Identity collection.Methods in es.caib.seycon.ng.comu with parameters of type Identitat Modifier and Type Method Description voidNetworkAuthorization. setIdentitat(Identitat identitat)Sets value for attribute identitatstatic voidIdentitat. toIdentitat(Identity source, Identitat target)Updates a Identitat value object based on a Identity object.Constructors in es.caib.seycon.ng.comu with parameters of type Identitat Constructor Description Identitat(Identitat otherBean)NetworkAuthorization(Identitat identitat, Integer nivell, String codiXarxa)NetworkAuthorization(Identitat identitat, Integer nivell, String mascara, String codiXarxa, Long id) -
Uses of Identitat in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return Identitat Modifier and Type Method Description IdentitatXarxaService. findIdentitatByCodi(String codi)Operation findIdentitatByCodiMethods in es.caib.seycon.ng.servei that return types with arguments of type Identitat Modifier and Type Method Description List<Identitat>XarxaService. findIdentitatsByCodi(String codi)Operation findIdentitatsByCodi -
Uses of Identitat in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return Identitat Modifier and Type Method Description IdentitatXarxaService. findIdentitatByCodi(String codi)Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type Identitat Modifier and Type Method Description List<Identitat>XarxaService. findIdentitatsByCodi(String codi)
-