Class TargetingAuthentication

java.lang.Object
org.craftercms.engine.util.spring.security.targeting.TargetingAuthentication
All Implemented Interfaces:
org.craftercms.security.authentication.Authentication

public class TargetingAuthentication extends Object implements org.craftercms.security.authentication.Authentication
Implementation of Authentication used for standalone authentication.
Author:
avasquez
  • Field Details

    • profile

      protected org.craftercms.profile.api.Profile profile
  • Constructor Details

    • TargetingAuthentication

      public TargetingAuthentication(org.craftercms.profile.api.Profile profile)
  • Method Details

    • getTicket

      public String getTicket()
      Specified by:
      getTicket in interface org.craftercms.security.authentication.Authentication
    • getProfile

      public org.craftercms.profile.api.Profile getProfile()
      Specified by:
      getProfile in interface org.craftercms.security.authentication.Authentication
    • isRemembered

      public boolean isRemembered()
      Specified by:
      isRemembered in interface org.craftercms.security.authentication.Authentication