public interface UserLocatorHandler
UserService.locate(UserLocatorVO)| Modifier and Type | Method and Description |
|---|---|
org.cyclos.impl.users.LocateUserResult |
locate(Network network,
UserLocatorVO locator)
Locates an user on the given network, using a
RawEntityManagerHandler. |
org.cyclos.impl.users.LocateUserResult |
locate(Network network,
UserLocatorVO locator,
java.util.Set<org.cyclos.impl.users.LocateUserOption> options)
Locates an user on the given network, using a
RawEntityManagerHandler, using custom options. |
org.cyclos.impl.users.LocateUserResult |
locate(Network network,
UserLocatorVO locator,
java.util.Set<org.cyclos.impl.users.LocateUserOption> options,
java.util.Collection<PrincipalType> principalTypes,
PrincipalType defaultPrincipalType)
Locates an user on the given network, using a
RawEntityManagerHandler, using custom options. |
org.cyclos.impl.users.LocateUserResult |
locate(UserLocatorVO locator)
Locates an user on the current network, using a
RawEntityManagerHandler. |
org.cyclos.impl.users.LocateUserResult |
locate(UserLocatorVO locator,
java.util.Set<org.cyclos.impl.users.LocateUserOption> options)
Locates an user on the current network, using a
RawEntityManagerHandler, using custom options. |
org.cyclos.impl.users.LocateUserResult |
locate(UserLocatorVO locator,
java.util.Set<org.cyclos.impl.users.LocateUserOption> options,
java.util.Collection<PrincipalType> principalTypes,
PrincipalType defaultPrincipalType)
Locates an user on the given network, using a
RawEntityManagerHandler, using custom options. |
org.cyclos.impl.users.LocateUserResult locate(Network network, UserLocatorVO locator)
RawEntityManagerHandler.
Doesn't enforces the returned user to be related to the current session.
It is allowed either id or any of the profile fields marked in the product as show in keywords, plus the visible
tokens.org.cyclos.impl.users.LocateUserResult locate(Network network, UserLocatorVO locator, java.util.Set<org.cyclos.impl.users.LocateUserOption> options)
RawEntityManagerHandler, using custom options.
Doesn't enforces the returned user to be related to the current session.
It is allowed either id or any of the profile fields marked in the product as show in keywords, plus the visible
tokens.org.cyclos.impl.users.LocateUserResult locate(Network network, UserLocatorVO locator, java.util.Set<org.cyclos.impl.users.LocateUserOption> options, java.util.Collection<PrincipalType> principalTypes, PrincipalType defaultPrincipalType)
RawEntityManagerHandler, using custom options.
Doesn't enforces the returned user to be related to the current session.org.cyclos.impl.users.LocateUserResult locate(UserLocatorVO locator)
RawEntityManagerHandler.
Enforces the returned user to be related to the current session.
It is allowed either id or any of the profile fields marked in the product as show in keywords, plus the visible
tokens.org.cyclos.impl.users.LocateUserResult locate(UserLocatorVO locator, java.util.Set<org.cyclos.impl.users.LocateUserOption> options)
RawEntityManagerHandler, using custom options.
Enforces the returned user to be related to the current session.
It is allowed either id or any of the profile fields marked in the product as show in keywords, plus the visible
tokens.org.cyclos.impl.users.LocateUserResult locate(UserLocatorVO locator, java.util.Set<org.cyclos.impl.users.LocateUserOption> options, java.util.Collection<PrincipalType> principalTypes, PrincipalType defaultPrincipalType)
RawEntityManagerHandler, using custom options.
Enforces the returned user to be related to the current session.