|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.aselect.authspserver.authsp.radius.AbstractRADIUSProtocolHandler
org.aselect.authspserver.authsp.radius.RADIUSPAPProtocolHandler
public class RADIUSPAPProtocolHandler
The Radius Protocol Handler which handles the Radius PAP requests.
Description:
This Radius Protocol handler handles Authentication requests using Radius PAP
Concurrency issues:
None
| Field Summary |
|---|
| Fields inherited from class org.aselect.authspserver.authsp.radius.AbstractRADIUSProtocolHandler |
|---|
_bFullUid, _iPort, _sRadiusServer, _sSharedSecret, _sUid, _systemLogger |
| Fields inherited from interface org.aselect.authspserver.authsp.radius.IRADIUSProtocolHandler |
|---|
ACCESS_ACCEPT, ACCESS_REJECT, ACCESS_REQUEST, MAX_RADIUS_PACKET_SIZE, RADIUS_ATTRIBUTE_TYPE_CHAP_CHALLENGE, RADIUS_ATTRIBUTE_TYPE_CHAP_PASSWORD, RADIUS_ATTRIBUTE_TYPE_USER_NAME, RADIUS_ATTRIBUTE_TYPE_USER_PASSWORD, RADIUS_PORT |
| Constructor Summary | |
|---|---|
RADIUSPAPProtocolHandler()
|
|
| Method Summary | |
|---|---|
java.lang.String |
authenticate(java.lang.String sPassword)
. |
| Methods inherited from class org.aselect.authspserver.authsp.radius.AbstractRADIUSProtocolHandler |
|---|
init |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RADIUSPAPProtocolHandler()
| Method Detail |
|---|
public java.lang.String authenticate(java.lang.String sPassword)
authenticate in interface IRADIUSProtocolHandlerauthenticate in class AbstractRADIUSProtocolHandlerIRADIUSProtocolHandler.authenticate(java.lang.String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||