Package com.sodius.oslc.client.oauth
Class OAuthStore.OAuthStoreSerializable
java.lang.Object
com.sodius.oslc.client.oauth.OAuthStore.OAuthStoreSerializable
- All Implemented Interfaces:
Externalizable,Serializable
- Enclosing class:
OAuthStore
Serializable equivalent for OAuth Store to support clustered environments
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthStoreSerializable constructor /!\ this constructor is only used by Java serialization to read an instance from a stream -
Method Summary
Modifier and TypeMethodDescriptionvoidvoid
-
Constructor Details
-
OAuthStoreSerializable
public OAuthStoreSerializable()OAuthStoreSerializable constructor /!\ this constructor is only used by Java serialization to read an instance from a stream
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-