public interface UserLocatorHandler
UserService.locate(UserLocatorVO)| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
asString(UserLocatorVO locator)
Returns a String representation of a locator
|
org.cyclos.impl.users.LocateUserResult |
locate(Network network,
UserLocatorVO locator)
Locates a 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 a 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 a user on the given network, using a
RawEntityManagerHandler, using custom options. |
org.cyclos.impl.users.LocateUserResult |
locate(UserLocatorVO locator)
Locates a 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 a 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 a user on the given network, using a
RawEntityManagerHandler, using custom options. |
static java.lang.String asString(UserLocatorVO locator)
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.