Package de.xima.fc.testhelper.security
Class DummyAuthenticatorPropsFactory
- java.lang.Object
 - 
- de.xima.fc.testhelper.security.DummyAuthenticatorPropsFactory
 
 
- 
public class DummyAuthenticatorPropsFactory extends Object
Factory for creating dummyauthenticator propertiesfor use by pac4j clients.- Since:
 - 8.0.0
 - Author:
 - XIMA MEDIA GmbH, Dresden
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DummyAuthenticatorPropsFactory() 
- 
Method Summary
 
 - 
 
- 
- 
Method Detail
- 
dummyOauthProps
public static <T extends IAuthenticator<?>> OAuth2AuthenticatorProperties<T> dummyOauthProps(T authenticator)
 
- 
dummyOidcProps
public static <T extends IAuthenticator<?>> OpenIdConnectAuthenticatorProperties<T> dummyOidcProps(T authenticator)
 
- 
dummySamlProps
public static <TEntity extends IAuthenticator<TFileEntity>,TFileEntity extends IFileEntity<? extends de.xima.cmn.dao.interfaces.IEntity<Long>,? extends IFileDataEntity<?>>> SamlAuthenticatorProperties<TEntity,TFileEntity> dummySamlProps(TEntity authenticator) throws Exception
- Throws:
 Exception
 
- 
dummyGoogleProps
public static <T extends IAuthenticator<?>> GoogleAuthenticatorProperties<T> dummyGoogleProps(T authenticator)
 
- 
dummyFacebookProps
public static <T extends IAuthenticator<?>> FacebookAuthenticatorProperties<T> dummyFacebookProps(T authenticator)
 
- 
dummyLdapProps
public static <T extends IAuthenticator<?>> LdapAuthenticatorProperties<T> dummyLdapProps(T authenticator)
 
- 
dummyAzureProps
public static <T extends IAuthenticator<?>> AzureAdOauth2AuthenticatorProperties<T> dummyAzureProps(T authenticator)
 
- 
dummyKerberosExtensionProps
public static <T extends IAuthenticator<?>> KerberosExtensionAuthenticatorProperties<T> dummyKerberosExtensionProps(T authenticator, LDAPZugriff ldapCon)
 
 - 
 
 -