Class DefaultLogoutHintMatchingPredicate

java.lang.Object
net.shibboleth.idp.plugin.oidc.op.profile.logic.DefaultLogoutHintMatchingPredicate
All Implemented Interfaces:
BiPredicate<String,SPSession>

public class DefaultLogoutHintMatchingPredicate extends Object implements BiPredicate<String,SPSession>
Default validation strategy for logout hints. This simply checks if the String given in the input parameters matches with SPSession.getSPSessionKey().
Since:
4.1.0
  • Constructor Details

    • DefaultLogoutHintMatchingPredicate

      public DefaultLogoutHintMatchingPredicate()
  • Method Details