public final class ProxyAuthHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Entry |
getAuthorizationEntryFromControl(ProxiedAuthV1RequestControl proxiedAuthControl)
Retrieves the authorization entry for the provided proxied authorization V1 control.
|
static Entry |
getAuthorizationEntryFromControl(ProxiedAuthV2RequestControl proxiedAuthControl)
Retrieves the authorization entry for this proxied authorization V2 control.
|
public static Entry getAuthorizationEntryFromControl(ProxiedAuthV1RequestControl proxiedAuthControl) throws LdapException
proxiedAuthControl
- the proxied auth controlLdapException
- If the target user does not exist or is not available for use, or if a problem occurs while
making the determination.public static Entry getAuthorizationEntryFromControl(ProxiedAuthV2RequestControl proxiedAuthControl) throws LdapException
proxiedAuthControl
- the proxied auth controlLdapException
- If the target user does not exist or is not available for use, or if a problem occurs while
making the determination.Copyright 2010-2022 ForgeRock AS.