Package com.avoka.fc.core.security
Interface IPortalAware
- All Known Implementing Classes:
FluentUserAuthenticationProvider
,GroovyUserDetailsAuthenticationProvider
,LdapUserDetailsAuthenticationProvider
,LocalUserDetailsAuthenticationProvider
,PortalAuthenticationProvider
,TwoFactorAuthenticationUserDetailsChecker
public interface IPortalAware
Provides an interface for authentication providers which are aware of their Portal.
- Since:
- 3.5.0
-
Method Summary
-
Method Details
-
setPortal
Set the object portal.- Parameters:
portal
- the portal
-