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 ReadLineStartDiagramExtractReader.build(SURL url, StringLocated s, String uid, Charset charset) static booleanStartDiagramExtractReader.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 ReadLinePreprocessorUtils.getReaderInclude(SURL url, StringLocated s, Charset charset) static ReadLinePreprocessorUtils.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 SecurityAuthenticationAbstractOAuth2AccessAuthorizeManager.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.