Uses of Class
net.sourceforge.plantuml.security.SURL
Packages that use SURL
Package
Description
-
Uses of SURL in net.sourceforge.plantuml.preproc
Methods in net.sourceforge.plantuml.preproc with parameters of type SURLModifier and TypeMethodDescriptionstatic StartDiagramExtractReader
StartDiagramExtractReader.build
(SURL url, StringLocated s, String uid, Charset charset) static boolean
StartDiagramExtractReader.containsStartDiagram
(SURL url, StringLocated s, Charset charset) -
Uses of SURL in net.sourceforge.plantuml.preproc2
Methods in net.sourceforge.plantuml.preproc2 with parameters of type SURLModifier and TypeMethodDescriptionstatic ReadLine
PreprocessorUtils.getReaderInclude
(SURL url, StringLocated s, Charset charset) static ReadLine
PreprocessorUtils.getReaderIncludeUrl
(SURL url, StringLocated s, String suf, Charset charset) -
Uses of SURL in net.sourceforge.plantuml.security
Methods in net.sourceforge.plantuml.security that return SURL -
Uses of SURL in net.sourceforge.plantuml.security.authentication.oauth
Methods in net.sourceforge.plantuml.security.authentication.oauth with parameters of type SURLModifier and TypeMethodDescriptionprotected SecurityAuthentication
AbstractOAuth2AccessAuthorizeManager.requestAndCreateAuthFromResponse
(Proxy proxy, String grantType, String tokenType, SURL tokenService, String content, SecurityAuthentication basicAuth) Calls the endpoint to load the token response and create a SecurityAuthentication.