Class OperationalUtil
java.lang.Object
swiss.trustbroker.homerealmdiscovery.util.OperationalUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanskipUiFeaturesForAdminAndMonitoringClients(jakarta.servlet.http.HttpServletRequest httpRequest, TrustBrokerProperties trustBrokerProperties) static booleanskipUserFeatures(RpRequest rpRequest, jakarta.servlet.http.HttpServletRequest httpRequest, TrustBrokerProperties trustBrokerProperties) static booleanuseSkinnyUiForLegacyClients(RpRequest rpRequest, jakarta.servlet.http.HttpServletRequest httpRequest, TrustBrokerProperties trustBrokerProperties)
-
Method Details
-
useSkinnyUiForLegacyClients
public static boolean useSkinnyUiForLegacyClients(RpRequest rpRequest, jakarta.servlet.http.HttpServletRequest httpRequest, TrustBrokerProperties trustBrokerProperties) -
skipUiFeaturesForAdminAndMonitoringClients
public static boolean skipUiFeaturesForAdminAndMonitoringClients(jakarta.servlet.http.HttpServletRequest httpRequest, TrustBrokerProperties trustBrokerProperties) -
skipUserFeatures
public static boolean skipUserFeatures(RpRequest rpRequest, jakarta.servlet.http.HttpServletRequest httpRequest, TrustBrokerProperties trustBrokerProperties)
-