Package nz.org.riskscape.engine.auth
Interface Secret
- All Superinterfaces:
Identified
Loosely termed thing that is typically used to gain privileged access to something else. So far, these have no specific methods and are just tagged as secrets along with a functional casting method
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface nz.org.riskscape.engine.Identified
getId, getIdentifiedClass
-
Method Details
-
getFramework
String getFramework()- Returns:
- the framework name this secret was built from.
-
getDefinedIn
URI getDefinedIn()- Returns:
- a location where this secret was defined, or
Resource.UNKNOWN_URIif unknown. Intended for use in error messages.
-
isA
-