-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
for: team-attentionThis ticket should be discussed as a team before proceedingThis ticket should be discussed as a team before proceedingtype: enhancementA general enhancementA general enhancement
Description
We should consider adding FactorGrantedAuthority for DefaultAuthorizationManagerFactory.Builder
. A few ideas of the usage below (that need thought out more carefully) are provided below.
An example of using the builder might be:
Builder.requireFactor(RequiredFactor.Builder);
A convenience method might be added for each type
Builder.requirePassword()
Then a method for specifying the duration
Builder.requirePasswordWithin(Duration)
Upon doing so, if it hasn't been released we would probably remove the AllAuthoritiesAuthorizationManager
from DefaultAuthorizationManagerFactory.Builder
Metadata
Metadata
Assignees
Labels
for: team-attentionThis ticket should be discussed as a team before proceedingThis ticket should be discussed as a team before proceedingtype: enhancementA general enhancementA general enhancement