public class Credentials extends Object
Constructor and Description |
---|
Credentials(String... defaultScopes) |
Modifier and Type | Method and Description |
---|---|
String |
getEncodedKey() |
org.springframework.core.io.Resource |
getLocation() |
List<String> |
getScopes() |
boolean |
hasKey() |
void |
setEncodedKey(String encodedKey) |
void |
setLocation(org.springframework.core.io.Resource location) |
void |
setScopes(List<String> scopes) |
public Credentials(String... defaultScopes)
public org.springframework.core.io.Resource getLocation()
public void setLocation(org.springframework.core.io.Resource location)
public String getEncodedKey()
public void setEncodedKey(String encodedKey)
public boolean hasKey()
Copyright © 2021. All rights reserved.