Class PrincipalAuthenticationMechanismType
java.lang.Object
org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
org.keycloak.dom.saml.v2.ac.classes.PrincipalAuthenticationMechanismType
Java class for PrincipalAuthenticationMechanismType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrincipalAuthenticationMechanismType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Password" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}RestrictedPassword"
minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Token" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Smartcard" minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}ActivationPin"
minOccurs="0"/>
<element ref="{urn:oasis:names:tc:SAML:2.0:ac:classes:AuthenticatedTelephony}Extension"
maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="preauth" type="{http://www.w3.org/2001/XMLSchema}integer" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ActivationPinTypeprotected PasswordTypeprotected BigIntegerprotected RestrictedPasswordTypeprotected ExtensionOnlyTypeprotected TokenTypeFields inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
content -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the activationPin property.Gets the value of the password property.Gets the value of the preauth property.Gets the value of the restrictedPassword property.Gets the value of the smartcard property.getToken()Gets the value of the token property.voidSets the value of the activationPin property.voidsetPassword(PasswordType value) Sets the value of the password property.voidsetPreauth(BigInteger value) Sets the value of the preauth property.voidSets the value of the restrictedPassword property.voidsetSmartcard(ExtensionOnlyType value) Sets the value of the smartcard property.voidSets the value of the token property.Methods inherited from class org.keycloak.dom.saml.v2.ac.classes.ExtensionListType
add, getContent, remove
-
Field Details
-
password
-
restrictedPassword
-
token
-
smartcard
-
activationPin
-
preauth
-
-
Constructor Details
-
PrincipalAuthenticationMechanismType
public PrincipalAuthenticationMechanismType()
-
-
Method Details
-
getPassword
Gets the value of the password property.- Returns:
- possible object is
PasswordType
-
setPassword
Sets the value of the password property.- Parameters:
value- allowed object isPasswordType
-
getRestrictedPassword
Gets the value of the restrictedPassword property.- Returns:
- possible object is
RestrictedPasswordType
-
setRestrictedPassword
Sets the value of the restrictedPassword property.- Parameters:
value- allowed object isRestrictedPasswordType
-
getToken
Gets the value of the token property.- Returns:
- possible object is
TokenType
-
setToken
Sets the value of the token property.- Parameters:
value- allowed object isTokenType
-
getSmartcard
Gets the value of the smartcard property.- Returns:
- possible object is
ExtensionOnlyType
-
setSmartcard
Sets the value of the smartcard property.- Parameters:
value- allowed object isExtensionOnlyType
-
getActivationPin
Gets the value of the activationPin property.- Returns:
- possible object is
ActivationPinType
-
setActivationPin
Sets the value of the activationPin property.- Parameters:
value- allowed object isActivationPinType
-
getPreauth
Gets the value of the preauth property.- Returns:
- possible object is
BigInteger
-
setPreauth
Sets the value of the preauth property.- Parameters:
value- allowed object isBigInteger
-