@FunctionalInterface public static interface AuthSchemeOption.IdentityPropertyConsumer
IdentityProperty value.| Modifier and Type | Method and Description |
|---|---|
<T> void |
accept(IdentityProperty<T> propertyKey,
T propertyValue)
A method to operate on an
IdentityProperty and it's value. |
<T> void accept(IdentityProperty<T> propertyKey, T propertyValue)
IdentityProperty and it's value.T - The type of the IdentityProperty.propertyKey - The IdentityProperty.propertyValue - The value of the IdentityProperty.Copyright © 2023. All rights reserved.