Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.capsd |
Modifier and Type | Method and Description |
---|---|
SmbAuth |
CapsdConfigManager.getSmbAuth(String target)
Finds the SMB authentication object using the netbios name.
|
SmbAuth |
CapsdConfig.getSmbAuth(String target)
Finds the SMB authentication object using the netbios name.
|
Modifier and Type | Method and Description |
---|---|
SmbAuth[] |
SmbConfig.getSmbAuth()
Method getSmbAuth.Returns the contents of the collection in
an Array.
|
SmbAuth |
SmbConfig.getSmbAuth(int index)
Method getSmbAuth.
|
SmbAuth |
SmbConfig.removeSmbAuthAt(int index)
Method removeSmbAuthAt.
|
static SmbAuth |
SmbAuth.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<SmbAuth> |
SmbConfig.enumerateSmbAuth()
Method enumerateSmbAuth.
|
List<SmbAuth> |
SmbConfig.getSmbAuthCollection()
Method getSmbAuthCollection.Returns a reference to
'_smbAuthList'.
|
Iterator<SmbAuth> |
SmbConfig.iterateSmbAuth()
Method iterateSmbAuth.
|
Modifier and Type | Method and Description |
---|---|
void |
SmbConfig.addSmbAuth(int index,
SmbAuth vSmbAuth) |
void |
SmbConfig.addSmbAuth(SmbAuth vSmbAuth) |
boolean |
SmbConfig.removeSmbAuth(SmbAuth vSmbAuth)
Method removeSmbAuth.
|
void |
SmbConfig.setSmbAuth(int index,
SmbAuth vSmbAuth) |
void |
SmbConfig.setSmbAuth(SmbAuth[] vSmbAuthArray) |
Modifier and Type | Method and Description |
---|---|
void |
SmbConfig.setSmbAuth(List<SmbAuth> vSmbAuthList)
Sets the value of '_smbAuthList' by copying the given
Vector.
|
void |
SmbConfig.setSmbAuthCollection(List<SmbAuth> smbAuthList)
Deprecated.
|
Copyright © 2015. All rights reserved.