|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectViewPart
eu.geclipse.ui.views.AuthTokenView
public class AuthTokenView
The AuthTokenView is the central point in the g-Eclipse UI to
manage authentication tokens. It provides UI elements to create new and to destroy old
authentication tokens. Users can also activate or deactivate their tokens. Therefore
the AuthTokenView can be seen as graphical frontend of the
AuthenticationTokenManager.
| Nested Class Summary | |
|---|---|
static class |
AuthTokenView.AuthenticationTokenContentProvider
This internal class is used to present the currently available authentication tokens in a structured way to the user. |
static class |
AuthTokenView.AuthenticationTokenLabelProvider
This internal class is used to present the currently available authentication tokens in a structured way to the user. |
| Constructor Summary | |
|---|---|
AuthTokenView()
|
|
| Method Summary | |
|---|---|
void |
contentChanged(ISecurityManager manager)
If registered as listener to a security manager this method is called by the manager whenever its content changes. |
void |
createPartControl(Composite parent)
|
void |
dispose()
|
IAuthenticationToken |
getSelectedToken()
Get the currently selected token. |
java.util.List<IAuthenticationToken> |
getSelectedTokens()
Get a list of all currently selected tokens. |
void |
setFocus()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthTokenView()
| Method Detail |
|---|
public void createPartControl(Composite parent)
public void dispose()
public void contentChanged(ISecurityManager manager)
ISecurityManagerListener
contentChanged in interface ISecurityManagerListenermanager - The manager that issued the change.public void setFocus()
public IAuthenticationToken getSelectedToken()
public java.util.List<IAuthenticationToken> getSelectedTokens()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||