Class ModuleSaml2KeyStoreKeyType
- java.lang.Object
-
- com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractKeyStoreKeyType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ModuleSaml2KeyStoreKeyType
-
- All Implemented Interfaces:
Containerable
,Freezable
,com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
,DebugDumpable
,Serializable
,Cloneable
public class ModuleSaml2KeyStoreKeyType extends AbstractKeyStoreKeyType
SAML2 key from key store. Supported only JKS type of key store.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable.Any
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ContainerableList<T extends Containerable>, com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding.ReferencableList<T extends Referencable>
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_TYPE
static Producer<ModuleSaml2KeyStoreKeyType>
FACTORY
-
Fields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractKeyStoreKeyType
F_KEY_ALIAS, F_KEY_PASSWORD, F_KEY_STORE_PASSWORD, F_KEY_STORE_PATH
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ModuleSaml2KeyStoreKeyType()
ModuleSaml2KeyStoreKeyType(PrismContext context)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModuleSaml2KeyStoreKeyType
clone()
<X> X
end()
boolean
equals(Object other)
ModuleSaml2KeyTypeType
getType()
ModuleSaml2KeyStoreKeyType
keyAlias(String value)
ModuleSaml2KeyStoreKeyType
keyPassword(ProtectedStringType value)
ModuleSaml2KeyStoreKeyType
keyStorePassword(ProtectedStringType value)
ModuleSaml2KeyStoreKeyType
keyStorePath(String value)
void
setType(ModuleSaml2KeyTypeType value)
ModuleSaml2KeyStoreKeyType
type(ModuleSaml2KeyTypeType value)
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.AbstractKeyStoreKeyType
getKeyAlias, getKeyPassword, getKeyStorePassword, getKeyStorePath, setKeyAlias, setKeyPassword, setKeyStorePassword, setKeyStorePath
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractMutableContainerable
asPrismContainerValue, getId, hashCode, setId, setupContainerValue, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.prism.Containerable
cloneWithoutId, debugDump, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.impl.binding.ContainerablePrismBinding
prismGetContainerableList, prismGetPropertyValue, prismGetPropertyValues, prismGetReferencable, prismGetReferencableList, prismGetReferenceObjectable, prismGetSingleContainerable, prismSetPropertyValue, prismSetReferencable, prismSetReferenceObjectable, prismSetSingleContainerable
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable
-
-
-
-
Field Detail
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TYPE
public static final ItemName F_TYPE
-
FACTORY
public static final Producer<ModuleSaml2KeyStoreKeyType> FACTORY
-
-
Constructor Detail
-
ModuleSaml2KeyStoreKeyType
public ModuleSaml2KeyStoreKeyType()
-
ModuleSaml2KeyStoreKeyType
@Deprecated public ModuleSaml2KeyStoreKeyType(PrismContext context)
Deprecated.
-
-
Method Detail
-
getType
public ModuleSaml2KeyTypeType getType()
-
setType
public void setType(ModuleSaml2KeyTypeType value)
-
equals
public boolean equals(Object other)
- Overrides:
equals
in classAbstractKeyStoreKeyType
-
type
public ModuleSaml2KeyStoreKeyType type(ModuleSaml2KeyTypeType value)
-
keyStorePath
public ModuleSaml2KeyStoreKeyType keyStorePath(String value)
- Overrides:
keyStorePath
in classAbstractKeyStoreKeyType
-
keyStorePassword
public ModuleSaml2KeyStoreKeyType keyStorePassword(ProtectedStringType value)
- Overrides:
keyStorePassword
in classAbstractKeyStoreKeyType
-
keyAlias
public ModuleSaml2KeyStoreKeyType keyAlias(String value)
- Overrides:
keyAlias
in classAbstractKeyStoreKeyType
-
keyPassword
public ModuleSaml2KeyStoreKeyType keyPassword(ProtectedStringType value)
- Overrides:
keyPassword
in classAbstractKeyStoreKeyType
-
end
public <X> X end()
- Overrides:
end
in classAbstractKeyStoreKeyType
-
clone
public ModuleSaml2KeyStoreKeyType clone()
- Overrides:
clone
in classAbstractKeyStoreKeyType
-
-