Uses of Class
org.glite.security.util.X500Principal

Packages that use X500Principal
org.glite.security   
 

Uses of X500Principal in org.glite.security
 

Methods in org.glite.security that return X500Principal
 X500Principal SecurityInfo.getClientX500Principal()
          Returns the Principal of the authenticated client in X500 format.
 X500Principal SecurityContext.getClientX500Principal()
           
 

Methods in org.glite.security with parameters of type X500Principal
 void SecurityContext.setClientX500Principal(X500Principal clientPrincipal)