Package io.github.jhipster.config
Class JHipsterProperties.Security.ClientAuthorization
- java.lang.Object
-
- io.github.jhipster.config.JHipsterProperties.Security.ClientAuthorization
-
- Enclosing class:
- JHipsterProperties.Security
public static class JHipsterProperties.Security.ClientAuthorization extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientAuthorization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAccessTokenUri()StringgetClientId()StringgetClientSecret()StringgetTokenServiceId()voidsetAccessTokenUri(String accessTokenUri)voidsetClientId(String clientId)voidsetClientSecret(String clientSecret)voidsetTokenServiceId(String tokenServiceId)
-
-
-
Method Detail
-
getAccessTokenUri
public String getAccessTokenUri()
-
setAccessTokenUri
public void setAccessTokenUri(String accessTokenUri)
-
getTokenServiceId
public String getTokenServiceId()
-
setTokenServiceId
public void setTokenServiceId(String tokenServiceId)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
getClientSecret
public String getClientSecret()
-
setClientSecret
public void setClientSecret(String clientSecret)
-
-