Uses of Class
com.skava.auth.model.entities.ClientSecret
Packages that use ClientSecret
Package
Description
Models to represent the entity classes.
Data transfer classes for entities to hold the entity related informations.
Repository classes to represent the data access layer of the entities.
-
Uses of ClientSecret in com.skava.auth.model.entities
Constructor parameters in com.skava.auth.model.entities with type arguments of type ClientSecretModifierConstructorDescriptionQClientSecret
(com.querydsl.core.types.Path<? extends ClientSecret> path) QClientSecret
(Class<? extends ClientSecret> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
Uses of ClientSecret in com.skava.auth.model.rest.entities
Constructors in com.skava.auth.model.rest.entities with parameters of type ClientSecretModifierConstructorDescriptionPublicKeys
(ClientSecret secret) Constructs public keys for jwks_uri.PublicKeyVO
(ClientSecret secret) construct a public key with cilent's RSA key. -
Uses of ClientSecret in com.skava.auth.repository
Methods in com.skava.auth.repository that return ClientSecretModifier and TypeMethodDescriptionClientSecretRepository.findByClientIdAndPrivateKey
(Long clientId, String privateKey)