Package hudson.plugins.openid
Class Identity
java.lang.Object
hudson.plugins.openid.Identity
Represents an identity information given by the OpenID provider.
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtains the token suitable as the user ID.getEmail()getNick()voidvoidsetFullName(String fullName) voidvoidUpdates the user information on Hudson based on the information in this identity.
-
Constructor Details
-
Identity
public Identity(org.openid4java.message.AuthSuccess authSuccess) throws org.openid4java.OpenIDException - Throws:
org.openid4java.OpenIDException
-
-
Method Details
-
getOpenId
-
getNick
-
setNick
-
getEffectiveNick
Obtains the token suitable as the user ID. -
getFullName
-
setFullName
-
getEmail
-
setEmail
-
getGrantedAuthorities
-
getProperties
-
updateProfile
Updates the user information on Hudson based on the information in this identity.- Throws:
IOException
-