public class EncryptedAuthRequestUrlBuilder extends Object implements AuthRequestUrlBuilder
Constructor and Description |
---|
EncryptedAuthRequestUrlBuilder() |
Modifier and Type | Method and Description |
---|---|
String |
buildAuthRequestUrl(ServerConfiguration serverConfig,
RegisteredClient clientConfig,
String redirectUri,
String nonce,
String state,
Map<String,String> options,
String loginHint) |
com.nimbusds.jose.JWEAlgorithm |
getAlg() |
com.nimbusds.jose.EncryptionMethod |
getEnc() |
JWKSetCacheService |
getEncrypterService() |
void |
setAlg(com.nimbusds.jose.JWEAlgorithm alg) |
void |
setEnc(com.nimbusds.jose.EncryptionMethod enc) |
void |
setEncrypterService(JWKSetCacheService encrypterService) |
public EncryptedAuthRequestUrlBuilder()
public String buildAuthRequestUrl(ServerConfiguration serverConfig, RegisteredClient clientConfig, String redirectUri, String nonce, String state, Map<String,String> options, String loginHint)
buildAuthRequestUrl
in interface AuthRequestUrlBuilder
public JWKSetCacheService getEncrypterService()
public void setEncrypterService(JWKSetCacheService encrypterService)
encrypterService
- the encrypterService to setpublic com.nimbusds.jose.JWEAlgorithm getAlg()
public void setAlg(com.nimbusds.jose.JWEAlgorithm alg)
alg
- the alg to setpublic com.nimbusds.jose.EncryptionMethod getEnc()
public void setEnc(com.nimbusds.jose.EncryptionMethod enc)
enc
- the enc to setCopyright © 2018. All rights reserved.