Package ch.tocco.nice2.sso.impl.beans
Class OpenIdAuthenticationInformation
java.lang.Object
ch.tocco.nice2.sso.impl.beans.OpenIdAuthenticationInformation
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionOpenIdAuthenticationInformation
(PrimaryKey openIdProvider, UserInfoBean userInfo, String sourceUri, String targetUri) OpenIdAuthenticationInformation
(PrimaryKey openIdProvider, String sourceUri, String targetUri) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setOpenIdProvider
(PrimaryKey providerPk) void
setSourceUri
(String sourceUri) void
setTargetUri
(String targetUri) void
setUserInfo
(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
-