Uses of Class
io.fabric8.openshift.api.model.config.v1.PolicyIdentity
-
Packages that use PolicyIdentity Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of PolicyIdentity in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return PolicyIdentity Modifier and Type Method Description PolicyIdentityPolicyIdentityBuilder. build()PolicyIdentityPolicyFluent. buildSignedIdentity()PolicyIdentityPolicy. getSignedIdentity()Policy defines the verification policy for the items in the scopes list.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type PolicyIdentity Modifier and Type Method Description protected voidPolicyIdentityFluent. copyInstance(PolicyIdentity instance)PolicyFluent.SignedIdentityNested<A>PolicyFluent. editOrNewSignedIdentityLike(PolicyIdentity item)voidPolicy. setSignedIdentity(PolicyIdentity signedIdentity)Policy defines the verification policy for the items in the scopes list.PolicyFluent.SignedIdentityNested<A>PolicyFluent. withNewSignedIdentityLike(PolicyIdentity item)APolicyFluent. withSignedIdentity(PolicyIdentity signedIdentity)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type PolicyIdentity Constructor Description Policy(PolicyRootOfTrust rootOfTrust, PolicyIdentity signedIdentity)PolicyIdentityBuilder(PolicyIdentity instance)PolicyIdentityBuilder(PolicyIdentityFluent<?> fluent, PolicyIdentity instance)PolicyIdentityFluent(PolicyIdentity instance)
-