A D E G I M N O P R S T U V _ 
All Classes All Packages

A

advance() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorTokenStream
Go on to next token.
appendMatchPair(String, String) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Append a match/replace string pair
appendOldstyleMatchPair(String, String) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Append old-style match/replace pair.

D

DEFAULT_BUNDLE_NAME - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
DEFAULT_PATH_NAME - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
deleteMatchPair(int) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Delete a specified match/replace string pair
disconnect() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper
Close the connection.

E

escape(StringBuilder, String) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Escape a string so it is verbatim
EvaluatorToken() - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
EvaluatorToken(int, int) - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
EvaluatorToken(String) - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
EvaluatorTokenStream(String) - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorTokenStream
Constructor.

G

getAttributeJavascriptString(String, Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getAttributeJavascriptString(Locale, String) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getAttributeJavascriptString(Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getAttributeString(String, Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getAttributeString(Locale, String) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getAttributeString(Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getBodyJavascriptString(String, Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getBodyJavascriptString(Locale, String) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getBodyJavascriptString(Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getBodyString(String, Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getBodyString(Locale, String) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getBodyString(Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getGroupNumber() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
getGroupStyle() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
getMatchCount() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Get the number of match/replace strings
getMatchString(int) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Get a specific match string
getReplaceString(int) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Get a specific replace string
getString(String, Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getString(Locale, String) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getString(Locale, String, Object[]) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
getTextValue() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
getType() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
groupNumber - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
groupStyle - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
GROUPSTYLE_LOWER - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
GROUPSTYLE_MIXED - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
GROUPSTYLE_NONE - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
GROUPSTYLE_UPPER - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 

I

insertMatchPair(int, String, String) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Insert a match/replace string pair

M

mapUser(String) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper
Map an input user name to an output name.
MatchMap - Class in org.apache.manifoldcf.authorities.mappers.regexp
An instance of this class describes a "match map", which describes a translation of an input string using regexp technology.
MatchMap() - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Constructor.
MatchMap(String) - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Constructor.
MatchMap(List<String>, List<String>) - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Constructor.
MatchMap.EvaluatorToken - Class in org.apache.manifoldcf.authorities.mappers.regexp
Evaluator token.
MatchMap.EvaluatorTokenStream - Class in org.apache.manifoldcf.authorities.mappers.regexp
Token stream.
matchPatterns - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
This is the set of Pattern objects corresponding to the match regexp strings.
matchStrings - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
This is the set of match regexp strings
Messages - Class in org.apache.manifoldcf.authorities.mappers.regexp
 
Messages() - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.Messages
Constructor - do no instantiate

N

nextToken() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorTokenStream
 

O

org.apache.manifoldcf.authorities.mappers.regexp - package org.apache.manifoldcf.authorities.mappers.regexp
 
outputConfigurationBody(IThreadContext, IHTTPOutput, Locale, ConfigParams, String) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper
Output the configuration body section.
outputConfigurationHeader(IThreadContext, IHTTPOutput, Locale, ConfigParams, List<String>) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper
Output the configuration header section.
outputResource(IHTTPOutput, Locale, String, Map<String, String>, boolean) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
outputResourceWithVelocity(IHTTPOutput, Locale, String, Map<String, Object>) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 
outputResourceWithVelocity(IHTTPOutput, Locale, String, Map<String, String>, boolean) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.Messages
 

P

peek() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorTokenStream
Get current token.
pos - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorTokenStream
 
processConfigurationPost(IThreadContext, IPostParameters, Locale, ConfigParams) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper
Process a configuration post.

R

RegexpMapper - Class in org.apache.manifoldcf.authorities.mappers.regexp
This is the regexp mapper implementation, which uses a regular expression to manipulate a user name.
RegexpMapper() - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper
Constructor.
RegexpParameters - Class in org.apache.manifoldcf.authorities.mappers.regexp
This class describes regexp mapper parameters.
RegexpParameters() - Constructor for class org.apache.manifoldcf.authorities.mappers.regexp.RegexpParameters
 
replaceStrings - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
This is the set of replace strings

S

stuff(StringBuilder, String) - Static method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Stuff characters

T

text - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorTokenStream
 
textValue - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
token - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorTokenStream
 
toString() - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Convert the matchmap to string form.
translate(String) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
Perform a translation.
type - Variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
TYPE_COMMA - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
TYPE_GROUP - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 
TYPE_TEXT - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap.EvaluatorToken
 

U

userNameMapping - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpParameters
User name mapping description.

V

viewConfiguration(IThreadContext, IHTTPOutput, Locale, ConfigParams) - Method in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper
View configuration.

_

_rcsid - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.MatchMap
 
_rcsid - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpMapper
 
_rcsid - Static variable in class org.apache.manifoldcf.authorities.mappers.regexp.RegexpParameters
 
A D E G I M N O P R S T U V _ 
All Classes All Packages