Class OAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
java.lang.Object
de.xima.fc.web.common.auth.wrapper.OAuth20Wrapper<T>
- All Implemented Interfaces:
IAuthenticatorWrapper<T>,Serializable
@Deprecated
public class OAuth20Wrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>>
extends Object
implements IAuthenticatorWrapper<T>
Deprecated.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead.static final StringDeprecated.UseOAuth2AuthenticatorPropertiesinstead. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Builds the authentication clients based on the current data of the wrapperDeprecated.UseOAuth2AuthenticatorProperties.getAuthenticationUrl()instead.Deprecated.Gets theIAuthenticator-entityDeprecated.getKey()Deprecated.UseOAuth2AuthenticatorProperties.getKey()instead.Deprecated.UseOAuth2AuthenticatorProperties.getProfileId()instead.Deprecated.Deprecated.UseOAuth2AuthenticatorProperties.getProfileUrl()instead.getScope()Deprecated.UseOAuth2AuthenticatorProperties.getScope()instead.Deprecated.UseOAuth2AuthenticatorProperties.getSecret()instead.Deprecated.UseOAuth2AuthenticatorProperties.getTokenUrl()instead.Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.UseOAuth2AuthenticatorProperties.setKey(String)instead.voidsetProfileId(String profileIdName) Deprecated.UseOAuth2AuthenticatorProperties.setProfileId(String)instead.voidsetProfileRequestType(String type) Deprecated.voidsetProfileUrl(String url) Deprecated.UseOAuth2AuthenticatorProperties.setProfileUrl(String)instead.voidDeprecated.UseOAuth2AuthenticatorProperties.setScope(String)instead.voidDeprecated.UseOAuth2AuthenticatorProperties.setSecret(String)instead.voidsetTokenUrl(String url) Deprecated.UseOAuth2AuthenticatorProperties.setTokenUrl(String)instead.voidsetUserMappingAttributes(Map<String, String> userMappingAttributes) Deprecated.
-
Field Details
-
ATTR_KEY
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_SECRET
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_SCOPE
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_PROFILE_REQUEST_TYPE
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_AUTHENTICATION_URL
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_TOKEN_URL
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_PROFILE_URL
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_PROFILE_ID
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_USER_MAPPING_ATTRIBUTES
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
ATTR_CUSTOM_USER_MAPPING_ATTRIBUTES
Deprecated.UseOAuth2AuthenticatorPropertiesinstead.- See Also:
-
-
Constructor Details
-
OAuth20Wrapper
Deprecated.
-
-
Method Details
-
getAuthenticator
Deprecated.Description copied from interface:IAuthenticatorWrapperGets theIAuthenticator-entity- Specified by:
getAuthenticatorin interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> - Returns:
- the
IAuthenticator
-
getKey
Deprecated.UseOAuth2AuthenticatorProperties.getKey()instead. -
setKey
Deprecated.UseOAuth2AuthenticatorProperties.setKey(String)instead. -
getSecret
Deprecated.UseOAuth2AuthenticatorProperties.getSecret()instead. -
setSecret
Deprecated.UseOAuth2AuthenticatorProperties.setSecret(String)instead. -
getScope
Deprecated.UseOAuth2AuthenticatorProperties.getScope()instead. -
setScope
Deprecated.UseOAuth2AuthenticatorProperties.setScope(String)instead. -
getAuthenticationUrl
Deprecated.UseOAuth2AuthenticatorProperties.getAuthenticationUrl()instead. -
setAuthenticationUrl
Deprecated. -
getTokenUrl
Deprecated.UseOAuth2AuthenticatorProperties.getTokenUrl()instead. -
setTokenUrl
Deprecated.UseOAuth2AuthenticatorProperties.setTokenUrl(String)instead. -
getProfileUrl
Deprecated.UseOAuth2AuthenticatorProperties.getProfileUrl()instead. -
setProfileUrl
Deprecated.UseOAuth2AuthenticatorProperties.setProfileUrl(String)instead. -
getProfileRequestType
Deprecated. -
setProfileRequestType
Deprecated. -
getProfileId
Deprecated.UseOAuth2AuthenticatorProperties.getProfileId()instead. -
setProfileId
Deprecated.UseOAuth2AuthenticatorProperties.setProfileId(String)instead. -
getUserMappingAttributes
Deprecated. -
setUserMappingAttributes
Deprecated. -
getCustomUserMappingAttributes
Deprecated. -
setCustomUserMappingAttributes
Deprecated. -
buildAuthenticatorClients
Deprecated.Description copied from interface:IAuthenticatorWrapperBuilds the authentication clients based on the current data of the wrapper- Specified by:
buildAuthenticatorClientsin interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>> - Parameters:
authCtx-IFormAuthContextto build the client for- Returns:
- the
Client
-
OAuth2AuthenticatorPropertiesinstead.