public final class SamlConstants extends Object
| Modifier and Type | Field and Description | 
|---|---|
static String | 
CROWD_ATTRIBUTES_PREFIX
The prefix used for all custom Crowd Attributes in the SAML Assertion, both related to the Assertion's Subject,
 as well as other misc ones 
 | 
static String | 
CROWD_MISC_PROPERTIES_PREFIX
The prefix used for all SAML Assertion attributes that are not directly related to the Assertion's Subject 
 | 
static String | 
PLUGIN_CONSUMER_SUFFIX
Suffix of plugin's SAML consumer URL. 
 | 
static String | 
REMEMBER_ME_ATTRIBUTE_NAME
The attribute used for establishing a Remember Me session. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static boolean | 
isPluginConsumerUrl(String samlConsumerUrl)
Returns whether provided  
samlConsumerUrl matches plugin's SAML consumer URL suffix. | 
public static final String CROWD_ATTRIBUTES_PREFIX
public static final String CROWD_MISC_PROPERTIES_PREFIX
public static final String REMEMBER_ME_ATTRIBUTE_NAME
public static final String PLUGIN_CONSUMER_SUFFIX
public static boolean isPluginConsumerUrl(String samlConsumerUrl)
samlConsumerUrl matches plugin's SAML consumer URL suffix.Copyright © 2023 Atlassian. All rights reserved.