Knopflerfish OSGi 2.4.0

org.knopflerfish.service.um.ipam
Interface IPAMValuationService


public interface IPAMValuationService

Maps input path and auth method to auth, conf and integer levels.


Method Summary
 Levels getLevels(java.lang.String inputPath, java.lang.String authMethod)
          Get the three levels given an input path and an auth method.
 

Method Detail

getLevels

public Levels getLevels(java.lang.String inputPath,
                        java.lang.String authMethod)
Get the three levels given an input path and an auth method.

Parameters:
inputPath -
authMethod -
Returns:
Levels. By default, all levels are LOWEST.

Knopflerfish OSGi 2.4.0