Interface AuthSchemeOption.IdentityPropertyConsumer
- Enclosing interface:
 AuthSchemeOption
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
Interface for operating on an 
IdentityProperty value.- 
Method Summary
Modifier and TypeMethodDescription<T> voidaccept(IdentityProperty<T> propertyKey, T propertyValue) A method to operate on anIdentityPropertyand it's value. 
- 
Method Details
- 
accept
A method to operate on anIdentityPropertyand it's value.- Type Parameters:
 T- The type of the IdentityProperty.- Parameters:
 propertyKey- The IdentityProperty.propertyValue- The value of the IdentityProperty.
 
 -