See: Description
Class | Description |
---|---|
GenericTransform |
The
GenericTransform class represents a generic
Transform that doesn't transform. |
LowercaseTransform |
The
LowercaseTransform class represents a
Transform that replaces all upprtcase characters with
lowercase characters. |
Parameter |
The
Parameter class represents 'Parameter' element in
'Transform' element in 'PasswordTransforms' element defined in
Authentication Service schema. |
PasswordTransforms |
The
PasswordTransforms class represents 'PasswordTransforms'
element defined in Authentication Service schema. |
SASLRequest |
The
SASLRequest class represents SASLRequest
element defined in Authentication Service schema. |
SASLResponse |
The
SASLResponse class represents SASLResponse
element defined in Authentication Service schema. |
SelectTransform |
The
SelectTransform class represents a Transform
that removes all characters except those specified in the "allowed"
parameter. |
Transform |
The
Transform class represents 'Transform' element in
'PasswordTransforms' element defined in Authentication Service schema. |
TruncationTransform |
The
TruncationTransform class represents a
Transform that remove all subsequent characters after a given
number of characters have been obtained. |
UppercaseTransform |
The
UppercaseTransform class represents a
Transform that replaces all lowercase characters with
uppercase characters. |
Copyright © 2010-2013, ForgeRock All Rights Reserved.