Class AlternativeDescriptions
public class AlternativeDescriptions
extends com.webauthn4j.data.AbstractImmutableMap<String,String>
This descriptor contains description in alternative languages.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object, V extends Object> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.webauthn4j.data.AbstractImmutableMap
entrySet, equals, hashCodeMethods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, get, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
AlternativeDescriptions
-
AlternativeDescriptions
public AlternativeDescriptions()
-