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 String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead.static final String
Deprecated.UseOAuth2AuthenticatorProperties
instead. -
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.void
Deprecated.void
Deprecated.void
Deprecated.UseOAuth2AuthenticatorProperties.setKey(String)
instead.void
setProfileId
(String profileIdName) Deprecated.UseOAuth2AuthenticatorProperties.setProfileId(String)
instead.void
setProfileRequestType
(String type) Deprecated.void
setProfileUrl
(String url) Deprecated.UseOAuth2AuthenticatorProperties.setProfileUrl(String)
instead.void
Deprecated.UseOAuth2AuthenticatorProperties.setScope(String)
instead.void
Deprecated.UseOAuth2AuthenticatorProperties.setSecret(String)
instead.void
setTokenUrl
(String url) Deprecated.UseOAuth2AuthenticatorProperties.setTokenUrl(String)
instead.void
setUserMappingAttributes
(Map<String, String> userMappingAttributes) Deprecated.
-
Field Details
-
ATTR_KEY
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_SECRET
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_SCOPE
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_PROFILE_REQUEST_TYPE
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_AUTHENTICATION_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_TOKEN_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_PROFILE_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_PROFILE_ID
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_USER_MAPPING_ATTRIBUTES
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
ATTR_CUSTOM_USER_MAPPING_ATTRIBUTES
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
-
-
Constructor Details
-
OAuth20Wrapper
Deprecated.
-
-
Method Details
-
getAuthenticator
Deprecated.Description copied from interface:IAuthenticatorWrapper
Gets theIAuthenticator
-entity- Specified by:
getAuthenticator
in 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:IAuthenticatorWrapper
Builds the authentication clients based on the current data of the wrapper- Specified by:
buildAuthenticatorClients
in interfaceIAuthenticatorWrapper<T extends IAuthenticator<? extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,
? extends IFileDataEntity<?>>>> - Parameters:
authCtx
-IFormAuthContext
to build the client for- Returns:
- the
Client
-
OAuth2AuthenticatorProperties
instead.