Interface Xs2aEmbeddedPreAuthorization.FromCtx
-
- All Superinterfaces:
DtoMapper<Xs2aContext,ProvidePsuIdAndPsuPasswordBody>
- All Known Implementing Classes:
Xs2aEmbeddedPreAuthorization$FromCtxImpl
- Enclosing class:
- Xs2aEmbeddedPreAuthorization
public static interface Xs2aEmbeddedPreAuthorization.FromCtx extends DtoMapper<Xs2aContext,ProvidePsuIdAndPsuPasswordBody>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvidePsuIdAndPsuPasswordBodymap(Xs2aContext ctx)
-
-
-
Method Detail
-
map
ProvidePsuIdAndPsuPasswordBody map(Xs2aContext ctx)
- Specified by:
mapin interfaceDtoMapper<Xs2aContext,ProvidePsuIdAndPsuPasswordBody>
-
-