|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DisplayTokenSelector
Interface used to determine the logo and name of a token to be displayed.
| Method Summary | |
|---|---|
java.lang.String |
getLogo(java.lang.Object token)
Method that should return the name of the logo display, associated with a particular token data * @param tokenData the actual class have to be supported by the implementation usually an IToken or TokenDataBean, or HardTokenDataWS for EJBCA |
java.lang.String |
getName(java.lang.Object token)
Method that should return the name displayed along with the token. |
| Method Detail |
|---|
java.lang.String getLogo(java.lang.Object token)
java.lang.String getName(java.lang.Object token)
token - the actual class have to be supported by the implementation
usually an IToken or TokenDataBean, or HardTokenDataWS for EJBCA
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||