Class OpenIdService

java.lang.Object
io.jans.configapi.security.service.OpenIdService
All Implemented Interfaces:
Serializable

@ApplicationScoped @Named("openIdService") public class OpenIdService extends Object implements Serializable
See Also:
  • Constructor Details

    • OpenIdService

      public OpenIdService()
  • Method Details

    • getIntrospectionService

      public io.jans.as.client.service.IntrospectionService getIntrospectionService()
    • getIntrospectionResponse

      public io.jans.as.model.common.IntrospectionResponse getIntrospectionResponse(String header, String token, String issuer) throws com.fasterxml.jackson.core.JsonProcessingException
      Throws:
      com.fasterxml.jackson.core.JsonProcessingException
    • requestAccessToken

      public String requestAccessToken(String clientId, List<String> scope)