public static class MPJWTExtension.ClaimIP extends Object
Constructor and Description |
---|
ClaimIP(Type matchType,
Type valueType,
boolean isOptional,
Claim claim)
Create a ClaimIP from the injection site information
|
Modifier and Type | Method and Description |
---|---|
Claim |
getClaim() |
String |
getClaimName() |
Set<InjectionPoint> |
getInjectionPoints() |
Type |
getMatchType() |
Type |
getValueType() |
boolean |
isJsonValue() |
boolean |
isNonStandard() |
boolean |
isOptional() |
boolean |
isProviderSite() |
void |
setJsonValue(boolean jsonValue) |
void |
setNonStandard(boolean nonStandard) |
void |
setProviderSite(boolean providerSite) |
String |
toString() |
public ClaimIP(Type matchType, Type valueType, boolean isOptional, Claim claim)
matchType
- - the outer type of the injection sitevalueType
- - the parameterized type of the injection siteisOptional
- - is the injection site an Optionalclaim
- - the Claim qualifierpublic Type getMatchType()
public String getClaimName()
public Claim getClaim()
public Type getValueType()
public boolean isOptional()
public boolean isProviderSite()
public void setProviderSite(boolean providerSite)
public boolean isNonStandard()
public void setNonStandard(boolean nonStandard)
public boolean isJsonValue()
public void setJsonValue(boolean jsonValue)
public Set<InjectionPoint> getInjectionPoints()
Copyright © 2019 JBoss by Red Hat. All rights reserved.