Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.ClientAppUtils
-
Packages that use ClientAppUtils Package Description org.apache.syncope.core.logic org.apache.syncope.core.persistence.api.entity.am org.apache.syncope.core.persistence.jpa.entity.am -
-
Uses of ClientAppUtils in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type ClientAppUtils Modifier and Type Method Description protected voidClientAppLogic. checkType(ClientAppType type, ClientAppUtils clientAppUtils) -
Uses of ClientAppUtils in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return ClientAppUtils Modifier and Type Method Description ClientAppUtilsClientAppUtilsFactory. getInstance(Class<? extends ClientAppTO> clientAppClass)ClientAppUtilsClientAppUtilsFactory. getInstance(ClientAppTO clientAppTO)ClientAppUtilsClientAppUtilsFactory. getInstance(ClientAppType type)ClientAppUtilsClientAppUtilsFactory. getInstance(ClientApp clientApp) -
Uses of ClientAppUtils in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement ClientAppUtils Modifier and Type Class Description classJPAClientAppUtilsMethods in org.apache.syncope.core.persistence.jpa.entity.am that return ClientAppUtils Modifier and Type Method Description ClientAppUtilsJPAClientAppUtilsFactory. getInstance(Class<? extends ClientAppTO> clientAppClass)ClientAppUtilsJPAClientAppUtilsFactory. getInstance(ClientAppTO clientAppTO)ClientAppUtilsJPAClientAppUtilsFactory. getInstance(ClientAppType type)ClientAppUtilsJPAClientAppUtilsFactory. getInstance(ClientApp clientApp)
-