Class ClientSecretCredentialsConfig
- java.lang.Object
- 
- org.apache.tika.pipes.fetchers.microsoftgraph.config.AadCredentialConfigBase
- 
- org.apache.tika.pipes.fetchers.microsoftgraph.config.ClientSecretCredentialsConfig
 
 
- 
 public class ClientSecretCredentialsConfig extends AadCredentialConfigBase 
- 
- 
Constructor SummaryConstructors Constructor Description ClientSecretCredentialsConfig()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientSecret()ClientSecretCredentialsConfigsetClientSecret(String clientSecret)- 
Methods inherited from class org.apache.tika.pipes.fetchers.microsoftgraph.config.AadCredentialConfigBasegetClientId, getTenantId, setClientId, setTenantId
 
- 
 
- 
- 
- 
Method Detail- 
getClientSecretpublic String getClientSecret() 
 - 
setClientSecretpublic ClientSecretCredentialsConfig setClientSecret(String clientSecret) 
 
- 
 
-