|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.ui.AbstractAuthTokenUIFactory
public abstract class AbstractAuthTokenUIFactory
Abstract implementation of the IAuthTokenUIFactory that provides methods
for finding extensions of the authentication ui factory mechanism.
| Constructor Summary | |
|---|---|
AbstractAuthTokenUIFactory()
|
|
| Method Summary | |
|---|---|
static IAuthTokenUIFactory |
findFactory(IAuthenticationToken token)
Find an IAuthTokenUIFactory that is able to provide UI elements for the
specified authentication token. |
static IAuthTokenUIFactory |
findFactory(IAuthenticationTokenDescription description)
Find an IAuthTokenUIFactory that is able to provide UI elements for
tokens described by the specified authentication token description. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface eu.geclipse.ui.IAuthTokenUIFactory |
|---|
getInfoDialog, getSupportedDescription |
| Constructor Detail |
|---|
public AbstractAuthTokenUIFactory()
| Method Detail |
|---|
public static IAuthTokenUIFactory findFactory(IAuthenticationToken token)
IAuthTokenUIFactory that is able to provide UI elements for the
specified authentication token.
token - The token to provide UI elements for.
public static IAuthTokenUIFactory findFactory(IAuthenticationTokenDescription description)
IAuthTokenUIFactory that is able to provide UI elements for
tokens described by the specified authentication token description.
description - The token description that describes tokens to provide UI elements for.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||