net.sf.jradius.session
Interface SessionKeyProvider
- All Known Implementing Classes:
- RadiusSessionKeyProvider
public interface SessionKeyProvider
Session Key Provider generates keys in which to store RadiusSessions
into the Session Manager.
- Author:
- Gert Jan Verhoog
getClassKey
java.io.Serializable getClassKey(JRadiusRequest request)
throws RadiusException
- Throws:
RadiusException
getAppSessionKey
java.io.Serializable getAppSessionKey(JRadiusRequest request)
throws RadiusException
- Throws:
RadiusException
getRequestSessionKey
java.io.Serializable getRequestSessionKey(JRadiusRequest request)
throws RadiusException
- Throws:
RadiusException
Copyright © 2006 The JRadius Project, All Rights Reserved.