public interface UsecpluginaaaData extends DataRoot
This class represents the following YANG schema fragment defined in module usecpluginaaa
module usecpluginaaa {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:usecpluginaaa";
prefix "usecpluginaaa";
revision 2015-01-05 {
description "";
}
container security {
list loginattempts {
key "time"
leaf time {
type string;
}
leaf srcIP {
type string;
}
leaf attempt {
type string;
}
}
}
notification invalidloginattempt {
description
"Indicates that the login attempt is invalid.";
}
rpc attemptFromIP {
input {
leaf srcIP {
type string;
}
}
output {
leaf loginAttempt {
type string;
}
}
}
rpc attemptOnDateTime {
input {
leaf dateTime {
type string;
}
}
output {
leaf loginAttempt {
type string;
}
}
}
}
| Modifier and Type | Method and Description |
|---|---|
Security |
getSecurity() |
Security getSecurity()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.usecpluginaaa.rev150105.Security security, or null if not presentCopyright © 2016 OpenDaylight. All rights reserved.