Class ChainingCredentialLabeller

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.admin.impl.ChainingCredentialLabeller
All Implemented Interfaces:
BiFunction<EnhancedCredentialRecord,ProfileRequestContext,List<String>>

public class ChainingCredentialLabeller extends Object implements BiFunction<EnhancedCredentialRecord,ProfileRequestContext,List<String>>
A credential labeller that labels credentials based on a chain of other labellers. All labellers are iterated over to produce the final list of labels.