Uses of Class
org.gluu.oxauth.model.authorize.ClaimValue
-
Packages that use ClaimValue Package Description org.gluu.oxauth.model.authorize -
-
Uses of ClaimValue in org.gluu.oxauth.model.authorize
Methods in org.gluu.oxauth.model.authorize that return ClaimValue Modifier and Type Method Description static ClaimValue
ClaimValue. createEssential(boolean essentialValue)
static ClaimValue
ClaimValue. createNull()
static ClaimValue
ClaimValue. createSingleValue(java.lang.String value)
static ClaimValue
ClaimValue. createValueList(java.util.List<java.lang.String> values)
ClaimValue
Claim. getClaimValue()
Methods in org.gluu.oxauth.model.authorize with parameters of type ClaimValue Modifier and Type Method Description void
Claim. setClaimValue(ClaimValue claimValue)
Constructors in org.gluu.oxauth.model.authorize with parameters of type ClaimValue Constructor Description Claim(java.lang.String name, ClaimValue claimValue)
-