Uses of Class
com.soffid.iam.api.Identity
-
Packages that use Identity Package Description com.soffid.iam.api com.soffid.iam.service com.soffid.iam.service.ejb es.caib.seycon.ng.comu -
-
Uses of Identity in com.soffid.iam.api
Methods in com.soffid.iam.api that return Identity Modifier and Type Method Description IdentityNetworkAuthorization. getIdentity()Gets value for attribute identitystatic IdentityIdentity. toIdentity(Identitat vo)Creates a Identity value object based on a Identitat object.static Identity[]Identity. toIdentityArray(Identitat[] source)Creates a Identity array on a Identitat array.Methods in com.soffid.iam.api that return types with arguments of type Identity 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.Methods in com.soffid.iam.api with parameters of type Identity Modifier and Type Method Description voidNetworkAuthorization. setIdentity(Identity identity)Sets value for attribute identitystatic voidIdentity. toIdentity(Identitat source, Identity target)Updates a Identity value object based on a Identitat object.Constructors in com.soffid.iam.api with parameters of type Identity Constructor Description Identity(Identity otherBean)NetworkAuthorization(Identity identity, Integer level, String networkCode)NetworkAuthorization(Identity identity, Integer level, String mask, String networkCode, Long id) -
Uses of Identity in com.soffid.iam.service
Methods in com.soffid.iam.service that return Identity Modifier and Type Method Description IdentityNetworkService. findIdentityByName(String codi)Operation findIdentityByNameMethods in com.soffid.iam.service that return types with arguments of type Identity Modifier and Type Method Description List<Identity>NetworkService. findIdentitiesByName(String codi)Operation findIdentitiesByName -
Uses of Identity in com.soffid.iam.service.ejb
Methods in com.soffid.iam.service.ejb that return Identity Modifier and Type Method Description IdentityNetworkService. findIdentityByName(String codi)Methods in com.soffid.iam.service.ejb that return types with arguments of type Identity Modifier and Type Method Description List<Identity>NetworkService. findIdentitiesByName(String codi) -
Uses of Identity in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu with parameters of type Identity Modifier and Type Method Description static IdentitatIdentitat. toIdentitat(Identity vo)Creates a Identitat value object based on a Identity object.static voidIdentitat. toIdentitat(Identity source, Identitat target)Updates a Identitat value object based on a Identity object.static Identitat[]Identitat. toIdentitatArray(Identity[] source)Creates a Identitat array on a Identity array.Method parameters in es.caib.seycon.ng.comu with type arguments of type Identity 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.
-