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.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTR_AUTHENTICATION_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_CUSTOM_USER_MAPPING_ATTRIBUTES
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_KEY
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_PROFILE_ID
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_PROFILE_REQUEST_TYPE
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_PROFILE_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_SCOPE
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_SECRET
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_TOKEN_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.static String
ATTR_USER_MAPPING_ATTRIBUTES
Deprecated.UseOAuth2AuthenticatorProperties
instead.
-
Constructor Summary
Constructors Constructor Description OAuth20Wrapper(T authenticator)
Deprecated.
-
Method Summary
-
-
-
Field Detail
-
ATTR_KEY
@Deprecated public static final String ATTR_KEY
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_SECRET
@Deprecated public static final String ATTR_SECRET
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_SCOPE
@Deprecated public static final String ATTR_SCOPE
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_PROFILE_REQUEST_TYPE
@Deprecated public static final String ATTR_PROFILE_REQUEST_TYPE
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_AUTHENTICATION_URL
@Deprecated public static final String ATTR_AUTHENTICATION_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_TOKEN_URL
@Deprecated public static final String ATTR_TOKEN_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_PROFILE_URL
@Deprecated public static final String ATTR_PROFILE_URL
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_PROFILE_ID
@Deprecated public static final String ATTR_PROFILE_ID
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_USER_MAPPING_ATTRIBUTES
@Deprecated public static final String ATTR_USER_MAPPING_ATTRIBUTES
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_CUSTOM_USER_MAPPING_ATTRIBUTES
@Deprecated public static final String ATTR_CUSTOM_USER_MAPPING_ATTRIBUTES
Deprecated.UseOAuth2AuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
OAuth20Wrapper
public OAuth20Wrapper(T authenticator)
Deprecated.
-
-
Method Detail
-
getAuthenticator
public T 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 public String getKey()
Deprecated.UseOAuth2AuthenticatorProperties.getKey()
instead.
-
setKey
@Deprecated public void setKey(String key)
Deprecated.UseOAuth2AuthenticatorProperties.setKey(String)
instead.
-
getSecret
@Deprecated public String getSecret()
Deprecated.UseOAuth2AuthenticatorProperties.getSecret()
instead.
-
setSecret
@Deprecated public void setSecret(String key)
Deprecated.UseOAuth2AuthenticatorProperties.setSecret(String)
instead.
-
getScope
@Deprecated public String getScope()
Deprecated.UseOAuth2AuthenticatorProperties.getScope()
instead.
-
setScope
@Deprecated public void setScope(String scope)
Deprecated.UseOAuth2AuthenticatorProperties.setScope(String)
instead.
-
getAuthenticationUrl
@Deprecated public String getAuthenticationUrl()
Deprecated.UseOAuth2AuthenticatorProperties.getAuthenticationUrl()
instead.
-
setAuthenticationUrl
@Deprecated public void setAuthenticationUrl(String url)
Deprecated.
-
getTokenUrl
@Deprecated public String getTokenUrl()
Deprecated.UseOAuth2AuthenticatorProperties.getTokenUrl()
instead.
-
setTokenUrl
@Deprecated public void setTokenUrl(String url)
Deprecated.UseOAuth2AuthenticatorProperties.setTokenUrl(String)
instead.
-
getProfileUrl
@Deprecated public String getProfileUrl()
Deprecated.UseOAuth2AuthenticatorProperties.getProfileUrl()
instead.
-
setProfileUrl
@Deprecated public void setProfileUrl(String url)
Deprecated.UseOAuth2AuthenticatorProperties.setProfileUrl(String)
instead.
-
getProfileRequestType
@Deprecated public String getProfileRequestType()
Deprecated.
-
setProfileRequestType
@Deprecated public void setProfileRequestType(String type)
Deprecated.
-
getProfileId
@Deprecated public String getProfileId()
Deprecated.UseOAuth2AuthenticatorProperties.getProfileId()
instead.
-
setProfileId
@Deprecated public void setProfileId(String profileIdName)
Deprecated.UseOAuth2AuthenticatorProperties.setProfileId(String)
instead.
-
getUserMappingAttributes
@Deprecated public Map<String,String> getUserMappingAttributes()
Deprecated.
-
setUserMappingAttributes
@Deprecated public void setUserMappingAttributes(Map<String,String> userMappingAttributes)
Deprecated.
-
getCustomUserMappingAttributes
@Deprecated public Map<String,String> getCustomUserMappingAttributes()
Deprecated.
-
setCustomUserMappingAttributes
@Deprecated public void setCustomUserMappingAttributes(Map<String,String> attrs)
Deprecated.
-
buildAuthenticatorClients
public IAuthenticatorClients buildAuthenticatorClients(IFormAuthContext authCtx)
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
-
-