java.lang.Object |
↳ |
chan.content.ChanConfiguration.Authorization |
Class Overview
Authorization configuration holder.
Summary
Fields |
public
int |
fieldsCount |
Number of text field to perform authentication. |
public
String[] |
hints |
Hint strings for every text field. |
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Fields
public
int
fieldsCount
Number of text field to perform authentication.
public
String[]
hints
Hint strings for every text field.
Public Constructors
public
ChanConfiguration.Authorization
()