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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionio.jans.as.model.common.IntrospectionResponse
getIntrospectionResponse
(String header, String token, String issuer) io.jans.as.client.service.IntrospectionService
requestAccessToken
(String clientId, List<String> scope)
-
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
-