Class RFC7009Server2
- java.lang.Object
-
- org.oa4mp.delegation.server.client.ASImpl
-
- org.oa4mp.delegation.server.client.TokenAwareServer
-
- org.oa4mp.delegation.server.client.RFC7009Server2
-
- All Implemented Interfaces:
RFC7009Server
,AddressableServer
,DoubleDispatchServer
,Server
,RFC7662Constants
public class RFC7009Server2 extends TokenAwareServer implements RFC7009Server, RFC7662Constants
For RFC 7009 -- the revocation endpoint.Created by Jeff Gaynor
on 5/19/21 at 6:31 AM
-
-
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 RFC7009Server2(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 RFC7009Response
processRFC7009Request(RFC7009Request 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
-
processRFC7009Request
public RFC7009Response processRFC7009Request(RFC7009Request request)
- Specified by:
processRFC7009Request
in interfaceRFC7009Server
-
-