Class MetadataCallback.Builder
java.lang.Object
com.sun.identity.authentication.spi.MetadataCallback.Builder
- Enclosing class:
- MetadataCallback
A builder for the
MetadataCallback
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Build the callback.withOutputValue
(JsonValue outputValue) Set the output value.
-
Method Details
-
withOutputValue
Set the output value.- Parameters:
outputValue
- The output value.- Returns:
- This builder.
-
build
Build the callback.- Returns:
- The callback.
-