public class SAML2PluginsUtils extends Object
SAML2PluginsUtils
contains utility methods for SAML 2.0 plugins classes.Modifier and Type | Method and Description |
---|---|
static boolean |
isDynamicalOrIgnoredProfile(String realm)
Checks if dynamical profile creation or ignore profile is enabled.
|
static boolean |
isDynamicProfile(String realm)
Checks if dynamic profile creation is enabled.
|
static boolean |
isIgnoredProfile(Object session,
String realm)
Checks if ignore profile is enabled.
|
public static boolean isDynamicProfile(String realm)
realm
- Realm to check for the dynamic profile creation attribute.true
if dynamic profile creation is enabled, false otherwise.public static boolean isDynamicalOrIgnoredProfile(String realm)
realm
- realm to check for the dynamical profile creation attribute.public static boolean isIgnoredProfile(Object session, String realm)
session
- SSOToken to check the profile creation attributes.realm
- realm to check for the profile creation attribute.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.