Serialized Form


Package org.randomcoder.article

Class org.randomcoder.article.Article extends Object implements Serializable

serialVersionUID: -2673436829347272277L

Serialized Fields

id

Long id

contentType

ContentType contentType

permalink

String permalink

createdByUser

User createdByUser

creationDate

Date creationDate

modifiedByUser

User modifiedByUser

modificationDate

Date modificationDate

title

String title

content

String content

summary

String summary

tags

List<E> tags

comments

List<E> comments

Class org.randomcoder.article.ArticleAddCommand extends Object implements Serializable

serialVersionUID: -6429429692732106826L

Serialized Fields

title

String title
Article title.


contentType

ContentType contentType
Content type.


permalink

String permalink
Permalink.


tags

TagList tags
Tags.


content

String content
Textual content.


summary

String summary
Article summary.

Class org.randomcoder.article.ArticleEditCommand extends ArticleAddCommand implements Serializable

serialVersionUID: 3328453271434578065L

Serialized Fields

id

Long id

Class org.randomcoder.article.ArticleNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 8212072324579650157L

Class org.randomcoder.article.ArticlePageCommand extends Object implements Serializable

serialVersionUID: 6439493419331923137L

Serialized Fields

start

int start

limit

int limit

month

int month

day

int day

year

int year

Class org.randomcoder.article.ArticleTagPageCommand extends ArticlePageCommand implements Serializable

serialVersionUID: -1018974908517660133L

Serialized Fields

tag

Tag tag

Package org.randomcoder.article.comment

Class org.randomcoder.article.comment.Comment extends Object implements Serializable

serialVersionUID: 7444605318685376170L

Serialized Fields

id

Long id

article

Article article

contentType

ContentType contentType

createdByUser

User createdByUser

creationDate

Date creationDate

anonymousUserName

String anonymousUserName

anonymousEmailAddress

String anonymousEmailAddress

anonymousWebsite

String anonymousWebsite

title

String title

content

String content

visible

boolean visible

moderationStatus

ModerationStatus moderationStatus

referrer

CommentReferrer referrer

ipAddress

CommentIp ipAddress

userAgent

CommentUserAgent userAgent

Class org.randomcoder.article.comment.CommentCommand extends Object implements Serializable

serialVersionUID: -1245687879900306444L

Serialized Fields

article

Article article

anonymous

boolean anonymous

anonymousUserName

String anonymousUserName

anonymousEmailAddress

String anonymousEmailAddress

anonymousWebsite

String anonymousWebsite

title

String title

content

String content

Class org.randomcoder.article.comment.CommentIp extends Object implements Serializable

serialVersionUID: -8330136445379369299L

Serialized Fields

id

Long id

ipAddress

String ipAddress

creationDate

Date creationDate

Class org.randomcoder.article.comment.CommentNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 8212072324579650157L

Class org.randomcoder.article.comment.CommentReferrer extends Object implements Serializable

serialVersionUID: 4101138502746346499L

Serialized Fields

id

Long id

referrerUri

String referrerUri

creationDate

Date creationDate

Class org.randomcoder.article.comment.CommentUserAgent extends Object implements Serializable

serialVersionUID: 4101138502746346499L

Serialized Fields

id

Long id

userAgentName

String userAgentName

creationDate

Date creationDate

Package org.randomcoder.article.moderation

Class org.randomcoder.article.moderation.ModerationException extends Exception implements Serializable

serialVersionUID: -4988739845210718490L


Package org.randomcoder.cardspace

Class org.randomcoder.cardspace.CardSpaceTokenSpec extends Object implements Serializable

serialVersionUID: -175193395317583318L

Serialized Fields

ppid

String ppid

issuerHash

String issuerHash

expirationDate

Date expirationDate

Package org.randomcoder.content

Class org.randomcoder.content.InvalidContentException extends Exception implements Serializable

serialVersionUID: 106795571729597774L

Serialized Fields

lineNumber

int lineNumber

columnNumber

int columnNumber

Class org.randomcoder.content.InvalidContentTypeException extends RuntimeException implements Serializable

serialVersionUID: 4715267678027941575L


Package org.randomcoder.crypto

Class org.randomcoder.crypto.EncryptionException extends Exception implements Serializable

serialVersionUID: 7442635926339894154L


Package org.randomcoder.download

Class org.randomcoder.download.DownloadCommand extends Object implements Serializable

serialVersionUID: 7013166533979747193L

Serialized Fields

packageName

String packageName

showAll

boolean showAll

Class org.randomcoder.download.FileSet extends Object implements Serializable

serialVersionUID: 4901522219870010077L

Serialized Fields

version

String version

files

List<E> files

Class org.randomcoder.download.FileSpec extends Object implements Serializable

