Uses of Class
org.apache.syncope.common.lib.wa.ImpersonationAccount
Package
Description
-
Uses of ImpersonationAccount in org.apache.syncope.common.lib.to
-
Uses of ImpersonationAccount in org.apache.syncope.common.lib.wa
-
Uses of ImpersonationAccount in org.apache.syncope.common.rest.api.service.wa
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
ImpersonationService.create
(@NotNull String owner, @NotNull ImpersonationAccount account) -
Uses of ImpersonationAccount in org.apache.syncope.core.logic.wa
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
ImpersonationLogic.create
(String owner, ImpersonationAccount account) -
Uses of ImpersonationAccount in org.apache.syncope.core.persistence.api.entity.am
Modifier and TypeMethodDescriptionvoid
AuthProfile.setImpersonationAccounts
(List<ImpersonationAccount> accounts) -
Uses of ImpersonationAccount in org.apache.syncope.core.persistence.jpa.entity.am
Modifier and TypeFieldDescriptionprotected static final TypeReference
<List<ImpersonationAccount>> JPAAuthProfile.IMPERSONATION_TYPEREF
Modifier and TypeMethodDescriptionvoid
JPAAuthProfile.setImpersonationAccounts
(List<ImpersonationAccount> accounts) -
Uses of ImpersonationAccount in org.apache.syncope.core.persistence.neo4j.entity.am
Modifier and TypeFieldDescriptionprotected static final TypeReference
<List<ImpersonationAccount>> Neo4jAuthProfile.IMPERSONATION_TYPEREF
Modifier and TypeMethodDescriptionvoid
Neo4jAuthProfile.setImpersonationAccounts
(List<ImpersonationAccount> accounts) -
Uses of ImpersonationAccount in org.apache.syncope.core.rest.cxf.service.wa
Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionvoid
ImpersonationServiceImpl.create
(String owner, ImpersonationAccount account)