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()
          Default 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()
Default 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 IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.