Class CredentialsDescription.CredentialsItem
- java.lang.Object
-
- org.apache.manifoldcf.crawler.connectors.webcrawler.CredentialsDescription.CredentialsItem
-
- Enclosing class:
- CredentialsDescription
protected static class CredentialsDescription.CredentialsItem extends java.lang.ObjectClass representing an individual credential item.
-
-
Field Summary
Fields Modifier and Type Field Description protected AuthenticationCredentialsauthenticationThe credentialprotected java.util.regex.PatternpatternThe bin-matching pattern.
-
Constructor Summary
Constructors Constructor Description CredentialsItem(java.util.regex.Pattern p)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationCredentialsgetCredential()Get credential typejava.util.regex.PatterngetPattern()Get the pattern.voidsetCredential(AuthenticationCredentials authentication)Set Credentials
-
-
-
Field Detail
-
pattern
protected java.util.regex.Pattern pattern
The bin-matching pattern.
-
authentication
protected AuthenticationCredentials authentication
The credential
-
-
Method Detail
-
getPattern
public java.util.regex.Pattern getPattern()
Get the pattern.
-
setCredential
public void setCredential(AuthenticationCredentials authentication)
Set Credentials
-
getCredential
public AuthenticationCredentials getCredential()
Get credential type
-
-