|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esf.net.ppp.service.PppAuthentication
Defines PPP authentication types
Field Summary | |
static int |
CHAP
CHAP authentication |
static int |
NONE
no authentication |
static int |
PAP
PAP authentication |
Constructor Summary | |
PppAuthentication()
|
Method Summary | |
static int |
getType(java.lang.String authtype)
Reports authentication type string |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NONE
public static final int PAP
public static final int CHAP
Constructor Detail |
public PppAuthentication()
Method Detail |
public static int getType(java.lang.String authtype)
authtype
- - authentication type
(e.g. none, pap, chap)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |