public interface RadiusServer
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT_ACCOUNTING
The default port for accounting.
|
static int |
DEFAULT_PORT_AUTHENTICATION
The default port for authentication.
|
| Modifier and Type | Method and Description |
|---|---|
RadiusResponse |
authenticate(java.lang.String username,
java.lang.String password)
Method to authenticate a set of credentials.
|
static final int DEFAULT_PORT_ACCOUNTING
static final int DEFAULT_PORT_AUTHENTICATION
RadiusResponse authenticate(java.lang.String username, java.lang.String password) throws org.jasig.cas.authentication.PreventedException
username - Non-null username to authenticate.password - Password to authenticate.RadiusResponse on success, null otherwise.org.jasig.cas.authentication.PreventedException - On indeterminate case where authentication was prevented by a system (e.g. IO) error.