JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
D
G
J
N
O
R
S
V
A
authenticate(String, String)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
authenticate(String, String)
- Method in interface org.jasig.cas.adaptors.radius.
RadiusServer
Method to authenticate a set of credentials.
authenticateUsernamePasswordInternal(UsernamePasswordCredential)
- Method in class org.jasig.cas.adaptors.radius.authentication.handler.support.
RadiusAuthenticationHandler
D
DEFAULT_PORT_ACCOUNTING
- Static variable in interface org.jasig.cas.adaptors.radius.
RadiusServer
The default port for accounting.
DEFAULT_PORT_AUTHENTICATION
- Static variable in interface org.jasig.cas.adaptors.radius.
RadiusServer
The default port for authentication.
DEFAULT_RETRY_COUNT
- Static variable in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Default retry count, 3.
G
getAttributes()
- Method in class org.jasig.cas.adaptors.radius.
RadiusResponse
getCode()
- Method in class org.jasig.cas.adaptors.radius.
RadiusResponse
getIdentifier()
- Method in class org.jasig.cas.adaptors.radius.
RadiusResponse
getName()
- Method in enum org.jasig.cas.adaptors.radius.
RadiusProtocol
Gets the radius protocol name required by
RadiusClient.getAuthProtocol(String)
.
J
JRadiusServerImpl
- Class in
org.jasig.cas.adaptors.radius
Implementation of a RadiusServer that utilizes the JRadius packages available at
http://jradius.sf.net
.
JRadiusServerImpl(RadiusProtocol, RadiusClientFactory)
- Constructor for class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Instantiates a new server implementation with the radius protocol and client factory specified.
N
newInstance()
- Method in class org.jasig.cas.adaptors.radius.
RadiusClientFactory
Creates a new RADIUS client instance using factory configuration settings.
O
org.jasig.cas.adaptors.radius
- package org.jasig.cas.adaptors.radius
org.jasig.cas.adaptors.radius.authentication.handler.support
- package org.jasig.cas.adaptors.radius.authentication.handler.support
R
RadiusAuthenticationHandler
- Class in
org.jasig.cas.adaptors.radius.authentication.handler.support
Authentication Handler to authenticate a user against a RADIUS server.
RadiusAuthenticationHandler()
- Constructor for class org.jasig.cas.adaptors.radius.authentication.handler.support.
RadiusAuthenticationHandler
Instantiates a new Radius authentication handler.
RadiusClientFactory
- Class in
org.jasig.cas.adaptors.radius
Factory for creating RADIUS client instances.
RadiusClientFactory()
- Constructor for class org.jasig.cas.adaptors.radius.
RadiusClientFactory
RadiusProtocol
- Enum in
org.jasig.cas.adaptors.radius
RADIUS protocol enumeration.
RadiusResponse
- Class in
org.jasig.cas.adaptors.radius
Acts as a DTO, to carry the response returned by the Radius authenticator in the event of a successful authentication, and provides access to the response code as well as attributes which may be used as authentication attributes.
RadiusResponse(int, int, List<RadiusAttribute>)
- Constructor for class org.jasig.cas.adaptors.radius.
RadiusResponse
Instantiates a new radius response.
RadiusServer
- Interface in
org.jasig.cas.adaptors.radius
Interface representing a Radius Server.
S
setAccountingPort(int)
- Method in class org.jasig.cas.adaptors.radius.
RadiusClientFactory
Sets the RADIUS server accounting port.
setAuthenticationPort(int)
- Method in class org.jasig.cas.adaptors.radius.
RadiusClientFactory
Sets the RADIUS server authentication port.
setFailoverOnAuthenticationFailure(boolean)
- Method in class org.jasig.cas.adaptors.radius.authentication.handler.support.
RadiusAuthenticationHandler
Determines whether to fail over to the next configured RadiusServer if there was an authentication failure.
setFailoverOnException(boolean)
- Method in class org.jasig.cas.adaptors.radius.authentication.handler.support.
RadiusAuthenticationHandler
Determines whether to fail over to the next configured RadiusServer if there was an exception.
setInetAddress(String)
- Method in class org.jasig.cas.adaptors.radius.
RadiusClientFactory
RADIUS server network address.
setNasIdentifier(String)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Sets the nas identifier.
setNasIpAddress(String)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Sets the nas ip address.
setNasIpv6Address(String)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Sets the nas ipv6 address.
setNasPort(long)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Sets the nas port.
setNasPortId(long)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Sets the nas port id.
setNasPortType(long)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Sets the nas port type.
setNasRealPort(long)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Sets the nas real port.
setRetries(int)
- Method in class org.jasig.cas.adaptors.radius.
JRadiusServerImpl
Sets the retries.
setServers(List<RadiusServer>)
- Method in class org.jasig.cas.adaptors.radius.authentication.handler.support.
RadiusAuthenticationHandler
setSharedSecret(String)
- Method in class org.jasig.cas.adaptors.radius.
RadiusClientFactory
RADIUS server authentication shared secret.
setSocketTimeout(int)
- Method in class org.jasig.cas.adaptors.radius.
RadiusClientFactory
Sets the RADIUS server UDP socket timeout.
V
valueOf(String)
- Static method in enum org.jasig.cas.adaptors.radius.
RadiusProtocol
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.jasig.cas.adaptors.radius.
RadiusProtocol
Returns an array containing the constants of this enum type, in the order they are declared.
A
D
G
J
N
O
R
S
V
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes