Class MsGraphProfileCreator.Builder
- java.lang.Object
-
- de.xima.fc.security.pac4j.msgraph.MsGraphProfileCreator.Builder
-
- Enclosing class:
- MsGraphProfileCreator
public static final class MsGraphProfileCreator.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MsGraphProfileCreator
build()
MsGraphProfileCreator.Builder
withQueryDepartment(boolean queryDepartment)
MsGraphProfileCreator.Builder
withQueryManager(boolean queryManager)
MsGraphProfileCreator.Builder
withQueryMemberOf(boolean queryMemberOf)
-
-
-
Method Detail
-
build
public MsGraphProfileCreator build()
-
withQueryDepartment
public MsGraphProfileCreator.Builder withQueryDepartment(boolean queryDepartment)
-
withQueryManager
public MsGraphProfileCreator.Builder withQueryManager(boolean queryManager)
-
withQueryMemberOf
public MsGraphProfileCreator.Builder withQueryMemberOf(boolean queryMemberOf)
-
-