Package io.asgardeo.java.oidc.sdk.config
Class FileBasedOIDCConfigProvider
- java.lang.Object
-
- io.asgardeo.java.oidc.sdk.config.FileBasedOIDCConfigProvider
-
- All Implemented Interfaces:
OIDCConfigProvider
public class FileBasedOIDCConfigProvider extends Object implements OIDCConfigProvider
A file-based provider implementation for theOIDCAgentConfigmodel. It is an implementation of the base class,OIDCConfigProvider.
-
-
Constructor Summary
Constructors Constructor Description FileBasedOIDCConfigProvider(InputStream fileInputStream)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OIDCAgentConfiggetOidcAgentConfig()Retrieves theOIDCAgentConfigobject with the agent specific configurations.
-
-
-
Constructor Detail
-
FileBasedOIDCConfigProvider
public FileBasedOIDCConfigProvider(InputStream fileInputStream) throws SSOAgentClientException
- Throws:
SSOAgentClientException
-
-
Method Detail
-
getOidcAgentConfig
public OIDCAgentConfig getOidcAgentConfig()
Retrieves theOIDCAgentConfigobject with the agent specific configurations.- Specified by:
getOidcAgentConfigin interfaceOIDCConfigProvider- Returns:
OIDCAgentConfigObject containing the agent specific configurations.
-
-