Class UserInfoEntity
- java.lang.Object
-
- io.jenkins.plugins.tuleap_api.client.internals.entities.authentication.UserInfoEntity
-
-
Constructor Summary
Constructors Constructor Description UserInfoEntity(String subject, String username, String name, String email, boolean emailVerified)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEmail()
String
getName()
String
getSubject()
String
getUsername()
boolean
isEmailVerified()
-
-
-
Method Detail
-
getSubject
public String getSubject()
- Specified by:
getSubject
in interfaceUserInfo
-
getUsername
public String getUsername()
- Specified by:
getUsername
in interfaceUserInfo
-
isEmailVerified
public boolean isEmailVerified()
- Specified by:
isEmailVerified
in interfaceUserInfo
-
-