All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.woorea.openstack.common.session.OpenStackSession Maven / Gradle / Ivy

There is a newer version: 3.3.30-oss
Show newest version
/*******************************************************************************
 * Copyright (C) 2016 AT&T Intellectual Property. All rights reserved. This code is licensed under the Apache License, Version 2.0
 *******************************************************************************/

package com.woorea.openstack.common.session;
//package org.openstack.common.session;
//
//import java.io.Serializable;
//
//import org.openstack.keystone.model.Access;
//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;
//	}
//
//}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy