Class FileSubjectData
- java.lang.Object
-
- ca.stellardrift.permissionsex.impl.backend.memory.MemorySubjectData
-
- ca.stellardrift.permissionsex.impl.backend.file.FileSubjectData
-
- All Implemented Interfaces:
ca.stellardrift.permissionsex.subject.ImmutableSubjectData
public final class FileSubjectData extends MemorySubjectData
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ca.stellardrift.permissionsex.impl.backend.memory.MemorySubjectData
MemorySubjectData.MemorySegment
-
-
Field Summary
-
Fields inherited from class ca.stellardrift.permissionsex.impl.backend.memory.MemorySubjectData
MAPPER, segments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MemorySubjectDatanewData(org.pcollections.PMap<org.pcollections.PSet<ca.stellardrift.permissionsex.context.ContextValue<?>>,MemorySubjectData.MemorySegment> contexts)StringtoString()-
Methods inherited from class ca.stellardrift.permissionsex.impl.backend.memory.MemorySubjectData
activeContexts, mapSegment, mapSegmentValues, segment, segments, withSegment, withSegment, withSegments
-
-
-
-
Method Detail
-
newData
protected MemorySubjectData newData(org.pcollections.PMap<org.pcollections.PSet<ca.stellardrift.permissionsex.context.ContextValue<?>>,MemorySubjectData.MemorySegment> contexts)
- Overrides:
newDatain classMemorySubjectData
-
toString
public String toString()
- Overrides:
toStringin classMemorySubjectData
-
-