Class SpaceApplicationDTO.Settings
- java.lang.Object
-
- jetbrains.buildServer.serverSide.oauth.space.pojo.SpaceApplicationDTO.Settings
-
- Enclosing class:
- SpaceApplicationDTO
public static class SpaceApplicationDTO.Settings extends Object
-
-
Constructor Summary
Constructors Constructor Description Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Boolean
getClientCredentialsFlowEnabled()
Boolean
getCodeFlowEnabled()
void
setClientCredentialsFlowEnabled(Boolean clientCredentialsFlowEnabled)
void
setCodeFlowEnabled(Boolean codeFlowEnabled)
-
-
-
Method Detail
-
getClientCredentialsFlowEnabled
public Boolean getClientCredentialsFlowEnabled()
-
setClientCredentialsFlowEnabled
public void setClientCredentialsFlowEnabled(Boolean clientCredentialsFlowEnabled)
-
getCodeFlowEnabled
public Boolean getCodeFlowEnabled()
-
setCodeFlowEnabled
public void setCodeFlowEnabled(Boolean codeFlowEnabled)
-
-