Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FCREPO-1713. Refactor EVERYONE user principal into the FAD. #895

Closed
wants to merge 2 commits into from

Conversation

peichman-umd
Copy link
Contributor

Instead of a single static principal named EVERYONE in the ServletContainerAuthenticationProvider class, rely on each delegate to supply a Principal that it uses to represent the EVERYONE user through a getEveryonePrincipal() method.

Updated the integration tests with mocks for the EVERYONE principal for their mock FAD objects.

Instead of a single static principal named EVERYONE in the ServletContainerAuthenticationProvider class, rely on each delegate to supply a Principal that it uses to represent the EVERYONE user through a getEveryonePrincipal() method.

Updated the integration tests with mocks for the EVERYONE principal for their mock FAD objects.
*
* @return principal representing "EVERYONE"
*/
public Principal getEveryonePrincipal() {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this public method ever called? If not, please remove.

…cipal() method.

Reverted whitespace/formatting changes introduced by Eclipse.
@awoods
Copy link

awoods commented Aug 31, 2015

Resolved with: 4629227

@awoods awoods closed this Aug 31, 2015
@peichman-umd peichman-umd deleted the fcrepo-1713 branch August 31, 2015 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants