Interface HttpSecuritySupportingManagedObjectDependencyType<O extends java.lang.Enum<O>>
-
public interface HttpSecuritySupportingManagedObjectDependencyType<O extends java.lang.Enum<O>>
Type definition
of theHttpSecuritySupportingManagedObject
dependency.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description O
getKey()
Obtains the key identifying the dependency.OfficeManagedObject
getOfficeManagedObject(HttpSecuritySupportingManagedObjectDependencyContext context)
Obtains theOfficeManagedObject
for this dependency.
-
-
-
Method Detail
-
getKey
O getKey()
Obtains the key identifying the dependency.- Returns:
- Key identifying the dependency.
-
getOfficeManagedObject
OfficeManagedObject getOfficeManagedObject(HttpSecuritySupportingManagedObjectDependencyContext context)
Obtains theOfficeManagedObject
for this dependency.- Parameters:
context
-HttpSecuritySupportingManagedObjectDependencyContext
.- Returns:
OfficeManagedObject
for this dependency.
-
-