Uses of Interface
org.openstack4j.model.identity.v3.Token
-
-
Uses of Token in org.openstack4j.api
Methods in org.openstack4j.api that return Token Modifier and Type Method Description TokenOSClient.OSClientV3. getToken()Gets the token that was assigned during authorization -
Uses of Token in org.openstack4j.api.identity.v3
Methods in org.openstack4j.api.identity.v3 that return Token Modifier and Type Method Description TokenTokenService. get(String tokenId)Validates and shows information for a token. -
Uses of Token in org.openstack4j.model.identity
Fields in org.openstack4j.model.identity declared as Token Modifier and Type Field Description TokenURLResolverParams. tokenMethods in org.openstack4j.model.identity with parameters of type Token Modifier and Type Method Description static URLResolverParamsURLResolverParams. create(Token token, ServiceType type) -
Uses of Token in org.openstack4j.openstack
Methods in org.openstack4j.openstack with parameters of type Token Modifier and Type Method Description static OSClient.OSClientV3OSFactory. clientFromToken(Token token)Skips Authentication and created the API around a previously cached Token object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective)Skips Authentication and created the API around a previously cached Token object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective, CloudProvider provider, Config config)Skips Authentication and created the API around a previously cached Token object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Facing perspective, Config config)Skips Authentication and created the API around a previously cached Token object.static OSClient.OSClientV3OSFactory. clientFromToken(Token token, Config config)Skips Authentication and created the API around a previously cached Token object. -
Uses of Token in org.openstack4j.openstack.identity.v3.domain
Classes in org.openstack4j.openstack.identity.v3.domain that implement Token Modifier and Type Class Description classKeystoneToken -
Uses of Token in org.openstack4j.openstack.identity.v3.internal
Methods in org.openstack4j.openstack.identity.v3.internal that return Token Modifier and Type Method Description TokenTokenServiceImpl. get(String tokenId) -
Uses of Token in org.openstack4j.openstack.internal
Methods in org.openstack4j.openstack.internal that return Token Modifier and Type Method Description TokenOSClientSession.OSClientSessionV3. getToken()Methods in org.openstack4j.openstack.internal with parameters of type Token Modifier and Type Method Description static OSClientSession.OSClientSessionV3OSClientSession.OSClientSessionV3. createSession(Token token)static OSClientSession.OSClientSessionV3OSClientSession.OSClientSessionV3. createSession(Token token, Facing perspective, CloudProvider provider, Config config)
-