public class ActiveIdentifierBundleFactories extends Object
| Constructor and Description |
|---|
ActiveIdentifierBundleFactories() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addFactory(javax.servlet.ServletContextEvent sce,
IdentifierBundleFactory factory)
Add a new IdentifierBundleFactory to the list.
|
static void |
addFactory(javax.servlet.ServletContext ctx,
IdentifierBundleFactory factory)
Add a new IdentifierBundleFactory to the list.
|
static List<String> |
getFactoryNames(javax.servlet.ServletContext ctx)
Just for diagnostics.
|
static IdentifierBundle |
getUserIdentifierBundle(javax.servlet.http.HttpServletRequest request,
UserAccount userAccount)
Get the Identifiers that would be created if this user were to log in.
|
public static void addFactory(javax.servlet.ServletContextEvent sce,
IdentifierBundleFactory factory)
public static void addFactory(javax.servlet.ServletContext ctx,
IdentifierBundleFactory factory)
public static List<String> getFactoryNames(javax.servlet.ServletContext ctx)
public static IdentifierBundle getUserIdentifierBundle(javax.servlet.http.HttpServletRequest request, UserAccount userAccount)
Copyright © 2022. All rights reserved.