Class PassportRestWebService


  • @Named("PassportConfigurationEndPoint")
    @Path("/passport/config")
    public class PassportRestWebService
    extends java.lang.Object
    PassportConfigurationEndPoint Implementation
    Author:
    Shekhar L., Yuriy Movchan Date: 12/06/2016
    • Method Summary

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

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

      • PassportRestWebService

        public PassportRestWebService()
    • Method Detail

      • getPassportConfig

        @GET
        @Produces("application/json")
        public javax.ws.rs.core.Response getPassportConfig()