Uses of Class
com.sun.identity.wss.provider.TrustAuthorityConfig
-
Packages that use TrustAuthorityConfig Package Description com.sun.identity.wss.provider Defines Web Services provider classes.com.sun.identity.wss.provider.plugins -
-
Uses of TrustAuthorityConfig in com.sun.identity.wss.provider
Subclasses of TrustAuthorityConfig in com.sun.identity.wss.provider Modifier and Type Class Description classDiscoveryConfigThis abstract classDiscoveryConfigrepresents the configuration of a Discovery client entity.classSTSConfigThis abstract classSTSConfigrepresents the configuration of a Security Token Service client entity.Fields in com.sun.identity.wss.provider declared as TrustAuthorityConfig Modifier and Type Field Description protected TrustAuthorityConfigProviderConfig. taconfigMethods in com.sun.identity.wss.provider that return TrustAuthorityConfig Modifier and Type Method Description static TrustAuthorityConfigTrustAuthorityConfig. getConfig(String name, String type)Returns the trust authority configuration object.TrustAuthorityConfigProviderConfig. getTrustAuthorityConfig()Returns the provider's trusted authorities list.Methods in com.sun.identity.wss.provider with parameters of type TrustAuthorityConfig Modifier and Type Method Description static voidTrustAuthorityConfig. saveConfig(TrustAuthorityConfig config)Saves the trust authority configuration.voidProviderConfig. setTrustAuthorityConfig(TrustAuthorityConfig taconfig)Sets the trusted authority configurations. -
Uses of TrustAuthorityConfig in com.sun.identity.wss.provider.plugins
Subclasses of TrustAuthorityConfig in com.sun.identity.wss.provider.plugins Modifier and Type Class Description classDiscoveryAgentclassSTSAgent
-