|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IAuthenticationToken | |
|---|---|
| eu.geclipse.core.auth | |
| eu.geclipse.ui | |
| eu.geclipse.ui.dialogs | |
| eu.geclipse.ui.views | |
| Uses of IAuthenticationToken in eu.geclipse.core.auth |
|---|
| Classes in eu.geclipse.core.auth that implement IAuthenticationToken | |
|---|---|
class |
AbstractAuthenticationToken
Abstract implementation of the IAuthenticationToken interface. |
| Methods in eu.geclipse.core.auth that return IAuthenticationToken | |
|---|---|
IAuthenticationToken |
IAuthenticationTokenDescription.createToken()
Create a token from this IAuthenticationTokenDescription. |
IAuthenticationToken |
AuthenticationTokenManager.createToken(IAuthenticationTokenDescription description)
Create a new authentication token from the specified token description and adds it to the list of managed tokens. |
IAuthenticationToken |
AuthenticationTokenManager.findToken(IAuthenticationTokenDescription description)
Searches for an authentication token that matches the specified description. |
IAuthenticationToken |
AuthenticationTokenManager.getDefaultToken()
Get the currently defined default token. |
IAuthenticationToken |
IAuthTokenProvider.requestToken()
Request any authentication token. |
IAuthenticationToken |
CoreAuthTokenProvider.requestToken()
|
IAuthenticationToken |
IAuthTokenProvider.requestToken(AuthTokenRequest request)
Request an authentication token of the specified type. |
IAuthenticationToken |
CoreAuthTokenProvider.requestToken(AuthTokenRequest request)
|
static IAuthenticationToken |
AbstractAuthTokenProvider.staticRequestToken()
Static access method that calls the corresponding method of the token provider with the highest priority of all currently registered providers. |
static IAuthenticationToken |
AbstractAuthTokenProvider.staticRequestToken(AuthTokenRequest request)
Static access method that calls the corresponding method of the token provider with the highest priority of all currently registered providers. |
| Methods in eu.geclipse.core.auth that return types with arguments of type IAuthenticationToken | |
|---|---|
java.util.List<IAuthenticationToken> |
AuthenticationTokenManager.getTokens()
Get all tokens that are currently available. |
| Methods in eu.geclipse.core.auth with parameters of type IAuthenticationToken | |
|---|---|
void |
AuthenticationTokenManager.destroyToken(IAuthenticationToken token)
Destroy the specified IAuthenticationToken. |
void |
AuthenticationTokenManager.setDefaultToken(IAuthenticationToken token)
Set the specified token to be the default token. |
| Uses of IAuthenticationToken in eu.geclipse.ui |
|---|
| Methods in eu.geclipse.ui that return IAuthenticationToken | |
|---|---|
IAuthenticationToken |
UIAuthTokenProvider.requestToken()
Request any authentication token. |
IAuthenticationToken |
UIAuthTokenProvider.requestToken(AuthTokenRequest request)
Request an authentication token that fits the specified description. |
| Methods in eu.geclipse.ui with parameters of type IAuthenticationToken | |
|---|---|
static IAuthTokenUIFactory |
AbstractAuthTokenUIFactory.findFactory(IAuthenticationToken token)
Find an IAuthTokenUIFactory that is able to provide UI elements for the
specified authentication token. |
AuthTokenInfoDialog |
IAuthTokenUIFactory.getInfoDialog(IAuthenticationToken token,
Shell parentShell)
Get an info dialog that is used to present some more detailed information about an authentication token of a specific type. |
| Uses of IAuthenticationToken in eu.geclipse.ui.dialogs |
|---|
| Constructors in eu.geclipse.ui.dialogs with parameters of type IAuthenticationToken | |
|---|---|
AuthTokenInfoDialog(IAuthenticationToken token,
Shell parentShell)
Construct a new info dialog from the specified token. |
|
| Uses of IAuthenticationToken in eu.geclipse.ui.views |
|---|
| Methods in eu.geclipse.ui.views that return IAuthenticationToken | |
|---|---|
IAuthenticationToken |
AuthTokenView.getSelectedToken()
Get the currently selected token. |
| Methods in eu.geclipse.ui.views that return types with arguments of type IAuthenticationToken | |
|---|---|
java.util.List<IAuthenticationToken> |
AuthTokenView.getSelectedTokens()
Get a list of all currently selected tokens. |
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||