public interface NarrativeAuthZService
| Modifier and Type | Method and Description |
|---|---|
NarrativeRight |
authorize(Narrative narrative,
String userId) |
NarrativeRight |
getDefaultNarrativeRight(List<String> roleNames)
Gets the default narrative right for a user.
|
NarrativeRight |
getDefaultNarrativeRight(String roleName)
Gets the default narrative right for a user.
|
NarrativeRight |
getDefaultNarrativeRight(String userId,
ProposalDevelopmentDocument doc)
Gets the default narrative right for a user.
|
NarrativeRight authorize(Narrative narrative, String userId)
NarrativeRight getDefaultNarrativeRight(String userId, ProposalDevelopmentDocument doc)
username - the user's unique usernamedoc - the Proposal Development DocumentNarrativeRight getDefaultNarrativeRight(String roleName)
roleName - the proposal role for the userNarrativeRight getDefaultNarrativeRight(List<String> roleNames)
roleNames - the proposal roles for the userCopyright © 2013 The Kuali Foundation. All Rights Reserved.