UserPropertiesProvider.java 691 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.adobe.granite.security.user.UserProperties
 *  org.apache.sling.api.SlingHttpServletRequest
 *  org.apache.sling.api.resource.ResourceResolver
 */
package com.day.cq.personalization;

import com.adobe.granite.security.user.UserProperties;
import org.apache.sling.api.SlingHttpServletRequest;
import org.apache.sling.api.resource.ResourceResolver;

public interface UserPropertiesProvider {
    public static final String DEFAULT_USERPROPS_PATH = "profile";

    public UserProperties getUserProperties(SlingHttpServletRequest var1);

    public UserProperties getUserProperties(ResourceResolver var1);
}