public class JwtTenantProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
issuer |
protected JwkLocationProperties |
jwk |
protected String |
type |
| Constructor and Description |
|---|
JwtTenantProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIssuer() |
JwkLocationProperties |
getJwk() |
String |
getType() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setIssuer(String issuer) |
void |
setJwk(JwkLocationProperties jwk) |
void |
setType(String type) |
protected String type
protected String issuer
protected JwkLocationProperties jwk
public String getType()
public void setType(String type)
public JwkLocationProperties getJwk()
public void setJwk(JwkLocationProperties jwk)
public String getIssuer()
public void setIssuer(String issuer)
public void setEnabled(boolean enabled)
public boolean isEnabled()
Copyright © 2020 Entur AS. All rights reserved.