LoginHandler

Identifier:
com.ps.consul.eclipse.core.LoginHandler

Since:
1.0

Description:
The login handler is used by the core manager to open a session to the core.
The handler has to implement the authentication procedure.
Login handlers implements com.ps.consul.eclipse.core.ILoginHandler.

Configuration Markup:

<!ELEMENT extension (handler)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for login handler.



<!ELEMENT handler EMPTY>

<!ATTLIST handler

class    CDATA #REQUIRED

type     CDATA #REQUIRED

name     CDATA #IMPLIED

priority CDATA #IMPLIED>

An additional login handler.



Examples:
<handler class="the implementing java class"
         name="the name for this login handler"
         type="the authentication type">
</handler>