public class PartitionManagerCreateEvent extends Object
This event is fired during PicketLink startup after creating the PartitionManager
.
Observers can handle this event in order to perform any initialization right after the PartitionManager
was built.
Constructor and Description |
---|
PartitionManagerCreateEvent(PartitionManager partitionManager) |
Modifier and Type | Method and Description |
---|---|
PartitionManager |
getPartitionManager() |
public PartitionManagerCreateEvent(PartitionManager partitionManager)
public PartitionManager getPartitionManager()
Copyright © 2019. All rights reserved.