Package step.core.access.authentication
Class OidcCrendentials
- java.lang.Object
-
- step.core.auth.AbstractCredentials
-
- step.core.auth.Credentials
-
- step.core.access.authentication.OidcCrendentials
-
public class OidcCrendentials extends step.core.auth.Credentials
-
-
Constructor Summary
Constructors Constructor Description OidcCrendentials(String code, String sessionState, String backendRedirectUri)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBackendRedirectUri()
String
getCode()
String
getSessionState()
void
setBackendRedirectUri(String backendRedirectUri)
void
setCode(String code)
void
setSessionState(String sessionState)
-
-
-
Method Detail
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getSessionState
public String getSessionState()
-
setSessionState
public void setSessionState(String sessionState)
-
getBackendRedirectUri
public String getBackendRedirectUri()
-
setBackendRedirectUri
public void setBackendRedirectUri(String backendRedirectUri)
-
-