public class IdentityProvider extends SsoProvider<IdentityProvider>
Constructor and Description |
---|
IdentityProvider() |
Modifier and Type | Method and Description |
---|---|
List<Endpoint> |
getAssertionIDRequestService() |
List<Attribute> |
getAttribute() |
List<String> |
getAttributeProfile() |
List<Endpoint> |
getNameIDMappingService() |
List<Endpoint> |
getSingleSignOnService() |
boolean |
getWantAuthnRequestsSigned() |
IdentityProvider |
setAssertionIDRequestService(List<Endpoint> assertionIDRequestService) |
IdentityProvider |
setAttribute(List<Attribute> attribute) |
IdentityProvider |
setAttributeProfile(List<String> attributeProfile) |
IdentityProvider |
setNameIDMappingService(List<Endpoint> nameIDMappingService) |
IdentityProvider |
setSingleSignOnService(List<Endpoint> singleSignOnService) |
IdentityProvider |
setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned) |
getArtifactResolutionService, getDiscovery, getManageNameIDService, getNameIds, getRequestInitiation, getSingleLogoutService, setArtifactResolutionService, setDiscovery, setManageNameIDService, setNameIds, setRequestInitiation, setSingleLogoutService
_this, getCacheDuration, getId, getKeys, getProtocolSupportEnumeration, getSignature, getValidUntil, setCacheDuration, setId, setKeys, setProtocolSupportEnumeration, setSignature, setValidUntil
public boolean getWantAuthnRequestsSigned()
public IdentityProvider setWantAuthnRequestsSigned(boolean wantAuthnRequestsSigned)
public IdentityProvider setSingleSignOnService(List<Endpoint> singleSignOnService)
public IdentityProvider setNameIDMappingService(List<Endpoint> nameIDMappingService)
public IdentityProvider setAssertionIDRequestService(List<Endpoint> assertionIDRequestService)
public IdentityProvider setAttributeProfile(List<String> attributeProfile)
public IdentityProvider setAttribute(List<Attribute> attribute)