Class SsaGetAction


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

      Constructors 
      Constructor Description
      SsaGetAction()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      jakarta.ws.rs.core.Response get​(java.lang.Boolean softwareRoles, 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

      • SsaGetAction

        public SsaGetAction()
    • Method Detail

      • get

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