Class OpenIdAuthenticationInformation
java.lang.Object
ch.tocco.nice2.sso.impl.beans.OpenIdAuthenticationInformation
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOpenIdAuthenticationInformation(PrimaryKey openIdProvider, UserInfoBean userInfo, String sourceUri, String targetUri) OpenIdAuthenticationInformation(PrimaryKey openIdProvider, String sourceUri, String targetUri) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOpenIdProvider(PrimaryKey providerPk) voidsetSourceUri(String sourceUri) voidsetTargetUri(String targetUri) voidsetUserInfo(UserInfoBean userInfo)
-
Constructor Details
-
OpenIdAuthenticationInformation
public OpenIdAuthenticationInformation() -
OpenIdAuthenticationInformation
public OpenIdAuthenticationInformation(PrimaryKey openIdProvider, UserInfoBean userInfo, String sourceUri, String targetUri) -
OpenIdAuthenticationInformation
public OpenIdAuthenticationInformation(PrimaryKey openIdProvider, String sourceUri, String targetUri)
-
-
Method Details
-
getOpenIdProvider
-
setOpenIdProvider
-
setUserInfo
-
getUserInfo
-
getSourceUri
-
setSourceUri
-
getTargetUri
-
setTargetUri
-