Package | Description |
---|---|
org.jenkinsci.plugins.saml | |
org.jenkinsci.plugins.saml.conf |
Modifier and Type | Method and Description |
---|---|
List<AttributeEntry> |
SamlSecurityRealm.getSamlCustomAttributes() |
Modifier and Type | Method and Description |
---|---|
void |
SamlSecurityRealm.setSamlCustomAttribute(List<AttributeEntry> samlCustomAttributes) |
Constructor and Description |
---|
SamlSecurityRealm(IdpMetadataConfiguration idpMetadataConfiguration,
String displayNameAttributeName,
String groupsAttributeName,
Integer maximumAuthenticationLifetime,
String usernameAttributeName,
String emailAttributeName,
String logoutUrl,
SamlAdvancedConfiguration advancedConfiguration,
SamlEncryptionData encryptionData,
String usernameCaseConversion,
String binding,
List<AttributeEntry> samlCustomAttributes)
Jenkins passes these parameters in when you update the settings.
|
Modifier and Type | Class and Description |
---|---|
class |
Attribute
Class to configure SAML custom attributes to grab from the SAMLResponse and put in the User Profile.
|
Copyright © 2016–2021. All rights reserved.