Uses of Interface
org.jasig.portal.utils.uri.IUriScrutinizer

Packages that use IUriScrutinizer
org.jasig.portal.channels   
org.jasig.portal.channels.webproxy   
org.jasig.portal.utils.uri   
 

Uses of IUriScrutinizer in org.jasig.portal.channels
 

Fields in org.jasig.portal.channels declared as IUriScrutinizer
private  IUriScrutinizer CGenericXSLT.CState.uriScrutinizer
           
 

Constructors in org.jasig.portal.channels with parameters of type IUriScrutinizer
CGenericXSLT.CState(IUriScrutinizer uriScrutinizerArg)
           
 

Uses of IUriScrutinizer in org.jasig.portal.channels.webproxy
 

Fields in org.jasig.portal.channels.webproxy declared as IUriScrutinizer
private  IUriScrutinizer CWebProxy.ChannelState.uriScrutinizer
          The default scrutinizer is one that allows only http: and https: URIs.
 

Constructors in org.jasig.portal.channels.webproxy with parameters of type IUriScrutinizer
CWebProxy.ChannelState(IUriScrutinizer uriScrutinizerArg)
           
 

Uses of IUriScrutinizer in org.jasig.portal.utils.uri
 

Classes in org.jasig.portal.utils.uri that implement IUriScrutinizer
 class PrefixUriScrutinizer
          UriScrutinizer implementation matching URIs against allowed prefixes and disallowed prefixes to determine whether to block the URI.