Class PublicKeyAsPEMLocationURLTest
- java.lang.Object
-
- org.jboss.arquillian.testng.Arquillian
-
- org.eclipse.microprofile.jwt.tck.config.PublicKeyAsPEMLocationURLTest
-
- All Implemented Interfaces:
org.testng.IHookable
,org.testng.ITestNGListener
public class PublicKeyAsPEMLocationURLTest extends org.jboss.arquillian.testng.Arquillian
Validate that mp.jwt.verify.publickey.location property values of type remote URL to a PEM work to validate the JWT which is signed with privateKey4k.pem
-
-
Constructor Summary
Constructors Constructor Description PublicKeyAsPEMLocationURLTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static org.jboss.shrinkwrap.api.spec.WebArchive
createLocationURLDeployment()
Create a CDI aware base web application archive that includes an embedded JWK public key that is referenced via the mp.jwt.verify.publickey.location as a URL resource property.void
testKeyAsLocationUrl()
void
validateLocationUrlContents()
-
-
-
Method Detail
-
createLocationURLDeployment
@Deployment public static org.jboss.shrinkwrap.api.spec.WebArchive createLocationURLDeployment() throws IOException
Create a CDI aware base web application archive that includes an embedded JWK public key that is referenced via the mp.jwt.verify.publickey.location as a URL resource property. The root url is /pem- Returns:
- the base base web application archive
- Throws:
IOException
- - on resource failure
-
validateLocationUrlContents
@RunAsClient public void validateLocationUrlContents() throws Exception
- Throws:
Exception
-
-