summaryrefslogtreecommitdiffstats
path: root/openstack-client/src/main/java/com/woorea/openstack/common/session/OpenStackSession.java
diff options
context:
space:
mode:
Diffstat (limited to 'openstack-client/src/main/java/com/woorea/openstack/common/session/OpenStackSession.java')
-rw-r--r--openstack-client/src/main/java/com/woorea/openstack/common/session/OpenStackSession.java192
1 files changed, 96 insertions, 96 deletions
diff --git a/openstack-client/src/main/java/com/woorea/openstack/common/session/OpenStackSession.java b/openstack-client/src/main/java/com/woorea/openstack/common/session/OpenStackSession.java
index c466e9e..e149b95 100644
--- a/openstack-client/src/main/java/com/woorea/openstack/common/session/OpenStackSession.java
+++ b/openstack-client/src/main/java/com/woorea/openstack/common/session/OpenStackSession.java
@@ -23,101 +23,101 @@ package com.woorea.openstack.common.session;
//import org.openstack.keystone.model.Authentication;
//
//public class OpenStackSession implements Serializable {
-//
-// private String authenticationURL;
-//
-// private Authentication authentication;
-//
-// private String identityAdministrationURL;
-//
-// private String identityAdministrationToken;
-//
-// private Access access;
-//
-// private boolean admin;
-//
-// /**
-// * @return the authenticationURL
-// */
-// public String getAuthenticationURL() {
-// return authenticationURL;
-// }
-//
-// /**
-// * @param authenticationURL the authenticationURL to set
-// */
-// public void setAuthenticationURL(String authenticationURL) {
-// this.authenticationURL = authenticationURL;
-// }
-//
-// /**
-// * @return the authentication
-// */
-// public Authentication getAuthentication() {
-// return authentication;
-// }
-//
-// /**
-// * @param authentication the authentication to set
-// */
-// public void setAuthentication(Authentication authentication) {
-// this.authentication = authentication;
-// }
-//
-// /**
-// * @return the identityAdministrationURL
-// */
-// public String getIdentityAdministrationURL() {
-// return identityAdministrationURL;
-// }
-//
-// /**
-// * @param identityAdministrationURL the identityAdministrationURL to set
-// */
-// public void setIdentityAdministrationURL(String identityAdministrationURL) {
-// this.identityAdministrationURL = identityAdministrationURL;
-// }
-//
-// /**
-// * @return the identityAdministrationToken
-// */
-// public String getIdentityAdministrationToken() {
-// return identityAdministrationToken;
-// }
-//
-// /**
-// * @param identityAdministrationToken the identityAdministrationToken to set
-// */
-// public void setIdentityAdministrationToken(String identityAdministrationToken) {
-// this.identityAdministrationToken = identityAdministrationToken;
-// }
-//
-// /**
-// * @return the access
-// */
-// public Access getAccess() {
-// return access;
-// }
-//
-// /**
-// * @param access the access to set
-// */
-// public void setAccess(Access access) {
-// this.access = access;
-// }
-//
-// /**
-// * @return the admin
-// */
-// public boolean isAdmin() {
-// return admin;
-// }
-//
-// /**
-// * @param admin the admin to set
-// */
-// public void setAdmin(boolean admin) {
-// this.admin = admin;
-// }
+//
+// private String authenticationURL;
+//
+// private Authentication authentication;
+//
+// private String identityAdministrationURL;
+//
+// private String identityAdministrationToken;
+//
+// private Access access;
+//
+// private boolean admin;
+//
+// /**
+// * @return the authenticationURL
+// */
+// public String getAuthenticationURL() {
+// return authenticationURL;
+// }
+//
+// /**
+// * @param authenticationURL the authenticationURL to set
+// */
+// public void setAuthenticationURL(String authenticationURL) {
+// this.authenticationURL = authenticationURL;
+// }
+//
+// /**
+// * @return the authentication
+// */
+// public Authentication getAuthentication() {
+// return authentication;
+// }
+//
+// /**
+// * @param authentication the authentication to set
+// */
+// public void setAuthentication(Authentication authentication) {
+// this.authentication = authentication;
+// }
+//
+// /**
+// * @return the identityAdministrationURL
+// */
+// public String getIdentityAdministrationURL() {
+// return identityAdministrationURL;
+// }
+//
+// /**
+// * @param identityAdministrationURL the identityAdministrationURL to set
+// */
+// public void setIdentityAdministrationURL(String identityAdministrationURL) {
+// this.identityAdministrationURL = identityAdministrationURL;
+// }
+//
+// /**
+// * @return the identityAdministrationToken
+// */
+// public String getIdentityAdministrationToken() {
+// return identityAdministrationToken;
+// }
+//
+// /**
+// * @param identityAdministrationToken the identityAdministrationToken to set
+// */
+// public void setIdentityAdministrationToken(String identityAdministrationToken) {
+// this.identityAdministrationToken = identityAdministrationToken;
+// }
+//
+// /**
+// * @return the access
+// */
+// public Access getAccess() {
+// return access;
+// }
+//
+// /**
+// * @param access the access to set
+// */
+// public void setAccess(Access access) {
+// this.access = access;
+// }
+//
+// /**
+// * @return the admin
+// */
+// public boolean isAdmin() {
+// return admin;
+// }
+//
+// /**
+// * @param admin the admin to set
+// */
+// public void setAdmin(boolean admin) {
+// this.admin = admin;
+// }
//
//}