public interface PlugInProvider
RuntimeException
can be thrown instead.Modifier and Type | Method and Description |
---|---|
AuthenticationPlugIn<Credential> |
loadAuthenticationPlugIn(String name)
Return an authentication plug-in for the specified name or null if this PlugInProvider does not recognise the name.
|
AuthorizationPlugIn |
loadAuthorizationPlugIn(String name)
Return an authorization plug-in for the specified name or null if this PlugInProvider does not recognise the name.
|
AuthenticationPlugIn<Credential> loadAuthenticationPlugIn(String name)
name
- - The name of the desired plug-in.AuthorizationPlugIn loadAuthorizationPlugIn(String name)
name
- - The name of the desired plug-in.Copyright © 2023 JBoss by Red Hat. All rights reserved.