Uses of Class
cronapp.framework.core.model.Auth
-
Packages that use Auth Package Description cronapp.framework.core.model -
-
Uses of Auth in cronapp.framework.core.model
Methods in cronapp.framework.core.model that return Auth Modifier and Type Method Description AuthAppConfiguration. getAuth()AuthAuth. setApplicationProperties(Map<String,String> applicationProperties)AuthAuth. setAutoSignUpSocial(Boolean autoSignUpSocial)AuthAuth. setMutual(Boolean mutual)AuthAuth. setSocialLogin(Boolean socialLogin)AuthAuth. setSocialNetworks(List<SocialNetwork> socialNetworks)AuthAuth. setTemplateProperties(Map<String,String> templateProperties)Methods in cronapp.framework.core.model with parameters of type Auth Modifier and Type Method Description voidAppConfiguration. setAuth(Auth auth)
-