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

All Known Subinterfaces:
IsecLDAP, IsecSAPR3, IsecWinAD

public interface IsecCommitAction

This interface provides common properties for third party authentication infoobjects to configure and perform group and alias mappings.


Nested Class Summary
static class IsecCommitAction.CommitActionType
          Specifies the types of update actions.
 
Method Summary
 IsecCommitAction.CommitActionType getPluginCommitActionConfig()
          Gets the commit action settings, this is only used for client applications.
 void setPluginCommitAction(IsecCommitAction.CommitActionType commitActionType)
          Sets the commit action settings, this is only used for client applications.
 void setPluginCommitActionConfig(IsecCommitAction.CommitActionType commitActionType)
          Setting the commitAction type will perform a group/alias mapping when authentication infoobject is committed.
 

Method Detail

getPluginCommitActionConfig

IsecCommitAction.CommitActionType getPluginCommitActionConfig()
Gets the commit action settings, this is only used for client applications.

Since:
4.1

setPluginCommitAction

void setPluginCommitAction(IsecCommitAction.CommitActionType commitActionType)
Sets the commit action settings, this is only used for client applications.

Since:
4.1

setPluginCommitActionConfig

void setPluginCommitActionConfig(IsecCommitAction.CommitActionType commitActionType)
Setting the commitAction type will perform a group/alias mapping when authentication infoobject is committed. The commit action type flag will reset back to 0 after the mapping is performed.

Parameters:
commitActionType - use CommitActionTypes Enum
Since:
4.1