All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.erigir.wrench.shiro.OauthCustomPrincipalBuilder Maven / Gradle / Ivy

Go to download

An extensible implementation of Apache Shiro that uses OAuth as its source with a provided Spring MVC configuration

There is a newer version: 2.2.16+16
Show newest version
package com.erigir.wrench.shiro;

/**
 * Classes implementing this interface basically are expected to
 * populate the roles and privileges section of the OauthPrincipal
 * object based on the systems needs  See also
 * DefaultOauthCustomPrincipalBuilder
 *
 * Created by chrweiss on 2/22/15.
 */
public interface OauthCustomPrincipalBuilder {
    void updatePrincipal(OauthPrincipal data);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy