com.plumtree.remote.auth
Class AuthInfo

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.auth.AuthInfo

public class AuthInfo
extends NamedValueMap

A NamedValueMap for storing on-demand authentication service settings. AuthInfo is populated from SCI pages associated with the Web Service. This class provides future extensibility and does not have additional methods.


Constructor Summary
AuthInfo()
          Constructor.
AuthInfo(NamedValue[] nvArray)
          Constructor with an input NamedValue array.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthInfo

public AuthInfo()
Constructor.


AuthInfo

public AuthInfo(NamedValue[] nvArray)
Constructor with an input NamedValue array.

Parameters:
nvArray - the initial array of NamedValues for this map


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.