Uses of Interface
org.openstack4j.model.identity.v2.Access
-
Packages that use Access Package Description org.openstack4j.api org.openstack4j.model.identity org.openstack4j.openstack org.openstack4j.openstack.identity.v2.domain org.openstack4j.openstack.internal -
-
Uses of Access in org.openstack4j.api
Methods in org.openstack4j.api that return Access Modifier and Type Method Description AccessOSClient.OSClientV2. getAccess()Returns the Identity V2 Access object assigned during authentication -
Uses of Access in org.openstack4j.model.identity
Fields in org.openstack4j.model.identity declared as Access Modifier and Type Field Description AccessURLResolverParams. accessMethods in org.openstack4j.model.identity with parameters of type Access Modifier and Type Method Description static URLResolverParamsURLResolverParams. create(Access access, ServiceType type) -
Uses of Access in org.openstack4j.openstack
Methods in org.openstack4j.openstack with parameters of type Access Modifier and Type Method Description static OSClient.OSClientV2OSFactory. clientFromAccess(Access access)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective, CloudProvider provider, Config config)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Facing perspective, Config config)Skips Authentication and created the API around a previously cached Access object.static OSClient.OSClientV2OSFactory. clientFromAccess(Access access, Config config)Skips Authentication and created the API around a previously cached Access object. -
Uses of Access in org.openstack4j.openstack.identity.v2.domain
Classes in org.openstack4j.openstack.identity.v2.domain that implement Access Modifier and Type Class Description classKeystoneAccess -
Uses of Access in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return Access Modifier and Type Method Description AccessOSClientSession.OSClientSessionV2. getAccess()Methods in org.openstack4j.openstack.internal with parameters of type Access Modifier and Type Method Description static OSClientSession.OSClientSessionV2OSClientSession.OSClientSessionV2. createSession(Access access)static OSClientSession.OSClientSessionV2OSClientSession.OSClientSessionV2. createSession(Access access, Facing perspective, CloudProvider provider, Config config)
-