Class Auth
- java.lang.Object
-
- io.serverlessworkflow.api.workflow.Auth
-
public class Auth extends Object
-
-
Constructor Summary
Constructors Constructor Description Auth()
Auth(AuthDefinition authDef)
Auth(String refValue)
Auth(List<AuthDefinition> authDefs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuthDefinition>
getAuthDefs()
String
getRefValue()
void
setAuthDefs(List<AuthDefinition> authDefs)
void
setRefValue(String refValue)
-
-
-
Constructor Detail
-
Auth
public Auth()
-
Auth
public Auth(AuthDefinition authDef)
-
Auth
public Auth(List<AuthDefinition> authDefs)
-
Auth
public Auth(String refValue)
-
-
Method Detail
-
getRefValue
public String getRefValue()
-
setRefValue
public void setRefValue(String refValue)
-
getAuthDefs
public List<AuthDefinition> getAuthDefs()
-
setAuthDefs
public void setAuthDefs(List<AuthDefinition> authDefs)
-
-