The following tables list the members exposed by BaseFullAccessProvider.
Name | Description | |
---|---|---|
![]() | CanUseWindowsIdentity | true if this provider can be set to use WindowsIdentity for credentials. |
![]() | ConnectionAuthenticated | true if the connection to the remote server is authenticated. false if it needs to be authenticated. This is for the OAuth2 case where the authentication occurs outside of our code. |
![]() | Description | A long tooltip type description of this provider. |
![]() | Display | true if this provider should be displayed in AutoTag. |
![]() | Name | The name of this access provider. Should be of the form "Anonymous". This should never change. |
![]() | Properties | Definition of all properties for this provider. |
Name | Description | |
---|---|---|
![]() | AuthenticateConnection | Authenticate the connection for the user involved. This is for the OAuth2 case where the authentication occurs outside of our code. |
![]() | compareTo | (Inherited from net.windward.util.AccessProviders.BaseAccessProvider) |
![]() | CompareTo | |
![]() | createConnectionString | Overridden. Do not implement this. Only use it in the common Java engine. This builds the string from CreateConnectionString. |
![]() | CreateConnectionString | For 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). |
![]() | equals | (Inherited from java.lang.Object) |
![]() | establishConnection | (Inherited from net.windward.util.AccessProviders.BaseAccessProvider) |
![]() | getClass | (Inherited from java.lang.Object) |
![]() | getConnectionStringProperties | Overridden. Do not implement this. Only use it in the common Java engine. This builds the map from GetConnectionStringProperties. |
![]() | GetConnectionStringProperties | Pass 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). |
![]() | getDescription | Overridden. Do not implement this. Only use it in the common Java engine. This builds the description from Description. |
![]() | getName | Overridden. Do not implement this. Only use it in the common Java engine. This builds the name from Name. |
![]() | GetPropStatus | Sets the IsEnabled and IsRequired appropiately for each property. |
![]() ![]() | GetStream | Create the correct provider, read from it and return the response. |
![]() | hashCode | (Inherited from java.lang.Object) |
![]() | NeedCredentials | Returns true if this connection string is missing some required settings. |
![]() | notify | (Inherited from java.lang.Object) |
![]() | notifyAll | (Inherited from java.lang.Object) |
![]() | readImport | Overridden. |
![]() | toString | (Inherited from java.lang.Object) |
![]() | wait | Overloaded. (Inherited from java.lang.Object) |