Class AuthorizationBean
- java.lang.Object
-
- org.gcube.portlet.user.my_vres.shared.AuthorizationBean
-
- All Implemented Interfaces:
Serializable
public class AuthorizationBean extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AuthorizationBean()AuthorizationBean(String oAuth2TemporaryCode, String state, boolean success, String errorDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetErrorDescription()StringgetOAuth2TemporaryCode()StringgetState()booleanisSuccess()voidseOAuth2TemporaryCode(String oAuth2TemporaryCode)voidsetErrorDescription(String errorDescription)voidsetState(String state)voidsetSuccess(boolean success)StringtoString()
-
-
-
Method Detail
-
getOAuth2TemporaryCode
public String getOAuth2TemporaryCode()
-
seOAuth2TemporaryCode
public void seOAuth2TemporaryCode(String oAuth2TemporaryCode)
-
getState
public String getState()
-
setState
public void setState(String state)
-
isSuccess
public boolean isSuccess()
-
setSuccess
public void setSuccess(boolean success)
-
getErrorDescription
public String getErrorDescription()
-
setErrorDescription
public void setErrorDescription(String errorDescription)
-
-