Interface SamlSpIdpConnectionProcessorContext.SamlSpIdpConnectionBind<T extends com.liferay.portal.kernel.model.BaseModel<T>>
- All Superinterfaces:
ProcessorContext.Bind<T>
- Enclosing interface:
SamlSpIdpConnectionProcessorContext
public static interface SamlSpIdpConnectionProcessorContext.SamlSpIdpConnectionBind<T extends com.liferay.portal.kernel.model.BaseModel<T>>
extends ProcessorContext.Bind<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleFileItemArray(String fieldExpression, com.liferay.petra.function.UnsafeBiConsumer<T, com.liferay.portal.kernel.upload.FileItem[], ?> unsafeBiConsumer) Methods inherited from interface com.liferay.saml.opensaml.integration.processor.context.ProcessorContext.Bind
handleUnsafeStringArray, mapBoolean, mapBooleanArray, mapLong, mapLongArray, mapString, mapStringArray, mapUnsafeString
-
Method Details
-
handleFileItemArray
-