|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.apache.manifoldcf.crawler.connectors.webcrawler.CredentialsDescription.CredentialsItem
protected static class CredentialsDescription.CredentialsItem
Class representing an individual credential item.
| Field Summary | |
|---|---|
protected AuthenticationCredentials |
authentication
The credential |
protected java.util.regex.Pattern |
pattern
The bin-matching pattern. |
| Constructor Summary | |
|---|---|
CredentialsDescription.CredentialsItem(java.util.regex.Pattern p)
Constructor. |
|
| Method Summary | |
|---|---|
AuthenticationCredentials |
getCredential()
Get credential type |
java.util.regex.Pattern |
getPattern()
Get the pattern. |
void |
setCredential(AuthenticationCredentials authentication)
Set Credentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.regex.Pattern pattern
protected AuthenticationCredentials authentication
| Constructor Detail |
|---|
public CredentialsDescription.CredentialsItem(java.util.regex.Pattern p)
| Method Detail |
|---|
public java.util.regex.Pattern getPattern()
public void setCredential(AuthenticationCredentials authentication)
public AuthenticationCredentials getCredential()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||