Interface AaaAuthorizationEventsConfig
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
public interface AaaAuthorizationEventsConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration data for AAA authorization events
This class represents the following YANG schema fragment defined in module openconfig-aaa
grouping aaa-authorization-events-config {
leaf event-type {
type identityref {
base AAA_AUTHORIZATION_EVENT_TYPE;
}
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn eventType, ornullif it is not present.Class<? extends AaaAuthorizationEventsConfig>default @NonNull AAAAUTHORIZATIONEVENTTYPEReturn eventType, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends AaaAuthorizationEventsConfig> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getEventType
AAAAUTHORIZATIONEVENTTYPE getEventType()Return eventType, ornullif it is not present.The type of event to record at the AAA authorization server- Returns:
AAAAUTHORIZATIONEVENTTYPEeventType, ornullif it is not present.
-
requireEventType
Return eventType, guaranteed to be non-null.The type of event to record at the AAA authorization server- Returns:
AAAAUTHORIZATIONEVENTTYPEeventType, guaranteed to be non-null.- Throws:
NoSuchElementException- if eventType is not present
-