Serialized Form


Package nl.surfnet.coin.teams.domain

Class nl.surfnet.coin.teams.domain.ConversionRule extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName

searchPattern

String searchPattern

replaceWith

String replaceWith

Class nl.surfnet.coin.teams.domain.ExternalGroup extends nl.surfnet.coin.shared.domain.DomainObject implements Serializable

Serialized Fields

identifier

String identifier

name

String name

description

String description

groupProviderIdentifier

String groupProviderIdentifier

groupProvider

nl.surfnet.coin.teams.domain.GroupProvider groupProvider

Class nl.surfnet.coin.teams.domain.GroupProvider extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

Long id

identifier

String identifier

name

String name

logoUrl

String logoUrl

groupProviderType

nl.surfnet.coin.teams.domain.GroupProviderType groupProviderType

allowedOptions

Map<K,V> allowedOptions

groupDecorators

List<E> groupDecorators

groupFilters

List<E> groupFilters

personDecorators

List<E> personDecorators

personFilters

List<E> personFilters

serviceProviderGroupAcls

List<E> serviceProviderGroupAcls

userIdPrecondition

String userIdPrecondition

Class nl.surfnet.coin.teams.domain.Invitation extends nl.surfnet.coin.shared.domain.DomainObject implements Serializable

Serialized Fields

teamId

String teamId

email

String email

timestamp

long timestamp

invitationHash

String invitationHash

declined

boolean declined

accepted

boolean accepted

invitationMessages

List<E> invitationMessages

intendedRole

Role intendedRole

Class nl.surfnet.coin.teams.domain.InvitationMessage extends nl.surfnet.coin.shared.domain.DomainObject implements Serializable

Serialized Fields

invitation

Invitation invitation

message

String message

timestamp

long timestamp

inviter

String inviter

Class nl.surfnet.coin.teams.domain.JoinTeamRequest extends nl.surfnet.coin.shared.domain.DomainObject implements Serializable

Serialized Fields

groupId

String groupId

timestamp

long timestamp

personId

String personId

message

String message

Class nl.surfnet.coin.teams.domain.Member extends Object implements Serializable

Serialized Fields

roles

Set<E> roles

name

String name

id

String id

email

String email

memberAttributes

List<E> memberAttributes

Class nl.surfnet.coin.teams.domain.MemberAttribute extends nl.surfnet.coin.shared.domain.DomainObject implements Serializable

Serialized Fields

memberId

String memberId

attributeName

String attributeName

attributeValue

String attributeValue

Class nl.surfnet.coin.teams.domain.ServiceProviderGroupAcl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

allowGroups

boolean allowGroups

allowMembers

boolean allowMembers

spEntityId

String spEntityId

groupProviderId

long groupProviderId

Class nl.surfnet.coin.teams.domain.Stem extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

id

String id

name

String name

description

String description

Class nl.surfnet.coin.teams.domain.Team extends Object implements Serializable

Serialized Fields

id

String id

name

String name

description

String description

members

List<E> members

viewerRole

Role viewerRole

viewable

boolean viewable

numberOfMembers

int numberOfMembers

stem

Stem stem

Class nl.surfnet.coin.teams.domain.TeamExternalGroup extends nl.surfnet.coin.shared.domain.DomainObject implements Serializable

Serialized Fields

grouperTeamId

String grouperTeamId

externalGroup

nl.surfnet.coin.teams.domain.ExternalGroup externalGroup

Package nl.surfnet.coin.teams.util

Class nl.surfnet.coin.teams.util.DuplicateTeamException extends Exception implements Serializable



Copyright © 2009-2013 SURFnet bv, The Netherlands. All Rights Reserved.