Uses of Class
com.infoengine.exception.fatal.IEUnauthorizedException

Packages that use IEUnauthorizedException
com.infoengine.console   
com.ptc.core.adapter.server.impl   
 

Uses of IEUnauthorizedException in com.infoengine.console
 

Methods in com.infoengine.console that throw IEUnauthorizedException
(package private)  MainConsoleTabbedPane.Credentials MainConsoleTabbedPane.checkAccess(URL url, String title)
           
(package private)  MainConsoleTabbedPane.Credentials MainConsoleTabbedPane.checkAccess(URL url, String title, JInternalFrame internal)
           
(package private)  MainConsoleTabbedPane.Credentials MainConsoleTabbedPane.checkAccess(URL url, String title, JInternalFrame internal, int expectRC)
           
 

Uses of IEUnauthorizedException in com.ptc.core.adapter.server.impl
 

Methods in com.ptc.core.adapter.server.impl with parameters of type IEUnauthorizedException
private  void SimpleTaskDispatcher.ServiceThread.challenge(OutputStream os, IEUnauthorizedException throwable, String requestUri, long startTime)
           
 

Methods in com.ptc.core.adapter.server.impl that throw IEUnauthorizedException
private  String SimpleTaskDispatcher.ServiceThread.getAuthUser(String auth)