Class AuthenticationType
- java.lang.Object
-
- de.businesscode.bcdui.subjectsettings.config.AuthenticationType
-
public class AuthenticationType extends java.lang.Object
defines authentication methodJava-Klasse für AuthenticationType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType name="AuthenticationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Ldap" type="{http://www.w3.org/2001/XMLSchema}anyType" maxOccurs="0" minOccurs="0"/> <element name="SubjectSettings" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AuthenticationType.SubjectSettings
Java-Klasse für anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected AuthenticationType.SubjectSettings
subjectSettings
-
Constructor Summary
Constructors Constructor Description AuthenticationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationType.SubjectSettings
getSubjectSettings()
Ruft den Wert der subjectSettings-Eigenschaft ab.void
setSubjectSettings(AuthenticationType.SubjectSettings value)
Legt den Wert der subjectSettings-Eigenschaft fest.
-
-
-
Field Detail
-
subjectSettings
protected AuthenticationType.SubjectSettings subjectSettings
-
-
Method Detail
-
getSubjectSettings
public AuthenticationType.SubjectSettings getSubjectSettings()
Ruft den Wert der subjectSettings-Eigenschaft ab.- Returns:
- possible object is
AuthenticationType.SubjectSettings
-
setSubjectSettings
public void setSubjectSettings(AuthenticationType.SubjectSettings value)
Legt den Wert der subjectSettings-Eigenschaft fest.- Parameters:
value
- allowed object isAuthenticationType.SubjectSettings
-
-