Class CurrentUserSessionResponse
- java.lang.Object
-
- org.jenkinsci.plugins.fodupload.models.response.CurrentUserSessionResponse
-
public class CurrentUserSessionResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description CurrentUserSessionResponse(Integer userId, String username, String[] scopes, String[] permissions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getPermissions()
String[]
getScopes()
Integer
getUserId()
String
getUsername()
-