com.crystaldecisions.sdk.plugin.authentication.common
Interface IsecAttributeBinding

All Known Subinterfaces:
IsecLDAP, IsecSAPR3, IsecWinAD

public interface IsecAttributeBinding

This interface provides common properties for third party authentication infoobjects to configure and enable attribute binding. The attribute priorities are ordered 1,2,3... and so on for each authentication plugin.


Method Summary
 int getAttributeBindingPriority()
          Get attribute binding priority (order of authentication plugin).
 boolean isAttributeBindingEnabled()
          Return if attribute binding is enabled.
 void setAttributeBindingEnabled(boolean isEnabled)
          Enable/Disable attribute binding
 void setAttributeBindingPriority(int priority)
          Set attribute binding priority (order of authentication plugin).
 

Method Detail

isAttributeBindingEnabled

boolean isAttributeBindingEnabled()
                                  throws SDKException
Return if attribute binding is enabled.

Throws:
SDKException
Since:
4.1

getAttributeBindingPriority

int getAttributeBindingPriority()
                                throws SDKException
Get attribute binding priority (order of authentication plugin).

Throws:
SDKException
Since:
4.1

setAttributeBindingEnabled

void setAttributeBindingEnabled(boolean isEnabled)
Enable/Disable attribute binding

Since:
4.1

setAttributeBindingPriority

void setAttributeBindingPriority(int priority)
Set attribute binding priority (order of authentication plugin).

Parameters:
priority - - order value based on other authentication plugins
Since:
4.1