Class RandomUserIdGenerator

java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.admin.impl.RandomUserIdGenerator
All Implemented Interfaces:
Function<ProfileRequestContext,byte[]>

@ThreadSafe public final class RandomUserIdGenerator extends Object implements Function<ProfileRequestContext,byte[]>
A user.id generator that generates a random 64 byte user.id. Will return null if one can not be generated.