Class SAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>>
- java.lang.Object
-
- de.xima.fc.web.common.auth.wrapper.SAMLWrapper<T,E>
-
- Type Parameters:
T
- the type of theIAuthenticator
E
- the type of the files of theIAuthenticator
- All Implemented Interfaces:
IAuthenticatorWrapper<T>
,Serializable
@Deprecated public class SAMLWrapper<T extends IAuthenticator<E>,E extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> extends Object implements IAuthenticatorWrapper<T>
Deprecated.UseSamlAuthenticatorProperties
instead.Wrapper for an saml authenticator- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description SAMLWrapper(T authenticator)
Deprecated.
-
Method Summary
-
-
-
Field Detail
-
ATTR_XML_CONFIG_FILE
@Deprecated public static final String ATTR_XML_CONFIG_FILE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_KEYPAIR_PASSWORD
@Deprecated public static final String ATTR_KEYPAIR_PASSWORD
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_USER_MAPPING_ATTRIBUTES
@Deprecated public static final String ATTR_USER_MAPPING_ATTRIBUTES
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_KEYSTORE_FILE
@Deprecated public static final String ATTR_KEYSTORE_FILE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_KEYSTORE_PASSWORD
@Deprecated public static final String ATTR_KEYSTORE_PASSWORD
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_CUST_KEYSTORE
@Deprecated public static final String ATTR_CUST_KEYSTORE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_FORCE_AUTH
@Deprecated public static final String ATTR_FORCE_AUTH
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_PASSIVE
@Deprecated public static final String ATTR_PASSIVE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_AUTH_REQ_BINDING_TYPE
@Deprecated public static final String ATTR_AUTH_REQ_BINDING_TYPE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_SPLOGOUT_REQ_BINDING_TYPE
@Deprecated public static final String ATTR_SPLOGOUT_REQ_BINDING_TYPE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_SPLOGOUT_RESP_BINDING_TYPE
@Deprecated public static final String ATTR_SPLOGOUT_RESP_BINDING_TYPE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_RESPONSE_BINDING_TYPE
@Deprecated public static final String ATTR_RESPONSE_BINDING_TYPE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_MAX_AUTH_LIFETIME
@Deprecated public static final String ATTR_MAX_AUTH_LIFETIME
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_MAX_CLOCK_SKEW
@Deprecated public static final String ATTR_MAX_CLOCK_SKEW
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_SERVICE_PROV_ENTITY_ID
@Deprecated public static final String ATTR_SERVICE_PROV_ENTITY_ID
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_USE_NAME_QUALIFIER
@Deprecated public static final String ATTR_USE_NAME_QUALIFIER
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_CONSUMING_SERVICE_IDX
@Deprecated public static final String ATTR_CONSUMING_SERVICE_IDX
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_ASSERT_CONS_SERVICE_IDX
@Deprecated public static final String ATTR_ASSERT_CONS_SERVICE_IDX
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_BLACKLLISTED_SIGN_ALGO
@Deprecated public static final String ATTR_BLACKLLISTED_SIGN_ALGO
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_SIGNATURE_ALGO
@Deprecated public static final String ATTR_SIGNATURE_ALGO
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_SIGNATURE_REF_DIGEST_METH
@Deprecated public static final String ATTR_SIGNATURE_REF_DIGEST_METH
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_SIG_CANON_ALGO
@Deprecated public static final String ATTR_SIG_CANON_ALGO
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_WANT_ASSERTION_SIGNED
@Deprecated public static final String ATTR_WANT_ASSERTION_SIGNED
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_WANT_RESPONSE_SIGNED
@Deprecated public static final String ATTR_WANT_RESPONSE_SIGNED
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_AUTH_REQUEST_SIGNED
@Deprecated public static final String ATTR_AUTH_REQUEST_SIGNED
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_LOGOUT_REQUEST_SIGNED
@Deprecated public static final String ATTR_LOGOUT_REQUEST_SIGNED
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_NAME_ID_POLICY_FORMAT
@Deprecated public static final String ATTR_NAME_ID_POLICY_FORMAT
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
ATTR_NAME_ID_POLICY_ALLOW_CREATE
@Deprecated public static final String ATTR_NAME_ID_POLICY_ALLOW_CREATE
Deprecated.UseSamlAuthenticatorProperties
instead.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
SAMLWrapper
public SAMLWrapper(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<E>>
- Returns:
- the
IAuthenticator
-
getXmlConfigFile
@Deprecated public E getXmlConfigFile()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setXmlConfigFile
@Deprecated public void setXmlConfigFile(E xmlConfigFile)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getKeyPairPassword
@Deprecated public String getKeyPairPassword()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setKeyPairPassword
@Deprecated public void setKeyPairPassword(String keyPairPassword)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isCustomKeyStore
@Deprecated public boolean isCustomKeyStore()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setCustomKeyStore
@Deprecated public void setCustomKeyStore(boolean customKeyStore)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getUserMappingAttributes
@Deprecated public Map<String,String> getUserMappingAttributes()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setUserMappingAttributes
@Deprecated public void setUserMappingAttributes(Map<String,String> userMappingAttributes)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setKeyStoreFile
@Deprecated public void setKeyStoreFile(E keyStoreFile)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getKeyStoreFile
@Deprecated public E getKeyStoreFile()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setKeyStorePassword
@Deprecated public void setKeyStorePassword(String password)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getKeyStorePassword
@Deprecated public String getKeyStorePassword()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isForceAuth
@Deprecated public boolean isForceAuth()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setForceAuth
@Deprecated public void setForceAuth(boolean forceAuth)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isPassive
@Deprecated public boolean isPassive()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setPassive
@Deprecated public void setPassive(boolean passive)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getAuthnRequestBindingType
@Deprecated public String getAuthnRequestBindingType()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setAuthnRequestBindingType
@Deprecated public void setAuthnRequestBindingType(String reqBindingType)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getSpLogoutRequestBindingType
@Deprecated public String getSpLogoutRequestBindingType()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setSpLogoutRequestBindingType
@Deprecated public void setSpLogoutRequestBindingType(String reqBindingType)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getSpLogoutResponseBindingType
@Deprecated public String getSpLogoutResponseBindingType()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setSpLogoutResponseBindingType
@Deprecated public void setSpLogoutResponseBindingType(String reqBindingType)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getResponseBindingType
@Deprecated public String getResponseBindingType()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setResponseBindingType
@Deprecated public void setResponseBindingType(String resBindingType)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getMaximumAuthenticationLifetime
@Deprecated public int getMaximumAuthenticationLifetime()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setMaximumAuthenticationLifetime
@Deprecated public void setMaximumAuthenticationLifetime(int maxAuthLifetime)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setMaxClockSkew
@Deprecated public void setMaxClockSkew(int maxClockSkew)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getMaxClockSkew
@Deprecated public int getMaxClockSkew()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getServiceProviderEntityId
@Deprecated public String getServiceProviderEntityId()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setServiceProviderEntityId
@Deprecated public void setServiceProviderEntityId(String providerEntityID)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isUseNameQualifier
@Deprecated public boolean isUseNameQualifier()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setUseNameQualifier
@Deprecated public void setUseNameQualifier(boolean nameQualifier)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getAttributeConsumingServiceIndex
@Deprecated public int getAttributeConsumingServiceIndex()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setAttributeConsumingServiceIndex
@Deprecated public void setAttributeConsumingServiceIndex(int consumingServiceIdx)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getAssertionConsumerServiceIndex
@Deprecated public int getAssertionConsumerServiceIndex()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setAssertionConsumerServiceIndex
@Deprecated public void setAssertionConsumerServiceIndex(int assConsServiceIdx)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isWantsAssertionsSigned
@Deprecated public boolean isWantsAssertionsSigned()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setWantsAssertionsSigned
@Deprecated public void setWantsAssertionsSigned(boolean signedAss)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isWantsResponseSigned
@Deprecated public boolean isWantsResponseSigned()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setWantsResponseSigned
@Deprecated public void setWantsResponseSigned(boolean signedAss)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isAuthnRequestSigned
@Deprecated public boolean isAuthnRequestSigned()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setAuthnRequestSigned
@Deprecated public void setAuthnRequestSigned(boolean signedAuth)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isLogoutRequestSigned
@Deprecated public boolean isLogoutRequestSigned()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setLogoutRequestSigned
@Deprecated public void setLogoutRequestSigned(boolean signedLogout)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getBlackListedSignatureSigningAlgorithms
@Deprecated public List<String> getBlackListedSignatureSigningAlgorithms()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setBlackListedSignatureSigningAlgorithms
@Deprecated public void setBlackListedSignatureSigningAlgorithms(List<String> blacklist)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getSignatureAlgorithms
@Deprecated public List<String> getSignatureAlgorithms()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setSignatureAlgorithms
@Deprecated public void setSignatureAlgorithms(List<String> list)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getSignatureCanonicalizationAlgorithm
@Deprecated public String getSignatureCanonicalizationAlgorithm()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setSignatureCanonicalizationAlgorithm
@Deprecated public void setSignatureCanonicalizationAlgorithm(String list)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getSignatureReferenceDigestMethods
@Deprecated public List<String> getSignatureReferenceDigestMethods()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setSignatureReferenceDigestMethods
@Deprecated public void setSignatureReferenceDigestMethods(List<String> blacklist)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
getNameIdPolicyFormat
@Deprecated public String getNameIdPolicyFormat()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setNameIdPolicyFormat
@Deprecated public void setNameIdPolicyFormat(String format)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
isNameIdPolicyAllowCreate
@Deprecated public boolean isNameIdPolicyAllowCreate()
Deprecated.UseSamlAuthenticatorProperties
instead.
-
setNameIdPolicyAllowCreate
@Deprecated public void setNameIdPolicyAllowCreate(boolean allowCreate)
Deprecated.UseSamlAuthenticatorProperties
instead.
-
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<E>>
- Parameters:
authCtx
-IFormAuthContext
to build the client for- Returns:
- the
Client
-
-