Uses of Interface
org.forgerock.opendj.server.core.AttachmentHolder
-
-
Uses of AttachmentHolder in org.forgerock.opendj.server.core
Subinterfaces of AttachmentHolder in org.forgerock.opendj.server.core Modifier and Type Interface Description interfaceBindRequestContextThe bind request context allows for updating the authentication state of the connection.interfaceOperationThe context in which a request is to be processed.Methods in org.forgerock.opendj.server.core with parameters of type AttachmentHolder Modifier and Type Method Description TAttachment. get(AttachmentHolder attachmentHolder)Retrieves the attachment value, stored on theAttachmentHolder.TAttachment. remove(AttachmentHolder attachmentHolder)Remove attachment value, stored on theAttachmentHolder.TAttachment. set(AttachmentHolder attachmentHolder, T value)Set attachment value, stored on theAttachmentHolder.
-