Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TheRAMSessionProvider ¶
type TheRAMSessionProvider struct {
markup.Component `class:"keeper-session-provider-registry"`
HTTPHeaderSetTokenName string `inject:"${security.http-header.settoken.name}"`
HTTPHeaderTokenName string `inject:"${security.http-header.token.name}"`
// contains filtered or unexported fields
}
TheRAMSessionProvider ...
func (*TheRAMSessionProvider) GetAdapterFactory ¶
func (inst *TheRAMSessionProvider) GetAdapterFactory() keeper.SessionAdapterFactory
GetAdapterFactory ...
func (*TheRAMSessionProvider) GetRegistrationList ¶
func (inst *TheRAMSessionProvider) GetRegistrationList() []*keeper.SessionProviderRegistration
GetRegistrationList ...
func (*TheRAMSessionProvider) GetSessionFactory ¶
func (inst *TheRAMSessionProvider) GetSessionFactory() keeper.SessionFactory
GetSessionFactory ...
Click to show internal directories.
Click to hide internal directories.