Class AaguidEntry
java.lang.Object
net.shibboleth.idp.plugin.authn.webauthn.metadata.AaguidEntry
A entry in the Passkeys AAGUID JSON file. Used for display purposes only.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the base64 SVG data encoded dark icon for this provider.Get the base64 SVG data encoded light icon for this provider.getName()Get the name of the authenticator/provider.voidsetIconDark(String icon) Set the base64 SVG data encoded dark icon for this provider.voidsetIconLight(String icon) Set the base64 SVG data encoded light icon for this provider.voidSet the name of the authenticator/provider.
-
Field Details
-
name
The name of the authenticator/provider. -
iconDark
The base64 SVG data encoded dark icon for this provider. -
iconLight
The base64 SVG data encoded light icon for this provider.
-
-
Constructor Details
-
AaguidEntry
public AaguidEntry()
-
-
Method Details
-
getName
Get the name of the authenticator/provider.- Returns:
- the name
-
setName
Set the name of the authenticator/provider.- Parameters:
nameIn- the name of the authenticator/provider
-
getIconDark
Get the base64 SVG data encoded dark icon for this provider.- Returns:
- the icon
-
setIconDark
Set the base64 SVG data encoded dark icon for this provider.- Parameters:
icon- the dark icon
-
getIconLight
Get the base64 SVG data encoded light icon for this provider.- Returns:
- the light icon
-
setIconLight
Set the base64 SVG data encoded light icon for this provider.- Parameters:
icon- the light icon
-