Uses of Class
com.identityworksllc.iiq.common.vo.StampedMessage
-
Packages that use StampedMessage Package Description com.identityworksllc.iiq.common.access Classes associated with theAccessCheck
andCommonSecurityConfig
modelcom.identityworksllc.iiq.common.vo -
-
Uses of StampedMessage in com.identityworksllc.iiq.common.access
Methods in com.identityworksllc.iiq.common.access that return types with arguments of type StampedMessage Modifier and Type Method Description List<StampedMessage>
AccessCheckResponse. getMessages()
Gets the stored messagesConstructor parameters in com.identityworksllc.iiq.common.access with type arguments of type StampedMessage Constructor Description AccessCheckResponse(boolean allowed, List<StampedMessage> messages, long timestamp)
Jackson-specific constructor. -
Uses of StampedMessage in com.identityworksllc.iiq.common.vo
Methods in com.identityworksllc.iiq.common.vo that return StampedMessage Modifier and Type Method Description StampedMessage
StampedMessage.Builder. build()
Builds a newStampedMessage
Methods in com.identityworksllc.iiq.common.vo that return types with arguments of type StampedMessage Modifier and Type Method Description List<StampedMessage>
Outcome. getMessages()
Methods in com.identityworksllc.iiq.common.vo with parameters of type StampedMessage Modifier and Type Method Description static StampedMessage.Builder
StampedMessage. builder(StampedMessage copy)
Constructs a builder from an existingStampedMessage
void
StampedMessageSerializer. serialize(StampedMessage value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in com.identityworksllc.iiq.common.vo with type arguments of type StampedMessage Constructor Description StampedMessageSerializer(Class<StampedMessage> t)
Constructs a new serializer
-