com.erigir.wrench.shiro.OauthCustomPrincipalBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wrench-shiro-oauth Show documentation
Show all versions of wrench-shiro-oauth Show documentation
An extensible implementation of Apache Shiro that uses OAuth as its source with a provided
Spring MVC configuration
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