Class DefaultAuthentication

java.lang.Object
org.craftercms.security.authentication.impl.DefaultAuthentication
All Implemented Interfaces:
Authentication

public class DefaultAuthentication extends Object implements Authentication
Default implementation of Authentication.
Author:
avasquez
  • Constructor Details

    • DefaultAuthentication

      public DefaultAuthentication(String ticket, Profile profile)
    • DefaultAuthentication

      public DefaultAuthentication(String ticket, Profile profile, boolean remembered)
  • Method Details