Uses of Enum Class
org.opendaylight.lispflowmapping.lisp.authentication.LispKeyIDEnum
Packages that use LispKeyIDEnum
-
Uses of LispKeyIDEnum in org.opendaylight.lispflowmapping.lisp.authentication
Methods in org.opendaylight.lispflowmapping.lisp.authentication that return LispKeyIDEnumModifier and TypeMethodDescriptionstatic LispKeyIDEnum
LispKeyIDEnum.valueOf
(short keyID) Returns the enum constant of this class with the specified name.static LispKeyIDEnum
Returns the enum constant of this class with the specified name.static LispKeyIDEnum[]
LispKeyIDEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.opendaylight.lispflowmapping.lisp.authentication with parameters of type LispKeyIDEnumModifier and TypeMethodDescriptionstatic ILispAuthentication
LispAuthenticationFactory.getAuthentication
(LispKeyIDEnum keyID)