Uses of Interface
omix.plugin.util.Authenticator
Package | Description |
---|---|
omix.plugin |
The main package of the Omix Plugin Interface.
This package contains interfaces allowing to implement an ApplicationExtension and DocumentExtension plugin. |
omix.plugin.data | |
omix.plugin.io.util |
This package contains utilities for file input output operations.
|
omix.plugin.net |
This package contains interfaces allowing to realize network connectivity for Omix.
|
-
Uses of Authenticator in omix.plugin
Methods in omix.plugin that return Authenticator Modifier and Type Method Description Authenticator
AbstractAccessManager. authenticator()
An authenticator asking the user for passwords. -
Uses of Authenticator in omix.plugin.data
Methods in omix.plugin.data that return Authenticator Modifier and Type Method Description Authenticator
DataInputUtilities. authenticator()
Returns the authenticator of Omix allowing to prompts the user to enter a login.Authenticator
DataOutputUtilities. authenticator()
Returns the authenticator of Omix allowing to prompts the user to enter a login. -
Uses of Authenticator in omix.plugin.io.util
Methods in omix.plugin.io.util that return Authenticator Modifier and Type Method Description Authenticator
InputUtilities. authenticator()
Returns the authenticator of Omix allowing to prompts the user to enter a login.Authenticator
OutputUtilities. authenticator()
Returns the authenticator of Omix allowing to prompts the user to enter a login. -
Uses of Authenticator in omix.plugin.net
Methods in omix.plugin.net with parameters of type Authenticator Modifier and Type Method Description URLConnectionInterface
URLConnectionHandlerInterface. openConnection(URL u, Proxy proxy, Authenticator authenticator)
Opens a connection to the given URL.