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.NamedUriNamedUri. setName(String name)Set the name of the URI.NamedUriNamedUri. 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 ServiceService. setMtlsEndpointAliases(NamedUri[] aliases)Set the MTLS endpoint aliases.
-