Class RFC7662Server2
- java.lang.Object
-
- org.oa4mp.delegation.server.client.ASImpl
-
- org.oa4mp.delegation.server.client.TokenAwareServer
-
- org.oa4mp.delegation.server.client.RFC7662Server2
-
- All Implemented Interfaces:
RFC7662Server
,AddressableServer
,DoubleDispatchServer
,Server
,RFC7662Constants
public class RFC7662Server2 extends TokenAwareServer implements RFC7662Server, RFC7662Constants
For RFC 7662 -- the introspection endpoint.Created by Jeff Gaynor
on 5/18/21 at 6:02 PM
-
-
Field Summary
-
Fields inherited from interface edu.uiuc.ncsa.oa4mp.delegation.oa2.server.RFC7662Constants
ACTIVE, TOKEN, TOKEN_TYPE, TOKEN_TYPE_HINT, TYPE_ACCESS_TOKEN, TYPE_REFRESH_TOKEN, USERNAME
-
-
Constructor Summary
Constructors Constructor Description RFC7662Server2(edu.uiuc.ncsa.security.servlet.ServiceClient serviceClient, URI issuer, String wellKnown, boolean oidcEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RFC7662Response
processRFC7662Request(RFC7662Request request)
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.oa2.client.TokenAwareServer
getAndCheckIDToken, getAndCheckResponse, getJsonWebKeys, getServiceClient, getTokenEndpoint, setTokenEndpoint
-
Methods inherited from class edu.uiuc.ncsa.oa4mp.delegation.oa2.client.ASImpl
getAddress, process
-
-
-
-
Method Detail
-
processRFC7662Request
public RFC7662Response processRFC7662Request(RFC7662Request request)
- Specified by:
processRFC7662Request
in interfaceRFC7662Server
-
-