Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.flow.AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE
-
Packages that use AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE Package Description net.shibboleth.idp.plugin.oidc.op.profile.flow -
-
Uses of AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE in net.shibboleth.idp.plugin.oidc.op.profile.flow
Fields in net.shibboleth.idp.plugin.oidc.op.profile.flow declared as AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE Modifier and Type Field Description protected AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPEAbstractIssuedJWTSecurityTest. fetchingTypeMethods in net.shibboleth.idp.plugin.oidc.op.profile.flow that return AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE Modifier and Type Method Description static AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPEAbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE[]AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.shibboleth.idp.plugin.oidc.op.profile.flow with parameters of type AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE Modifier and Type Method Description protected voidAbstractIssuedJWTSecurityTest. assertNoJwtResponse(String clientId, String clientSecret, PublicKey publicKey, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, com.nimbusds.jose.JWEAlgorithm jweAlgorithm, com.nimbusds.jose.EncryptionMethod method, AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE fetchingType)protected voidAbstractIssuedJWTSecurityTest. assertNoJwtResponse(String clientId, String clientSecret, PublicKey publicKey, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE fetchingType)protected voidAbstractIssuedJWTSecurityTest. assertNoJwtResponse(String clientSecret, PublicKey publicKey, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, com.nimbusds.jose.JWEAlgorithm jweAlgorithm, com.nimbusds.jose.EncryptionMethod method, AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE fetchingType)protected voidRequestObjectJWSTest. assertNoJwtResponse(String clientId, String clientSecret, PublicKey publicKey, com.nimbusds.jose.JWSAlgorithm jwsAlgorithm, com.nimbusds.jose.JWEAlgorithm jweAlgorithm, com.nimbusds.jose.EncryptionMethod method, AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE fetchingType)Constructors in net.shibboleth.idp.plugin.oidc.op.profile.flow with parameters of type AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE Constructor Description AbstractIssuedJWTSecurityTest(AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE type, String flowId)AbstractIssuedJWTSecurityTest(AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE type, String flowId, boolean optionalEncryption)IssuedEncryptedJWTTest(AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE type, String flowId)IssuedEncryptedJWTTest(AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE type, String flowId, boolean testSigned, boolean encryptionOptional)IssuedSignedJWTTest(AbstractIssuedJWTSecurityTest.JWT_FETCHING_TYPE type, String flowId)
-