Deprecated API


Contents
Deprecated Classes
org.glite.security.util.DNImpl
          Use DNImplRFC2253 instead for correctly formed DN strings. Created on September 8, 2003, 7:21 PM 
 

Deprecated Fields
org.glite.security.SecurityContext.AUTHZ_APPROVED_ATTRIBUTES
          This constant is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. The label fo the set of authorized attributes. 
org.glite.security.SecurityContext.AUTHZ_POLICY
          This constant is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. The label for the authorization policy. 
org.glite.security.SecurityContext.AUTHZ_REQUESTED_ATTRIBUTES
          This constant is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. The label for the set of requested attributes. 
org.glite.security.SecurityContext.VOMS_VALIDATOR
          This constant is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. The label for the verified VOMS Validator. 
 

Deprecated Methods
org.glite.security.util.DNImplRFC2253.constructRFC2253(boolean)
          Use getXXX or internally use private construct method. 
org.glite.security.SecurityContext.getAuthorizationPolicy()
          This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. 
org.glite.security.SecurityContext.getAuthorizedAttributes()
          This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. 
org.glite.security.SecurityContext.getClientName()
          produces DN in wrong order, rather use DN methods. 
org.glite.security.util.DNHandler.getDN(String)
          Use getDNRFC2253(String inputDN) instead for proper reversed RFC 2253 DN support. This assumes DN that is not reversed. 
org.glite.security.SecurityContext.getIssuerName()
          produces DN in wrong order, rather use DN methods. 
org.glite.security.SecurityContext.getRequestedAttributes()
          This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. 
org.glite.security.util.DN.getRFC2253()
          use the getRFCDN() instead, it produces proper reversed RFC2253 DN, e.g "CN=Nerd Nerdsten,O=Nerd Heaven,C=US". 
org.glite.security.util.DN.getRFC2253v2()
          use the getRFCDNv2() instead, it produces proper reversed RFC2253 DN, e.g "CN=Nerd Nerdsten,O=Nerd Heaven,C=US". 
org.glite.security.SecurityContext.getVOMSValidator()
          This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. 
org.glite.security.util.DNImplRFC2253.parse(String)
          internal method, replaced with parse(String inputDN, boolean reversed) 
org.glite.security.util.DNImplRFC2253.parseX500(String)
          internal method, replaced with parseX500(String inputDN, boolean reversed) 
org.glite.security.SecurityContext.setAuthorizationPolicy(String)
          This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. 
org.glite.security.SecurityContext.setAuthorizedAttributes(List)
          This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. 
org.glite.security.SecurityContext.setClientName(String)
          produces DN in wrong order, rather use DN methods. 
org.glite.security.SecurityContext.setIssuerName(String)
          produces DN in wrong order, rather use DN methods. 
org.glite.security.SecurityContext.setRequestedAttributes(List)
          This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead. 
org.glite.security.SecurityContext.setVOMSValidator(VOMSValidator)
          This method is deprecated and you should use the classes found in org.glite.voms from glite-security-voms-api-java instead.