serialVersionUID: 1667518184832349650L

Serialized Fields

downloadLink

String downloadLink

fileSize

long fileSize

md5Link

String md5Link

sha1Link

String sha1Link

fileName

String fileName

lastModified

Date lastModified

fileType

String fileType

Class org.randomcoder.download.Package extends Object implements Serializable

serialVersionUID: -7453421374223486173L

Serialized Fields

name

String name

description

String description

fileSets

List<E> fileSets

Class org.randomcoder.download.PackageListException extends Exception implements Serializable

serialVersionUID: 4298370367619312048L


Package org.randomcoder.download.http

Class org.randomcoder.download.http.HttpProject extends Object implements Serializable

serialVersionUID: 8968671673710798968L

Serialized Fields

projectName

String projectName

projectDescription

String projectDescription

baseName

String baseName

baseUrl

URL baseUrl

extensionMappings

Map<K,V> extensionMappings

versions

List<E> versions

Class org.randomcoder.download.http.LocalHttpProject extends HttpProject implements Serializable

serialVersionUID: 5043435243692100091L

Serialized Fields

baseDir

File baseDir

Package org.randomcoder.download.maven

Class org.randomcoder.download.maven.MavenProject extends Object implements Serializable

serialVersionUID: -3839301096324651724L

Serialized Fields

projectName

String projectName

projectDescription

String projectDescription

directory

String directory

extensionMappings

Map<K,V> extensionMappings

Package org.randomcoder.feed

Class org.randomcoder.feed.FeedConfigurationException extends FeedException implements Serializable

serialVersionUID: 7305739829048095127L

Class org.randomcoder.feed.FeedException extends Exception implements Serializable

serialVersionUID: 7305739829048095127L

Class org.randomcoder.feed.FeedInfo extends Object implements Serializable

serialVersionUID: -2535221591939158773L

Serialized Fields

title

String title

subtitle

String subtitle

feedUrl

URL feedUrl

altUrl

URL altUrl

feedId

String feedId

articles

List<E> articles

Package org.randomcoder.saml

Class org.randomcoder.saml.SamlAssertion extends Object implements Serializable

serialVersionUID: -4607090848871612610L

Serialized Fields

version

SamlVersion version

assertionId

String assertionId

issueInstant

Date issueInstant

notBefore

Date notBefore

notOnOrAfter

Date notOnOrAfter

issuer

String issuer

attributes

List<E> attributes

Class org.randomcoder.saml.SamlAttribute extends Object implements Serializable

serialVersionUID: -213231770093250641L

Serialized Fields

attributeSpec

SamlAttributeSpec attributeSpec

value

String value

Class org.randomcoder.saml.SamlAttributeSpec extends Object implements Serializable

serialVersionUID: -536785258783107725L

Serialized Fields

namespace

String namespace

local

String local

Class org.randomcoder.saml.SamlException extends Exception implements Serializable

serialVersionUID: -4412031167646924762L


Package org.randomcoder.security

Class org.randomcoder.security.RedirectCommand extends Object implements Serializable

serialVersionUID: -2658050592072668100L

Serialized Fields

url

String url

Class org.randomcoder.security.UnauthorizedException extends RuntimeException implements Serializable

serialVersionUID: -209505911501187042L


Package org.randomcoder.security.cardspace

Class org.randomcoder.security.cardspace.CardSpaceAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: -6303673335510941017L

Serialized Fields

principal

Object principal

credentials

CardSpaceCredentials credentials

Class org.randomcoder.security.cardspace.CardSpaceCredentials extends Object implements Serializable

serialVersionUID: 7792602902586182911L

Serialized Fields

receivedInstant

Date receivedInstant

issueInstant

Date issueInstant

notBefore

Date notBefore

notOnOrAfter

Date notOnOrAfter

assertionId

String assertionId

issuer

String issuer

version

SamlVersion version

issuerPublicKey

byte[] issuerPublicKey

attributes

Map<K,V> attributes

Class org.randomcoder.security.cardspace.CardSpaceSeenToken extends Object implements Serializable

serialVersionUID: -3063450944650542366L

Serialized Fields

id

Long id

assertionId

String assertionId

privatePersonalIdentifier

String privatePersonalIdentifier

issuerHash

String issuerHash

creationDate

Date creationDate

Class org.randomcoder.security.cardspace.InvalidCredentialsException extends AuthenticationException implements Serializable

serialVersionUID: 1729140205772443446L


Package org.randomcoder.security.userdetails

Class org.randomcoder.security.userdetails.UserDetailsImpl extends Object implements Serializable

serialVersionUID: 8725581950129430004L

Serialized Fields

username

String username

password

String password

enabled

boolean enabled

authorities

List<E> authorities

Package org.randomcoder.springmvc

