Package org.pac4j.oauth.profile.yahoo
Class YahooDisclosure
java.lang.Object
org.pac4j.oauth.profile.yahoo.YahooDisclosure
- All Implemented Interfaces:
Serializable
This class represents a Yahoo disclosure.
- Since:
- 1.1.0
- Author:
- Jerome Leleu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldacceptance.getName()Getter for the fieldname.getSeen()Getter for the fieldseen.Getter for the fieldversion.voidsetAcceptance(String acceptance) Setter for the fieldacceptance.voidSetter for the fieldname.voidSetter for the fieldseen.voidsetVersion(String version) Setter for the fieldversion.
-
Constructor Details
-
YahooDisclosure
public YahooDisclosure()
-
-
Method Details
-
getAcceptance
Getter for the field
acceptance.- Returns:
- a
Stringobject
-
setAcceptance
Setter for the field
acceptance.- Parameters:
acceptance- aStringobject
-
getName
Getter for the field
name.- Returns:
- a
Stringobject
-
setName
Setter for the field
name.- Parameters:
name- aStringobject
-
getSeen
Getter for the field
seen.- Returns:
- a
Dateobject
-
setSeen
Setter for the field
seen.- Parameters:
seen- aDateobject
-
getVersion
Getter for the field
version.- Returns:
- a
Stringobject
-
setVersion
Setter for the field
version.- Parameters:
version- aStringobject
-