public interface UsecpluginaaaService extends RpcService
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 |
|---|---|
Future<org.opendaylight.yangtools.yang.common.RpcResult<AttemptFromIPOutput>> |
attemptFromIP(AttemptFromIPInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<AttemptOnDateTimeOutput>> |
attemptOnDateTime(AttemptOnDateTimeInput input) |
Future<org.opendaylight.yangtools.yang.common.RpcResult<AttemptFromIPOutput>> attemptFromIP(AttemptFromIPInput input)
Future<org.opendaylight.yangtools.yang.common.RpcResult<AttemptOnDateTimeOutput>> attemptOnDateTime(AttemptOnDateTimeInput input)
Copyright © 2016 OpenDaylight. All rights reserved.