|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Setter | |
|---|---|
| org.marketcetera.util.auth | Multi-context gathering of credentials for authentication. |
| Uses of Setter in org.marketcetera.util.auth |
|---|
| Classes in org.marketcetera.util.auth with type parameters of type Setter | |
|---|---|
class |
Context<T extends Setter<?>>
A context, comprising a group of setters. |
| Subclasses of Setter in org.marketcetera.util.auth | |
|---|---|
class |
CliSetter<T extends Holder<?>>
A setter that obtains holder data via a command-line. |
class |
CliSetterCharArray
A setter for a character array holder that obtains the data via a command-line. |
class |
CliSetterString
A setter for a string holder that obtains the data via a command-line. |
class |
ConsoleSetter<T extends Holder<?>>
A setter that obtains holder data via the console. |
class |
ConsoleSetterCharArray
A setter for a character array holder that obtains the data via the console. |
class |
ConsoleSetterString
A setter for a string holder that obtains the data via the console. |
class |
SpringSetter<T extends Holder<?>>
A setter that obtains holder data via Spring configuration properties. |
class |
SpringSetterCharArray
A setter for a character array holder that obtains the data via Spring configuration properties. |
class |
SpringSetterString
A setter for a string holder that obtains the data via Spring configuration properties. |
| Methods in org.marketcetera.util.auth with parameters of type Setter | |
|---|---|
boolean |
Context.shouldProcess(Setter<?> setter)
Checks whether the receiver should process the specified setter, that is, attempt to use it to set the holder data. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||