jdk-20-ga : jdk-21+35
Module java.base
Package javax.security.auth.callback

Class ChoiceCallback

public class ChoiceCallback
extends java.lang.Object
implements java.io.Serializable, javax.security.auth.callback.Callback

Constructors

Methods

Serialized Form

serialVersionUID

-3975664071579892167

Serialized Fields

  • java.lang.String[] choices
  • int defaultChoice
  • boolean multipleSelectionsAllowed
  • java.lang.String prompt
  • int[] selections

Summary

No differences.