Java javax.security.auth.callback NameCallback fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.callback NameCallback fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.callback NameCallback.

The text is from its open source code.

Constructor

NameCallback(String prompt)
Construct a NameCallback with a prompt.
NameCallback(String prompt, String defaultName)
Construct a NameCallback with a prompt and default name.

Method

ClassgetClass()
Returns the runtime class of this Object .
StringgetDefaultName()
Get the default name.
StringgetName()
Get the retrieved name.
StringgetPrompt()
Get the prompt.
voidsetName(String name)
Set the retrieved name.