Interface UserFieldExpressionHandler
- All Superinterfaces:
FieldExpressionHandler<com.liferay.portal.kernel.model.User,UserProcessorContext>
@ProviderType
public interface UserFieldExpressionHandler
extends FieldExpressionHandler<com.liferay.portal.kernel.model.User,UserProcessorContext>
-
Method Summary
Modifier and TypeMethodDescriptioncom.liferay.portal.kernel.model.UsergetLdapUser(long companyId, String userIdentifier, String userIdentifierExpression) getSectionLabel(Locale locale) com.liferay.portal.kernel.model.UserbooleanisSupportedForUserMatching(String userIdentifier) Methods inherited from interface com.liferay.saml.opensaml.integration.field.expression.handler.FieldExpressionHandler
bindProcessorContext
-
Method Details
-
getLdapUser
com.liferay.portal.kernel.model.User getLdapUser(long companyId, String userIdentifier, String userIdentifierExpression) throws Exception - Throws:
Exception
-
getSectionLabel
-
getUser
com.liferay.portal.kernel.model.User getUser(long companyId, String userIdentifier, String userIdentifierExpression) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getValidFieldExpressions
-
isSupportedForUserMatching
-