Uses of Class
org.apache.syncope.common.lib.wa.ImpersonationAccount
Packages that use ImpersonationAccount
Package
Description
-
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 -
Uses of ImpersonationAccount in org.apache.syncope.common.lib.wa
Methods in org.apache.syncope.common.lib.wa that return ImpersonationAccount -
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 ImpersonationAccountModifier and TypeMethodDescriptionMethods in org.apache.syncope.common.rest.api.service.wa with parameters of type ImpersonationAccountModifier and TypeMethodDescriptionvoidImpersonationService.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 ImpersonationAccountModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.logic.wa with parameters of type ImpersonationAccountModifier and TypeMethodDescriptionvoidImpersonationLogic.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 ImpersonationAccountMethod parameters in org.apache.syncope.core.persistence.api.entity.am with type arguments of type ImpersonationAccountModifier and TypeMethodDescriptionvoidAuthProfile.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 ImpersonationAccountModifier and TypeFieldDescriptionprotected static final TypeReference<List<ImpersonationAccount>> JPAAuthProfile.IMPERSONATION_TYPEREFMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type ImpersonationAccountMethod parameters in org.apache.syncope.core.persistence.jpa.entity.am with type arguments of type ImpersonationAccountModifier and TypeMethodDescriptionvoidJPAAuthProfile.setImpersonationAccounts(List<ImpersonationAccount> accounts) -
Uses of ImpersonationAccount in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type ImpersonationAccountModifier and TypeFieldDescriptionprotected static final TypeReference<List<ImpersonationAccount>> Neo4jAuthProfile.IMPERSONATION_TYPEREFMethods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type ImpersonationAccountMethod parameters in org.apache.syncope.core.persistence.neo4j.entity.am with type arguments of type ImpersonationAccountModifier and TypeMethodDescriptionvoidNeo4jAuthProfile.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 ImpersonationAccountModifier and TypeMethodDescriptionMethods in org.apache.syncope.core.rest.cxf.service.wa with parameters of type ImpersonationAccountModifier and TypeMethodDescriptionvoidImpersonationServiceImpl.create(String owner, ImpersonationAccount account)