org.sourceid.saml20.adapter.gui
Interface ActionDescriptor.Action

All Superinterfaces:
java.io.Serializable
Enclosing class:
ActionDescriptor

public static interface ActionDescriptor.Action
extends java.io.Serializable

The action to perform. Implementations might test a connection to an external resource based on a given configuration or perform some other similar action as needed.


Method Summary
 java.lang.String actionInvoked(Configuration configuration)
          Implement the action to invoke.
 

Method Detail

actionInvoked

java.lang.String actionInvoked(Configuration configuration)
Implement the action to invoke.

Parameters:
configuration - the configuration of the adapter obtained from the GUI.
Returns:
a String indicating the result of the action. This might indicate success or failure or something more detailed. This value will be rendered in the GUI after invocation.


Copyright 2007 Ping Identity Corp. All rights reserved.