Class JansConfigurationWS


  • @Path("/.well-known/jans-configuration")
    public class JansConfigurationWS
    extends java.lang.Object
    Created by eugeniuparvan on 8/5/16.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.Integer,​java.util.Set<java.lang.String>> createAuthLevelMapping()  
      javax.ws.rs.core.Response getConfiguration()  
      • Methods inherited from class java.lang.Object

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

      • JansConfigurationWS

        public JansConfigurationWS()
    • Method Detail

      • getConfiguration

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

        public java.util.Map<java.lang.Integer,​java.util.Set<java.lang.String>> createAuthLevelMapping()