|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.framework.security.identity.open.OpenProvider
public class OpenProvider
Property information associated with an Openid or oAuth provider.
Constructor Summary | |
---|---|
OpenProvider()
Default constructor |
Method Summary | |
---|---|
String |
getAuthenticationUrl()
Gets the authentication URL. |
String |
getConsumerKey()
Gets the consumer key (oAuth). |
String |
getConsumerSecret()
Gets the consumer secret (oAuth). |
String |
getIconUrl()
Gets the icon URL. |
String |
getName()
Gets the provider name. |
String |
getResourceKey()
Gets the UI property bundle resource key. |
void |
processConfgurationNode(OpenProviders providers,
Node node)
Processes an open provider configuration node. |
void |
setAuthenticationUrl(String authenticationUrl)
Sets the authentication URL. |
void |
setConsumerKey(String consumerKey)
Sets the consumer key (oAuth). |
void |
setConsumerSecret(String consumerSecret)
Sets the consumer secret (oAuth). |
void |
setIconUrl(String iconUrl)
Sets the icon URL. |
void |
setName(String name)
Sets the provider name. |
void |
setResourceKey(String resourceKey)
Sets the UI property bundle resource key. |
String |
toString()
Returns the string representation of the object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OpenProvider()
Method Detail |
---|
public String getAuthenticationUrl()
public void setAuthenticationUrl(String authenticationUrl)
authenticationUrl
- the authentication URLpublic String getConsumerKey()
public void setConsumerKey(String consumerKey)
consumerKey
- the namepublic String getConsumerSecret()
public void setConsumerSecret(String consumerSecret)
consumerSecret
- the secretpublic String getIconUrl()
public void setIconUrl(String iconUrl)
iconUrl
- the icon URLpublic String getName()
public void setName(String name)
name
- the namepublic String getResourceKey()
public void setResourceKey(String resourceKey)
resourceKey
- the resource keypublic void processConfgurationNode(OpenProviders providers, Node node) throws Exception
providers
- the containernode
- the openProvider configuration node
Exception
- if an exception occurspublic String toString()
toString
in class Object
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |