com.pentaho.security.ldap.transform |
|
Java Source File Name | Type | Comment |
GrantedAuthorityToString.java | Class | Transforms a GrantedAuthority into a String .
Can handle either a single GrantedAuthority or a collection
(or array) of GrantedAuthority instances. |
SearchResultToAttrValueList.java | Class | Extracts the value of the token tokenName from the attribute
attributeName . |
StringToGrantedAuthority.java | Class | Transforms a String into a GrantedAuthority .
Can handle either a single String or a collection (or array)
of String instances. |