public class PppAuthentication
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CHAP
CHAP authentication
|
static int |
NONE
no authentication
|
static int |
PAP
PAP authentication
|
Constructor and Description |
---|
PppAuthentication() |
Modifier and Type | Method and Description |
---|---|
static int |
getType(java.lang.String authtype)
Reports authentication type string
|
public static final int NONE
public static final int PAP
public static final int CHAP
Copyright © 2009 Eurotech Inc. All rights reserved.