Package | Description |
---|---|
com.sun.identity.liberty.ws.authnsvc.protocol |
Provides classes to manage liberty authentication service protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
GenericTransform
The
GenericTransform class represents a generic
Transform that doesn't transform. |
class |
LowercaseTransform
The
LowercaseTransform class represents a
Transform that replaces all upprtcase characters with
lowercase characters. |
class |
SelectTransform
The
SelectTransform class represents a Transform
that removes all characters except those specified in the "allowed"
parameter. |
class |
TruncationTransform
The
TruncationTransform class represents a
Transform that remove all subsequent characters after a given
number of characters have been obtained. |
class |
UppercaseTransform
The
UppercaseTransform class represents a
Transform that replaces all lowercase characters with
uppercase characters. |
Copyright © 2010-2013, ForgeRock All Rights Reserved.