Package com.linecorp.armeria.server.saml
Class SamlNameIdPolicy
java.lang.Object
com.linecorp.armeria.server.saml.SamlNameIdPolicy
public final class SamlNameIdPolicy extends Object
SAML name ID format and its option.
-
Method Summary
Modifier and Type Method Description SamlNameIdFormat
format()
Returns aSamlNameIdFormat
of thisSamlNameIdPolicy
.boolean
isCreatable()
Returns whether thisSamlNameIdPolicy
allows to create a new name ID.static SamlNameIdPolicy
of(SamlNameIdFormat format, boolean isCreatable)
static SamlNameIdPolicy
ofCreatable(SamlNameIdFormat format)
String
toString()
-
Method Details
-
ofCreatable
-
of
-
format
Returns aSamlNameIdFormat
of thisSamlNameIdPolicy
. -
isCreatable
public boolean isCreatable()Returns whether thisSamlNameIdPolicy
allows to create a new name ID. -
toString
-