public class ApplicationMgtSystemConfig extends Object
Modifier and Type | Method and Description |
---|---|
ApplicationDAO |
getApplicationDAO()
Return an instance of the ApplicationDAO
|
String |
getClaimDialect()
Returns the claim dialect for claim mappings
|
IdentityProviderDAO |
getIdentityProviderDAO()
Return an instance of the SystemIDPDAO
|
static ApplicationMgtSystemConfig |
getInstance()
Returns the Singleton of
ApplicationMgtSystemConfig |
OAuthApplicationDAO |
getOAuthOIDCClientDAO()
Return an instance of the OAuthOIDCClientDAO
|
SAMLApplicationDAO |
getSAMLClientDAO()
Return an instance of the SAMLClientDAO
|
public static ApplicationMgtSystemConfig getInstance()
ApplicationMgtSystemConfig
public ApplicationDAO getApplicationDAO()
public OAuthApplicationDAO getOAuthOIDCClientDAO()
public SAMLApplicationDAO getSAMLClientDAO()
public IdentityProviderDAO getIdentityProviderDAO()
public String getClaimDialect()
Copyright © 2016 WSO2. All rights reserved.