ObjectIdentifier Classe
- java.
lang. Object - com.
microsoft. azure. keyvault. ObjectIdentifier
- com.
public class ObjectIdentifier
O identificador de objeto do cofre de chaves.
Resumo do campo
Modificador e tipo | Campo e descrição |
---|---|
String | baseIdentifier |
String | identifier |
String | name |
String | vault |
String | version |
Resumo do Construtor
Construtor | Description |
---|---|
ObjectIdentifier() |
Construtor. |
ObjectIdentifier(String collection, String identifier) |
Construtor. |
ObjectIdentifier(String vault, String collection, String name) |
Construtor. |
ObjectIdentifier(String vault, String collection, String name, String version) |
Construtor. |
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
String | baseIdentifier() |
String |
getFullAuthority(URI uri)
Obtém autoridade total para uma URL acrescentando a porta à autoridade de URL. |
String | identifier() |
boolean |
isObjectIdentifier(String collection, String identifier)
Verifica se o identificador pertence a um objeto do cofre de chaves. |
String | name() |
String | toString() |
String | vault() |
String |
verifyNonEmpty(String value, String argName)
Verifica se um valor é nulo ou vazio. Retorna o valor se não estiver vazio e gerar exceção se estiver vazio. |
String | version() |
Detalhes do campo
baseIdentifier
protected String baseIdentifier
identifier
protected String identifier
name
protected String name
vault
protected String vault
version
protected String version
Detalhes do construtor
ObjectIdentifier
protected ObjectIdentifier()
Construtor.
ObjectIdentifier
protected ObjectIdentifier(String collection, String identifier)
Construtor.
Parâmetros:
ObjectIdentifier
protected ObjectIdentifier(String vault, String collection, String name)
Construtor.
Parâmetros:
ObjectIdentifier
protected ObjectIdentifier(String vault, String collection, String name, String version)
Construtor.
Parâmetros:
Detalhes do método
baseIdentifier
public String baseIdentifier()
Retornos:
getFullAuthority
protected String getFullAuthority(URI uri)
Obtém autoridade total para uma URL acrescentando a porta à autoridade de URL.
Parâmetros:
Retornos:
identifier
public String identifier()
Retornos:
isObjectIdentifier
protected static boolean isObjectIdentifier(String collection, String identifier)
Verifica se o identificador pertence a um objeto do cofre de chaves.
Parâmetros:
Retornos:
name
public String name()
Retornos:
toString
public String toString()
vault
public String vault()
Retornos:
verifyNonEmpty
protected static String verifyNonEmpty(String value, String argName)
Verifica se um valor é nulo ou vazio. Retorna o valor se não estiver vazio e gerar exceção se estiver vazio.
Parâmetros:
Retornos:
version
public String version()
Retornos:
Aplica-se a
Azure SDK for Java