|
The Identity bean allows you to define any scope by just:
builder.identity().scope(SomeScope.class);
However, as you mentioned PL should be able to support multiple scopes for the Identity bean within the same application and runtime. Qualifiers and producing the Identity bean from an injection point can be useful here.
|