Uses of Class
org.jgrapes.webconlet.oidclogin.TextCollector
Package
Description
This package provides an OIDC login conlet (with fallback to password
login).
-
Uses of TextCollector in org.jgrapes.webconlet.oidclogin
Modifier and TypeMethodDescriptionSets the charset to be used iffeed(ManagedBuffer)
is invoked withManagedBuffer<ByteBuffer>
.Configures a consumer for the collected text.TextCollector.maximumSize
(int maximumLength) Configures the maximum length of the collected text.TextCollector.nativeCharset()
Sets the charset to be used iffeed(ManagedBuffer)
is invoked withManagedBuffer<ByteBuffer>
to the charset specified as system propertynative.encoding
.