Package com.okta.sdk.resource.model
Class SamlAttributeStatement
java.lang.Object
com.okta.sdk.resource.model.SamlAttributeStatement
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class SamlAttributeStatement
extends Object
implements Serializable
Define custom attribute statements for the integration. These statements are inserted into the SAML assertions shared
with your app
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddvaluesItem(String valuesItem) booleanfilterType(String filterType) filterValue(String filterValue) Get filterTypeGet filterValuegetName()Get nameGet namespacegetType()Get typeGet valuesinthashCode()voidsetFilterType(String filterType) voidsetFilterValue(String filterValue) voidvoidsetNamespace(String namespace) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_FILTER_TYPE
- See Also:
-
JSON_PROPERTY_FILTER_VALUE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_NAMESPACE
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_VALUES
- See Also:
-
-
Constructor Details
-
SamlAttributeStatement
public SamlAttributeStatement()
-
-
Method Details
-
filterType
-
getFilterType
-
setFilterType
-
filterValue
-
getFilterValue
-
setFilterValue
-
name
-
getName
-
setName
-
namespace
-
getNamespace
-
setNamespace
-
type
-
getType
-
setType
-
values
-
addvaluesItem
-
getValues
-
setValues
-
equals
-
hashCode
-
toString
-