Class SortedServerMechanismFactory

java.lang.Object
org.wildfly.security.http.util.SortedServerMechanismFactory
All Implemented Interfaces:
HttpServerAuthenticationMechanismFactory

public final class SortedServerMechanismFactory extends Object implements HttpServerAuthenticationMechanismFactory
A HttpServerAuthenticationMechanismFactory which sorts the mechanism names returned using the provided Comparator.
Author:
Darran Lofthouse