c858810ed482d8d45c6a00746da798161867b402
[yangtools.git] / restconf / restconf-client-api / src / main / java / org / opendaylight / yangtools / restconf / client / api / auth / RestAuthType.java
1 package org.opendaylight.yangtools.restconf.client.api.auth;
2
3 /**
4  * Created by mbobak on 2/17/14.
5  */
6 public enum RestAuthType {
7
8     DIGEST,BASIC;
9 }