Package nz.org.riskscape.engine.auth
Class Secrets
- All Implemented Interfaces:
IdentifiedCollection<Secret>
A collection of Secrets for use when communicating with remote resources, e.g. WFS servers
-
Nested Class Summary
Nested classes/interfaces inherited from class nz.org.riskscape.engine.IdentifiedCollection.Base
IdentifiedCollection.Base.HandleNested classes/interfaces inherited from interface nz.org.riskscape.engine.IdentifiedCollection
IdentifiedCollection.Base<T extends Identified> -
Field Summary
Fields inherited from class nz.org.riskscape.engine.IdentifiedCollection.Base
results -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class nz.org.riskscape.engine.IdentifiedCollection.Base
add, add, add, addAll, addAll, clear, containsKey, determineCollectionClass, get, getAll, getAllProblems, getCollectionClass, getOr, getReferences, getResult, getSimilarIds, isEmpty, remove, removeAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nz.org.riskscape.engine.IdentifiedCollection
get
-
Constructor Details
-
Secrets
public Secrets()
-
-
Method Details
-
getUserHomeSecrets
- Returns:
- the location on the user's filesystem where we expect secrets to be defined. Note that this is here so that error messages about secrets can refer to it (without needing any secrets to be defined in the first place.)
-
getOfType
-