Uses of Class
es.caib.seycon.ng.comu.NetworkAuthorization
-
Packages that use NetworkAuthorization Package Description com.soffid.iam.api es.caib.seycon.ng.comu es.caib.seycon.ng.servei es.caib.seycon.ng.servei.ejb -
-
Uses of NetworkAuthorization in com.soffid.iam.api
Methods in com.soffid.iam.api with parameters of type NetworkAuthorization Modifier and Type Method Description static NetworkAuthorizationNetworkAuthorization. toNetworkAuthorization(NetworkAuthorization vo)Creates a NetworkAuthorization value object based on a NetworkAuthorization object.static voidNetworkAuthorization. toNetworkAuthorization(NetworkAuthorization source, NetworkAuthorization target)Updates a NetworkAuthorization value object based on a NetworkAuthorization object.static NetworkAuthorization[]NetworkAuthorization. toNetworkAuthorizationArray(NetworkAuthorization[] source)Creates a NetworkAuthorization array on a NetworkAuthorization array.Method parameters in com.soffid.iam.api with type arguments of type NetworkAuthorization Modifier and Type Method Description static AsyncList<NetworkAuthorization>NetworkAuthorization. toNetworkAuthorizationAsyncList(AsyncList<NetworkAuthorization> source)Creates a NetworkAuthorization asynclist on a NetworkAuthorization collection.static PagedResult<NetworkAuthorization>NetworkAuthorization. toNetworkAuthorizationList(PagedResult<NetworkAuthorization> source)Creates a NetworkAuthorization pagedResult on a NetworkAuthorization collection.static List<NetworkAuthorization>NetworkAuthorization. toNetworkAuthorizationList(Collection<NetworkAuthorization> source)Creates a NetworkAuthorization list on a NetworkAuthorization collection. -
Uses of NetworkAuthorization in es.caib.seycon.ng.comu
Methods in es.caib.seycon.ng.comu that return NetworkAuthorization Modifier and Type Method Description static NetworkAuthorizationNetworkAuthorization. toNetworkAuthorization(NetworkAuthorization vo)Creates a NetworkAuthorization value object based on a NetworkAuthorization object.static NetworkAuthorization[]NetworkAuthorization. toNetworkAuthorizationArray(NetworkAuthorization[] source)Creates a NetworkAuthorization array on a NetworkAuthorization array.Methods in es.caib.seycon.ng.comu that return types with arguments of type NetworkAuthorization Modifier and Type Method Description static AsyncList<NetworkAuthorization>NetworkAuthorization. toNetworkAuthorizationAsyncList(AsyncList<NetworkAuthorization> source)Creates a NetworkAuthorization asynclist on a NetworkAuthorization collection.static PagedResult<NetworkAuthorization>NetworkAuthorization. toNetworkAuthorizationList(PagedResult<NetworkAuthorization> source)Creates a NetworkAuthorization pagedResult on a NetworkAuthorization collection.static List<NetworkAuthorization>NetworkAuthorization. toNetworkAuthorizationList(Collection<NetworkAuthorization> source)Creates a NetworkAuthorization list on a NetworkAuthorization collection.Methods in es.caib.seycon.ng.comu with parameters of type NetworkAuthorization Modifier and Type Method Description static voidNetworkAuthorization. toNetworkAuthorization(NetworkAuthorization source, NetworkAuthorization target)Updates a NetworkAuthorization value object based on a NetworkAuthorization object.Constructors in es.caib.seycon.ng.comu with parameters of type NetworkAuthorization Constructor Description NetworkAuthorization(NetworkAuthorization otherBean) -
Uses of NetworkAuthorization in es.caib.seycon.ng.servei
Methods in es.caib.seycon.ng.servei that return NetworkAuthorization Modifier and Type Method Description NetworkAuthorizationXarxaService. create(NetworkAuthorization accessList)Operation createNetworkAuthorizationXarxaService. findNetworkAuthorizationByCodiXarxaAndCodiIdentitat(String codiXarxa, String codiIdentitat)Operation findNetworkAuthorizationByCodiXarxaAndCodiIdentitatNetworkAuthorizationXarxaService. update(NetworkAuthorization accessList)Operation updateMethods in es.caib.seycon.ng.servei that return types with arguments of type NetworkAuthorization Modifier and Type Method Description Collection<NetworkAuthorization>AplicacioService. findACLsXarxesRolByNomRolAndCodiAplicacioRolAndCodiDispatcher(String nomRole, String codiAplicacioRol, String codiDispatcher)Operation findACLsXarxesRolByNomRolAndCodiAplicacioRolAndCodiDispatcherList<NetworkAuthorization>XarxaService. findALLNetworkAuthorizationsByCodiUsuari(String codiUsuari)Operation findALLNetworkAuthorizationsByCodiUsuariList<NetworkAuthorization>XarxaService. findNetworkAuthorizationsByCodiGrup(String codiGrup)Operation findNetworkAuthorizationsByCodiGrupList<NetworkAuthorization>XarxaService. findNetworkAuthorizationsByCodiUsuari(String codiUsuari)Operation findNetworkAuthorizationsByCodiUsuariList<NetworkAuthorization>XarxaService. findNetworkAuthorizationsByNomRol(String nomRol)Operation findNetworkAuthorizationsByNomRolCollection<NetworkAuthorization>UsuariService. findXarxesACByCodiUsuari(String codiUsuari)Operation findXarxesACByCodiUsuariList<NetworkAuthorization>XarxaService. getACL(Xarxa xarxa)Operation getACLMethods in es.caib.seycon.ng.servei with parameters of type NetworkAuthorization Modifier and Type Method Description NetworkAuthorizationXarxaService. create(NetworkAuthorization accessList)Operation createvoidXarxaService. delete(NetworkAuthorization accessList)Operation deleteNetworkAuthorizationXarxaService. update(NetworkAuthorization accessList)Operation update -
Uses of NetworkAuthorization in es.caib.seycon.ng.servei.ejb
Methods in es.caib.seycon.ng.servei.ejb that return NetworkAuthorization Modifier and Type Method Description NetworkAuthorizationXarxaService. create(NetworkAuthorization accessList)NetworkAuthorizationXarxaService. findNetworkAuthorizationByCodiXarxaAndCodiIdentitat(String codiXarxa, String codiIdentitat)NetworkAuthorizationXarxaService. update(NetworkAuthorization accessList)Methods in es.caib.seycon.ng.servei.ejb that return types with arguments of type NetworkAuthorization Modifier and Type Method Description Collection<NetworkAuthorization>AplicacioService. findACLsXarxesRolByNomRolAndCodiAplicacioRolAndCodiDispatcher(String nomRole, String codiAplicacioRol, String codiDispatcher)List<NetworkAuthorization>XarxaService. findALLNetworkAuthorizationsByCodiUsuari(String codiUsuari)List<NetworkAuthorization>XarxaService. findNetworkAuthorizationsByCodiGrup(String codiGrup)List<NetworkAuthorization>XarxaService. findNetworkAuthorizationsByCodiUsuari(String codiUsuari)List<NetworkAuthorization>XarxaService. findNetworkAuthorizationsByNomRol(String nomRol)Collection<NetworkAuthorization>UsuariService. findXarxesACByCodiUsuari(String codiUsuari)List<NetworkAuthorization>XarxaService. getACL(Xarxa xarxa)Methods in es.caib.seycon.ng.servei.ejb with parameters of type NetworkAuthorization Modifier and Type Method Description NetworkAuthorizationXarxaService. create(NetworkAuthorization accessList)voidXarxaService. delete(NetworkAuthorization accessList)NetworkAuthorizationXarxaService. update(NetworkAuthorization accessList)
-