Package org.keycloak.http
Interface FormPartValue
-
- All Known Implementing Classes:
FormPartValueImpl
public interface FormPartValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputStream
asInputStream()
String
asString()
-
-
-
Method Detail
-
asString
String asString()
-
asInputStream
InputStream asInputStream()
-
-