Interface TuleapAuthorizationCodeUrlBuilder
-
- All Known Implementing Classes:
TuleapAuthorizationCodeUrlBuilderImpl
public interface TuleapAuthorizationCodeUrlBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
buildRedirectUrlAndStoreSessionAttribute(org.kohsuke.stapler.StaplerRequest request, String tuleapUri, String clientId)
-
-
-
Method Detail
-
buildRedirectUrlAndStoreSessionAttribute
String buildRedirectUrlAndStoreSessionAttribute(org.kohsuke.stapler.StaplerRequest request, String tuleapUri, String clientId) throws UnsupportedEncodingException, NoSuchAlgorithmException
-
-