Class OidcServices


  • @Singleton
    @Path("oidc")
    public class OidcServices
    extends step.core.deployment.AbstractStepServices
    • Field Summary

      • Fields inherited from class step.core.deployment.AbstractStepServices

        configuration, SESSION
    • Constructor Summary

      Constructors 
      Constructor Description
      OidcServices()  
    • Constructor Detail

      • OidcServices

        public OidcServices()
    • Method Detail

      • init

        @PostConstruct
        public void init()
                  throws Exception
        Overrides:
        init in class step.core.deployment.AbstractStepServices
        Throws:
        Exception
      • startOidcAuthorizationCodeFlow

        @GET
        @Consumes("application/json")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response startOidcAuthorizationCodeFlow​(@Context
                                                                          jakarta.ws.rs.core.UriInfo uriInfo)
      • handleOidcAuthorizationCode

        @GET
        @Path("/token")
        @Consumes("application/json")
        @Produces("application/json")
        public jakarta.ws.rs.core.Response handleOidcAuthorizationCode​(@Context
                                                                       jakarta.ws.rs.core.UriInfo uriInfo)