Class ServiceTokensImpl
java.lang.Object
api.equinix.javasdk.fabric.client.implementation.ServiceTokensImpl
- All Implemented Interfaces:
ServiceTokens
ServiceTokensImpl class.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Constructor Summary
ConstructorsConstructorDescriptionServiceTokensImpl(ServiceTokenClient<ServiceToken> serviceClient, Fabric serviceManager) Constructor for ServiceTokensImpl. -
Method Summary
Modifier and TypeMethodDescriptionBegins the fluent builder for creating a new service token.Retrieves a single service token by its unique identifier.list()list.
-
Constructor Details
-
ServiceTokensImpl
Constructor for ServiceTokensImpl.
- Parameters:
serviceClient- aServiceTokenClientobject.serviceManager- aFabricobject.
-
-
Method Details
-
list
list.
- Specified by:
listin interfaceServiceTokens- Returns:
- a
PaginatedListobject.
-
getByUuid
Retrieves a single service token by its unique identifier.- Specified by:
getByUuidin interfaceServiceTokens- Parameters:
uuid- the unique identifier of the service token- Returns:
- the service token matching the given UUID
-
define
Begins the fluent builder for creating a new service token. Call methods on the returned builder to configure the token, then callcreate().- Specified by:
definein interfaceServiceTokens- Parameters:
issuerSide- the side (A-side or Z-side) issuing the service token- Returns:
- a builder for configuring the new service token
-