public abstract class PolicyBoxBuilder<B extends AbstractBox.ComplexBuilder<B,T>,T> extends AbstractBox.ComplexBuilder<B,T>
| Modifier and Type | Field and Description |
|---|---|
protected ProfileType |
profileType |
type| Constructor and Description |
|---|
PolicyBoxBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getClaims() |
ProfileType |
getProfileType() |
Provider |
getProvider() |
B |
withClaims(String[] claims) |
abstract B |
withProfileType(String schema) |
B |
withProvider(Provider provider) |
getThis, withId, withMembers, withName, withOwner, withTypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected ProfileType profileType
public ProfileType getProfileType()
public String[] getClaims()
public Provider getProvider()
Copyright © 2016–2019. All rights reserved.