Class SCUtils
- java.lang.Object
-
- com.sun.identity.console.service.model.SCUtils
-
public class SCUtils extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StringgetLocalizedServiceName(String serviceName, Locale locale)StringgetServiceDisplayURL()The display URL for a service is the class that controls the presentation of the service information.
-
-
-
Method Detail
-
getServiceDisplayURL
public String getServiceDisplayURL()
The display URL for a service is the class that controls the presentation of the service information. To get the URL requires aServiceSchemaobject. It can be any of theServiceSchemadefined for the service.
-
getLocalizedServiceName
public static String getLocalizedServiceName(String serviceName, Locale locale) throws SMSException, SSOException, MissingResourceException
-
-