Schema Central > SAML 2.0 > saml-schema-authn-context-types-2.0.xsd > PrincipalAuthenticationMechanism
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

PrincipalAuthenticationMechanism

        The method that a Principal employs to perform
        authentication to local system components.
      

Element information

Type: PrincipalAuthenticationMechanismType

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
preauth [0..1]xsd:integer

Used in

Sample instance

<PrincipalAuthenticationMechanism>
   <Password>
      <Length min="1"/>
      <Alphabet requiredChars="string"/>
      <Generation mechanism="principalchosen"/>
      <Extension>
         <!--any element-->
      </Extension>
   </Password>
   <RestrictedPassword>
      <Length min="1"/>
      <Generation mechanism="principalchosen"/>
      <Extension>
         <!--any element-->
      </Extension>
   </RestrictedPassword>
   <Token>
      <TimeSyncToken DeviceType="hardware" SeedLength="1" DeviceInHand="true"/>
      <Extension>
         <!--any element-->
      </Extension>
   </Token>
   <Smartcard>
      <Extension>
         <!--any element-->
      </Extension>
   </Smartcard>
   <ActivationPin>
      <Length min="1"/>
      <Alphabet requiredChars="string"/>
      <Generation mechanism="principalchosen"/>
      <ActivationLimit>
         <ActivationLimitDuration duration="P1Y2M3DT10H"/>
      </ActivationLimit>
      <Extension>
         <!--any element-->
      </Extension>
   </ActivationPin>
   <Extension>
      <!--any element-->
   </Extension>
</PrincipalAuthenticationMechanism>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com