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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OpenIdService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.jans.as.model.common.IntrospectionResponse
getIntrospectionResponse(String header, String token, String issuer)
io.jans.as.client.service.IntrospectionService
getIntrospectionService()
String
requestAccessToken(String clientId, List<String> scope)
-
-
-
Method Detail
-
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
-
-