org.openid4java.util
Class OpenID4JavaUtils

java.lang.Object
  extended by org.openid4java.util.OpenID4JavaUtils

public class OpenID4JavaUtils
extends java.lang.Object

Load properties from classpath:org.openid4java.util.openid4java-default.properties, then load custom properties from classpath:openid4java.properties to replace the default if exists..

Author:
Sutra Zhou

Method Summary
static java.lang.String getProperty(java.lang.String key)
           
static java.lang.String getProperty(java.lang.String key, java.lang.String defaultValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProperty

public static java.lang.String getProperty(java.lang.String key)

getProperty

public static java.lang.String getProperty(java.lang.String key,
                                           java.lang.String defaultValue)


Copyright © 2012 Sxip. All Rights Reserved.