Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_3.ModuleSaml2KeyStoreKeyType
-
Packages that use ModuleSaml2KeyStoreKeyType Package Description com.evolveum.midpoint.xml.ns._public.common.common_3 -
-
Uses of ModuleSaml2KeyStoreKeyType in com.evolveum.midpoint.xml.ns._public.common.common_3
Fields in com.evolveum.midpoint.xml.ns._public.common.common_3 with type parameters of type ModuleSaml2KeyStoreKeyType Modifier and Type Field Description static Producer<ModuleSaml2KeyStoreKeyType>
ModuleSaml2KeyStoreKeyType. FACTORY
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return ModuleSaml2KeyStoreKeyType Modifier and Type Method Description ModuleSaml2KeyStoreKeyType
Saml2KeyAuthenticationModuleType. beginActiveKeyStoreKey()
ModuleSaml2KeyStoreKeyType
Saml2KeyAuthenticationModuleType. beginStandByKeyStoreKey()
ModuleSaml2KeyStoreKeyType
ModuleSaml2KeyStoreKeyType. clone()
ModuleSaml2KeyStoreKeyType
ObjectFactory. createModuleSaml2KeyStoreKeyType()
ModuleSaml2KeyStoreKeyType
Saml2KeyAuthenticationModuleType. getActiveKeyStoreKey()
ModuleSaml2KeyStoreKeyType
ModuleSaml2KeyStoreKeyType. keyAlias(String value)
ModuleSaml2KeyStoreKeyType
ModuleSaml2KeyStoreKeyType. keyPassword(ProtectedStringType value)
ModuleSaml2KeyStoreKeyType
ModuleSaml2KeyStoreKeyType. keyStorePassword(ProtectedStringType value)
ModuleSaml2KeyStoreKeyType
ModuleSaml2KeyStoreKeyType. keyStorePath(String value)
ModuleSaml2KeyStoreKeyType
ModuleSaml2KeyStoreKeyType. type(ModuleSaml2KeyTypeType value)
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 that return types with arguments of type ModuleSaml2KeyStoreKeyType Modifier and Type Method Description List<ModuleSaml2KeyStoreKeyType>
Saml2KeyAuthenticationModuleType. createStandByKeyStoreKeyList()
List<ModuleSaml2KeyStoreKeyType>
Saml2KeyAuthenticationModuleType. getStandByKeyStoreKey()
Methods in com.evolveum.midpoint.xml.ns._public.common.common_3 with parameters of type ModuleSaml2KeyStoreKeyType Modifier and Type Method Description Saml2KeyAuthenticationModuleType
Saml2KeyAuthenticationModuleType. activeKeyStoreKey(ModuleSaml2KeyStoreKeyType value)
void
Saml2KeyAuthenticationModuleType. setActiveKeyStoreKey(ModuleSaml2KeyStoreKeyType value)
Saml2KeyAuthenticationModuleType
Saml2KeyAuthenticationModuleType. standByKeyStoreKey(ModuleSaml2KeyStoreKeyType value)
-