public abstract class AbstractInboundAuthenticatorConfig extends Object
Constructor and Description |
---|
AbstractInboundAuthenticatorConfig() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getConfigName()
Get Config Name
|
abstract org.wso2.carbon.identity.application.common.model.Property[] |
getConfigurationProperties()
Get configurations
|
abstract String |
getFriendlyName()
Get friendly name
|
abstract String |
getName()
Get Type
|
String |
getRelyingPartyKey()
Relying party key.
|
boolean |
isRelyingPartyKeyConfigured()
Check whether the RelyingPartyKey is configured with the UI properties.
|
public abstract String getName()
public abstract String getConfigName()
public abstract String getFriendlyName()
public abstract org.wso2.carbon.identity.application.common.model.Property[] getConfigurationProperties()
public String getRelyingPartyKey()
public boolean isRelyingPartyKeyConfigured()
Copyright © 2016 WSO2. All rights reserved.