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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setPortal(Portal portal)
Set the object portal.
-
-
-
Method Detail
-
setPortal
void setPortal(Portal portal)
Set the object portal.- Parameters:
portal
- the portal
-
-