Uses of Interface
io.jans.as.model.common.HasParamName
-
Packages that use HasParamName Package Description io.jans.as.model.common io.jans.as.model.crypto.signature io.jans.as.model.error io.jans.as.model.util -
-
Uses of HasParamName in io.jans.as.model.common
Classes in io.jans.as.model.common that implement HasParamName Modifier and Type Class Description classBackchannelTokenDeliveryModeclassDisplayAn ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.classGrantTypeThis class allows to enumerate and identify the possible values of the parameter grant_type for access token requests.classPromptAn ASCII string values that specifies whether the Authorization Server prompts the End-User for re-authentication and consent.classResponseModeclassResponseTypeThis class allows to enumerate and identify the possible values of the parameter response_type for the authorization endpoint.classTokenTypeHint -
Uses of HasParamName in io.jans.as.model.crypto.signature
Classes in io.jans.as.model.crypto.signature that implement HasParamName Modifier and Type Class Description classAsymmetricSignatureAlgorithm -
Uses of HasParamName in io.jans.as.model.error
Classes in io.jans.as.model.error that implement HasParamName Modifier and Type Class Description classErrorHandlingMethodThis class define error handling methods -
Uses of HasParamName in io.jans.as.model.util
Method parameters in io.jans.as.model.util with type arguments of type HasParamName Modifier and Type Method Description static StringUtil. asString(List<? extends HasParamName> list)static StringStringUtils. implodeEnum(List<? extends HasParamName> inputList, String glueString)
-