Uses of Class
net.shibboleth.idp.plugin.oidc.op.profile.flow.AbstractOidcApiFlowTest
-
Packages that use AbstractOidcApiFlowTest Package Description net.shibboleth.idp.plugin.oidc.op.profile.flow -
-
Uses of AbstractOidcApiFlowTest in net.shibboleth.idp.plugin.oidc.op.profile.flow
Subclasses of AbstractOidcApiFlowTest in net.shibboleth.idp.plugin.oidc.op.profile.flow Modifier and Type Class Description classAbstractOidcClientAuthenticationFlowTestBase unit test class for flows involving JWT based authentication (client_secret_jwt or private_key_jwt).classClientCredentialsTokenFlowTestUnit tests for the token flow when using the client_credentials grant type.classIntrospectionFlowTestUnit tests for the OAuth2 introspection flow.classRevocationFlowTestUnit tests for the OAuth2 revocation flow.classTokenFlowTestUnit tests for the token flow.classUserInfoTestUnit tests for the OIDC UserInfo flow.
-