Uses of Class
org.glite.security.util.proxy.ProxyRestrictionData

Packages that use ProxyRestrictionData
org.glite.security.util.proxy   
 

Uses of ProxyRestrictionData in org.glite.security.util.proxy
 

Methods in org.glite.security.util.proxy that return ProxyRestrictionData
 ProxyRestrictionData ProxyCertificateInfo.getProxySourceRestrictions()
          Gets the proxy source restriction data.
 ProxyRestrictionData ProxyCertificateInfo.getProxyTargetRestrictions()
          Gets the proxy target restriction data.
 

Methods in org.glite.security.util.proxy with parameters of type ProxyRestrictionData
 void ProxyCertificateGenerator.setProxySourceRestrictions(ProxyRestrictionData data)
          Sets the proxy source restriction data.
 void ProxyCertificateGenerator.setProxyTargetRestrictions(ProxyRestrictionData data)
          Sets the proxy target restriction data.