Class org.randomcoder.springmvc.IdCommand extends Object implements Serializable

serialVersionUID: 7923885684126995244L

Serialized Fields

id

Long id

Package org.randomcoder.tag

Class org.randomcoder.tag.Tag extends Object implements Serializable

serialVersionUID: 3814891608527889241L

Serialized Fields

id

Long id

name

String name

displayName

String displayName

Class org.randomcoder.tag.TagAddCommand extends Object implements Serializable

serialVersionUID: 7436171478771499999L

Serialized Fields

name

String name

displayName

String displayName

Class org.randomcoder.tag.TagCloudEntry extends TagStatistics implements Serializable

serialVersionUID: 7928407251644710555L

Serialized Fields

scale

int scale

Class org.randomcoder.tag.TagEditCommand extends TagAddCommand implements Serializable

serialVersionUID: -4674274359838467817L

Serialized Fields

id

Long id

Class org.randomcoder.tag.TagList extends Object implements Serializable

serialVersionUID: 8246304617489842857L

Serialized Fields

tags

List<E> tags

Class org.randomcoder.tag.TagListCommand extends Object implements Serializable

serialVersionUID: 5657688205356090811L

Serialized Fields

start

int start

limit

int limit

Class org.randomcoder.tag.TagNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 8212072324579650157L

Class org.randomcoder.tag.TagStatistics extends Object implements Serializable

serialVersionUID: 7563892982366083919L

Serialized Fields

tag

Tag tag

articleCount

int articleCount

Package org.randomcoder.user

Class org.randomcoder.user.AccountCreateCommand extends Object implements Serializable

serialVersionUID: 7346261261522108772L

Serialized Fields

formType

String formType

formComplete

boolean formComplete

xmlToken

CardSpaceCredentials xmlToken

cardSpaceTokenSpec

CardSpaceTokenSpec cardSpaceTokenSpec

userName

String userName

emailAddress

String emailAddress

website

String website

password

String password

password2

String password2

Class org.randomcoder.user.CardSpaceToken extends Object implements Serializable

serialVersionUID: 7138869768477410560L

Serialized Fields

id

Long id

privatePersonalIdentifier

String privatePersonalIdentifier

issuerHash

String issuerHash

emailAddress

String emailAddress

user

User user

creationDate

Date creationDate

lastLoginDate

Date lastLoginDate

Class org.randomcoder.user.CardSpaceTokenExistsException extends RuntimeException implements Serializable

serialVersionUID: 6206237564482067300L

Class org.randomcoder.user.CardSpaceTokenNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 6206237564482067300L

Class org.randomcoder.user.ChangePasswordCommand extends Object implements Serializable

serialVersionUID: -6349438305307982312L

Serialized Fields

oldPassword

String oldPassword

password

String password

password2

String password2

user

User user

Class org.randomcoder.user.Role extends Object implements Serializable

serialVersionUID: -828314946477973093L

Serialized Fields

id

Long id

name

String name

description

String description

Class org.randomcoder.user.RoleNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 8212072324579650157L

Class org.randomcoder.user.User extends Object implements Serializable

serialVersionUID: 2227663675676869070L

Serialized Fields

id

Long id

userName

String userName

password

String password

emailAddress

String emailAddress

website

String website

enabled

boolean enabled

lastLoginDate

Date lastLoginDate

roles

List<E> roles

Class org.randomcoder.user.UserAddCommand extends Object implements Serializable

serialVersionUID: -4063217084413700225L

Serialized Fields

userName

String userName

emailAddress

String emailAddress

website

String website

enabled

boolean enabled

password

String password

password2

String password2

roles

Role[] roles

Class org.randomcoder.user.UserEditCommand extends UserAddCommand implements Serializable

serialVersionUID: 2923257330122456830L

Serialized Fields

id

Long id

Class org.randomcoder.user.UserListCommand extends Object implements Serializable

serialVersionUID: -7272945294690826915L

Serialized Fields

start

int start

limit

int limit

Class org.randomcoder.user.UserNotFoundException extends RuntimeException implements Serializable

serialVersionUID: 8212072324579650157L

Class org.randomcoder.user.UserProfileCommand extends Object implements Serializable

serialVersionUID: 8464807327958297647L

Serialized Fields

formType

String formType

xmlToken

CardSpaceCredentials xmlToken

emailAddress

String emailAddress

website

String website

Package org.randomcoder.xml.security

Class org.randomcoder.xml.security.XmlSecurityConfigurationException extends Exception implements Serializable

serialVersionUID: 7442635926339894154L

Class org.randomcoder.xml.security.XmlSecurityException extends Exception implements Serializable

serialVersionUID: 7442635926339894154L



Copyright © 2006-2010 Craig Condit. All Rights Reserved.