Package com.sun.identity.workflow
Class ConfigureOAuth2
- java.lang.Object
-
- com.sun.identity.workflow.Task
-
- com.sun.identity.workflow.ConfigureOAuth2
-
-
Field Summary
Fields Modifier and Type Field Description static StringMESSAGEstatic StringPOLICY_CREATEDstatic StringPOLICY_EXISTSstatic StringUMA_SERVICE_CREATED
-
Constructor Summary
Constructors Constructor Description ConfigureOAuth2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringexecute(Locale locale, Map params)Executes the task.-
Methods inherited from class com.sun.identity.workflow.Task
getAttributeMapping, getContent, getFileContent, getMessage, getRequestURL, getResourceBundle, getString, getWebContent
-
-
-
-
Field Detail
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
POLICY_CREATED
public static final String POLICY_CREATED
- See Also:
- Constant Field Values
-
POLICY_EXISTS
public static final String POLICY_EXISTS
- See Also:
- Constant Field Values
-
UMA_SERVICE_CREATED
public static final String UMA_SERVICE_CREATED
- See Also:
- Constant Field Values
-
-
Method Detail
-
execute
public String execute(Locale locale, Map params) throws WorkflowException
Description copied from interface:ITaskExecutes the task.- Parameters:
locale- Locale of the request. Need for providing locale message.params- Map of parameters.- Throws:
WorkflowException
-
-