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 class
BackchannelTokenDeliveryMode
class
Display
An ASCII string value that specifies how the Authorization Server displays the authentication and consent user interface pages to the End-User.class
GrantType
This class allows to enumerate and identify the possible values of the parameter grant_type for access token requests.class
Prompt
An ASCII string values that specifies whether the Authorization Server prompts the End-User for re-authentication and consent.class
ResponseMode
class
ResponseType
This class allows to enumerate and identify the possible values of the parameter response_type for the authorization endpoint.class
TokenTypeHint
-
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 class
AsymmetricSignatureAlgorithm
-
Uses of HasParamName in io.jans.as.model.error
Classes in io.jans.as.model.error that implement HasParamName Modifier and Type Class Description class
ErrorHandlingMethod
This 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 String
Util. asString(List<? extends HasParamName> list)
static String
StringUtils. implodeEnum(List<? extends HasParamName> inputList, String glueString)
-