Class FacadeRedirectResult<T,C extends AuthStateBody>
- java.lang.Object
-
- de.adorsys.opba.protocol.facade.dto.result.torest.redirectable.FacadeResultRedirectable<T,C>
-
- de.adorsys.opba.protocol.facade.dto.result.torest.redirectable.FacadeRedirectResult<T,C>
-
- All Implemented Interfaces:
FacadeResult<T>
public class FacadeRedirectResult<T,C extends AuthStateBody> extends FacadeResultRedirectable<T,C>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFacadeRedirectResult.RedirectFromProtocol
-
Field Summary
Fields Modifier and Type Field Description static FacadeRedirectResult.RedirectFromProtocolFROM_PROTOCOL
-
Constructor Summary
Constructors Constructor Description FacadeRedirectResult()
-
Method Summary
-
Methods inherited from class de.adorsys.opba.protocol.facade.dto.result.torest.redirectable.FacadeResultRedirectable
getHeaders
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.opba.protocol.facade.dto.result.torest.FacadeResult
getBody, getServiceSessionId, getXRequestId
-
-
-
-
Field Detail
-
FROM_PROTOCOL
public static final FacadeRedirectResult.RedirectFromProtocol FROM_PROTOCOL
-
-