Class SsaRevokeAction


  • @Named
    public class SsaRevokeAction
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SsaRevokeAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.ws.rs.core.Response revoke​(java.lang.String jti, java.lang.Long orgId, jakarta.servlet.http.HttpServletRequest httpRequest)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SsaRevokeAction

        public SsaRevokeAction()
    • Method Detail

      • revoke

        public jakarta.ws.rs.core.Response revoke​(java.lang.String jti,
                                                  java.lang.Long orgId,
                                                  jakarta.servlet.http.HttpServletRequest httpRequest)