public class UserLoginContextMapper extends Object implements IContextMapper<List<String>>
Modifier and Type | Field and Description |
---|---|
private static org.apache.log4j.Logger |
logger |
(package private) Pattern |
pattern |
(package private) String |
userAttribut |
Constructor and Description |
---|
UserLoginContextMapper(String groupSearchFilter)
Konstruktor zum Erzeugen des Mappers.
|
Modifier and Type | Method and Description |
---|---|
List<String> |
mapFromContext(Object ctx)
Mappt das anfrageergebnis auf eine Liste von Strings
|
private static final org.apache.log4j.Logger logger
String userAttribut
Pattern pattern
public UserLoginContextMapper(String groupSearchFilter)
groupSearchFilter
- GroupSearchFilter über den der Name des Attributes ermittelt werden
kann (z.B. member)Copyright © 2019. All rights reserved.