SecurityContextFactoryImpl@Deprecated public interface SecurityContextFactory
Interface that must be implemented by factories of SecurityContext instances.
| Modifier and Type | Method | Description |
|---|---|---|
SecurityContext |
createSecurityContext(HttpServerExchange exchange,
AuthenticationMode mode,
IdentityManager identityManager,
String programmaticMechName) |
Deprecated.
Instantiates and returns a
SecurityContext using the specified parameters. |
SecurityContext createSecurityContext(HttpServerExchange exchange, AuthenticationMode mode, IdentityManager identityManager, String programmaticMechName)
Instantiates and returns a SecurityContext using the specified parameters.
exchange - the HttpServerExchange instance.mode - the AuthenticationMode.identityManager - the IdentityManager instance.programmaticMechName - a String representing the programmatic mechanism name. Can be null.SecurityContext instance.Copyright © 2018. All rights reserved.