Windward Engine API Reference
BaseFullAccessProvider Class Members
See Also  Properties  Methods  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders Namespace : BaseFullAccessProvider Class


Glossary Item Box

The following tables list the members exposed by BaseFullAccessProvider.

Public Properties

 NameDescription
Public PropertyCanUseWindowsIdentitytrue if this provider can be set to use WindowsIdentity for credentials.  
Public PropertyDescriptionA long tooltip type description of this provider.  
Public PropertyDisplaytrue if this provider should be displayed in AutoTag.  
Public PropertyNameThe name of this access provider. Should be of the form "Anonymous". This should never change.  
Public PropertyPropertiesDefinition of all properties for this provider.  
Top

Public Methods

 NameDescription
Public MethodcompareTo (Inherited from net.windward.util.AccessProviders.BaseAccessProvider)
Public MethodCompareTo  
Public MethodcreateConnectionStringOverridden. Do not implement this. Only use it in the common Java engine. This builds the string from CreateConnectionString.  
Public MethodCreateConnectionStringFor a set of properties creates a connection string. This will ignore any invalid properties in the connection string and will add any hard-coded values(overwriting existing ones if they are wrong).  
Public Methodequals (Inherited from java.lang.Object)
Public MethodestablishConnection (Inherited from net.windward.util.AccessProviders.BaseAccessProvider)
Public MethodgetClass (Inherited from java.lang.Object)
Public MethodgetConnectionStringPropertiesOverridden. Do not implement this. Only use it in the common Java engine. This builds the map from GetConnectionStringProperties.  
Public MethodGetConnectionStringPropertiesPass in a connection string and it will return it as a hashmap. This will ignore any invalid properties in the connection string and will add any hard-coded values(overwriting existing ones if they are wrong).  
Public MethodgetDescriptionOverridden. Do not implement this. Only use it in the common Java engine. This builds the description from Description.  
Public MethodgetNameOverridden. Do not implement this. Only use it in the common Java engine. This builds the name from Name.  
Public MethodGetPropStatusSets the IsEnabled and IsRequired appropiately for each property.  
Public Methodstatic (Shared in Visual Basic)GetStreamCreate the correct provider, read from it and return the response.  
Public MethodhashCode (Inherited from java.lang.Object)
Public MethodNeedCredentialsReturns true if this connection string is missing some required settings.  
Public Methodnotify (Inherited from java.lang.Object)
Public MethodnotifyAll (Inherited from java.lang.Object)
Public MethodreadImportOverridden.   
Public MethodtoString (Inherited from java.lang.Object)
Public MethodwaitOverloaded.  (Inherited from java.lang.Object)
Top

See Also

© 2019 All Rights Reserved.