Uses of Class
com.authlete.common.dto.NamedUri
-
Packages that use NamedUri Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of NamedUri in com.authlete.common.dto
Methods in com.authlete.common.dto that return NamedUri Modifier and Type Method Description NamedUri[]
Service. getMtlsEndpointAliases()
Get the MTLS endpoint aliases.NamedUri
NamedUri. setName(String name)
Set the name of the URI.NamedUri
NamedUri. setUri(URI uri)
Set the value of the URI.Methods in com.authlete.common.dto with parameters of type NamedUri Modifier and Type Method Description Service
Service. setMtlsEndpointAliases(NamedUri[] aliases)
Set the MTLS endpoint aliases.
-