Class DeviceAuthorizer

java.lang.Object
no.polaric.core.auth.DeviceAuthorizer
All Implemented Interfaces:
org.pac4j.core.authorization.authorizer.Authorizer

public class DeviceAuthorizer extends Object implements org.pac4j.core.authorization.authorizer.Authorizer
Authorizer for devices.
  • Constructor Details

    • DeviceAuthorizer

      public DeviceAuthorizer()
  • Method Details

    • isAuthorized

      public boolean isAuthorized(org.pac4j.core.context.WebContext context, org.pac4j.core.context.session.SessionStore ss, List<org.pac4j.core.profile.UserProfile> profile)
      Specified by:
      isAuthorized in interface org.pac4j.core.authorization.authorizer.Authorizer
    • toString

      public String toString()
      Overrides:
      toString in class Object