org.jboss.security.negotiation
Class OidNameUtil

java.lang.Object
  extended by org.jboss.security.negotiation.OidNameUtil

public class OidNameUtil
extends Object

Utility to convert Oid to a meaningful name.

Version:
$Revision: 87617 $
Author:
darran.lofthouse@jboss.com

Constructor Summary
OidNameUtil()
           
 
Method Summary
static String getName(Oid oid)
          Return the name of the passed in Oid, if this is not available return the identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OidNameUtil

public OidNameUtil()
Method Detail

getName

public static String getName(Oid oid)
Return the name of the passed in Oid, if this is not available return the identifier.

Parameters:
oid -
Returns:


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.