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 TypeMethodDescriptionvoid
ImpersonationService.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 TypeMethodDescriptionvoid
ImpersonationLogic.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 TypeMethodDescriptionvoid
AuthProfile.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_TYPEREF
Methods 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 TypeMethodDescriptionvoid
JPAAuthProfile.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_TYPEREF
Methods 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 TypeMethodDescriptionvoid
Neo4jAuthProfile.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 TypeMethodDescriptionvoid
ImpersonationServiceImpl.create
(String owner, ImpersonationAccount account)