Cisco Cisco Prime Home 3.0 Guida Dello Sviluppatore

Pagina di 78
Cisco Prime Home – Integration Guide
 
 
OL-28558-01   v5.1
 
65 
oui, sn, 
cpSession.getCpSessionId, 
returnUrl, 
jSessionCookiePath 
response.sendRedirect(location) 
} catch { 
// handle AssertionError as a generic HTTP client error case 
error: AssertionError => response.sendError(400,error.getMessage) 
private def macOUI(mac: String): String = 
mac.substring(0,6).toUpperCase 
private def macSN(mac: String): String = mac.toUpperCase