Uses of Class
org.apache.syncope.common.lib.wa.ImpersonationAccount
-
-
Uses of ImpersonationAccount in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type ImpersonationAccount Modifier and Type Method Description List<ImpersonationAccount>AuthProfileTO. getImpersonationAccounts() -
Uses of ImpersonationAccount in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return ImpersonationAccount Modifier and Type Method Description ImpersonationAccountImpersonationAccount.Builder. build() -
Uses of ImpersonationAccount in org.apache.syncope.common.rest.api.service.wa
Methods in org.apache.syncope.common.rest.api.service.wa that return types with arguments of type ImpersonationAccount Modifier and Type Method Description List<ImpersonationAccount>ImpersonationService. read(@NotNull String owner)Methods in org.apache.syncope.common.rest.api.service.wa with parameters of type ImpersonationAccount Modifier and Type Method Description voidImpersonationService. create(@NotNull String owner, @NotNull ImpersonationAccount account) -
Uses of ImpersonationAccount in org.apache.syncope.core.logic.wa
Methods in org.apache.syncope.core.logic.wa that return types with arguments of type ImpersonationAccount Modifier and Type Method Description List<ImpersonationAccount>ImpersonationLogic. read(String owner)Methods in org.apache.syncope.core.logic.wa with parameters of type ImpersonationAccount Modifier and Type Method Description voidImpersonationLogic. create(String owner, ImpersonationAccount account) -
Uses of ImpersonationAccount in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type ImpersonationAccount Modifier and Type Method Description List<ImpersonationAccount>AuthProfile. getImpersonationAccounts()Method parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type ImpersonationAccount Modifier and Type Method Description voidAuthProfile. setImpersonationAccounts(List<ImpersonationAccount> accounts) -
Uses of ImpersonationAccount in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type ImpersonationAccount Modifier and Type Field Description protected static TypeReference<List<ImpersonationAccount>>JPAAuthProfile. IMPERSONATION_TYPEREFMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type ImpersonationAccount Modifier and Type Method Description List<ImpersonationAccount>JPAAuthProfile. getImpersonationAccounts()Method parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type ImpersonationAccount Modifier and Type Method Description voidJPAAuthProfile. setImpersonationAccounts(List<ImpersonationAccount> accounts) -
Uses of ImpersonationAccount in org.apache.syncope.core.rest.cxf.service.wa
Methods in org.apache.syncope.core.rest.cxf.service.wa that return types with arguments of type ImpersonationAccount Modifier and Type Method Description List<ImpersonationAccount>ImpersonationServiceImpl. read(String owner)Methods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type ImpersonationAccount Modifier and Type Method Description voidImpersonationServiceImpl. create(String owner, ImpersonationAccount account)
-