Class WhoamiRestService


  • @Component("whoamiRestService")
    public class WhoamiRestService
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.ws.rs.core.Response whoami​(javax.ws.rs.core.SecurityContext securityContext)  
      • Methods inherited from class java.lang.Object

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

      • WhoamiRestService

        public WhoamiRestService()
    • Method Detail

      • whoami

        public javax.ws.rs.core.Response whoami​(@Context
                                                javax.ws.rs.core.SecurityContext securityContext)