public class MicroProfileJWTAuthFraction extends Object implements Fraction<MicroProfileJWTAuthFraction>
| Constructor and Description |
|---|
MicroProfileJWTAuthFraction() |
| Modifier and Type | Method and Description |
|---|---|
Defaultable<Integer> |
getExpGracePeriodSecs() |
String |
getPublicKey() |
Defaultable<String> |
getTokenIssuer() |
void |
setExpGracePeriodSecs(Defaultable<Integer> expGracePeriodSecs) |
void |
setPublicKey(String publicKey) |
void |
setTokenIssuer(Defaultable<String> tokenIssuer) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitapplyDefaults, applyDefaultspublic Defaultable<String> getTokenIssuer()
public void setTokenIssuer(Defaultable<String> tokenIssuer)
public String getPublicKey()
public void setPublicKey(String publicKey)
public Defaultable<Integer> getExpGracePeriodSecs()
public void setExpGracePeriodSecs(Defaultable<Integer> expGracePeriodSecs)
Copyright © 2018 JBoss by Red Hat. All rights reserved.