public class ClaimValueInjectionTest
extends org.jboss.arquillian.testng.Arquillian
Constructor and Description |
---|
ClaimValueInjectionTest() |
Modifier and Type | Method and Description |
---|---|
static org.jboss.shrinkwrap.api.spec.WebArchive |
createDeployment()
Create a CDI aware base web application archive
|
static void |
generateToken() |
void |
verifyInjectedAudience() |
void |
verifyInjectedAudienceStandard() |
void |
verifyInjectedAuthTimeStandard() |
void |
verifyInjectedCustomBoolean() |
void |
verifyInjectedCustomDouble() |
void |
verifyInjectedCustomInteger() |
void |
verifyInjectedCustomString() |
void |
verifyInjectedIssuedAt() |
void |
verifyInjectedIssuedAtStandard() |
void |
verifyInjectedJTI() |
void |
verifyInjectedJTIStandard() |
void |
verifyInjectedOptionalAuthTime() |
void |
verifyInjectedOptionalCustomMissing() |
void |
verifyInjectedOptionalSubject() |
void |
verifyInjectedRawToken() |
void |
verifyInjectedRawTokenStandard() |
void |
verifyInjectedSubjectStandard() |
void |
verifyIssuerClaim() |
void |
verifyIssuerStandardClaim() |
@Deployment(testable=true) public static org.jboss.shrinkwrap.api.spec.WebArchive createDeployment() throws IOException
IOException
- - on resource failure@BeforeClass(alwaysRun=true) public static void generateToken() throws Exception
Exception
@RunAsClient public void verifyIssuerStandardClaim() throws Exception
Exception
@RunAsClient public void verifyInjectedRawToken() throws Exception
Exception
@RunAsClient public void verifyInjectedRawTokenStandard() throws Exception
Exception
@RunAsClient public void verifyInjectedJTIStandard() throws Exception
Exception
@RunAsClient public void verifyInjectedAudience() throws Exception
Exception
@RunAsClient public void verifyInjectedAudienceStandard() throws Exception
Exception
@RunAsClient public void verifyInjectedIssuedAt() throws Exception
Exception
@RunAsClient public void verifyInjectedIssuedAtStandard() throws Exception
Exception
@RunAsClient public void verifyInjectedOptionalSubject() throws Exception
Exception
@RunAsClient public void verifyInjectedSubjectStandard() throws Exception
Exception
@RunAsClient public void verifyInjectedOptionalAuthTime() throws Exception
Exception
@RunAsClient public void verifyInjectedAuthTimeStandard() throws Exception
Exception
@RunAsClient public void verifyInjectedOptionalCustomMissing() throws Exception
Exception
@RunAsClient public void verifyInjectedCustomString() throws Exception
Exception
@RunAsClient public void verifyInjectedCustomInteger() throws Exception
Exception
@RunAsClient public void verifyInjectedCustomDouble() throws Exception
Exception
Copyright © 2017 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.