Codota Logo
AssertionUtil.getExpiration
Code IndexAdd Codota to your IDE (free)

How to use
getExpiration
method
in
org.picketlink.identity.federation.core.saml.v2.util.AssertionUtil

Best Java code snippets using org.picketlink.identity.federation.core.saml.v2.util.AssertionUtil.getExpiration (Showing top 9 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
BufferedReader b =
  • Codota IconInputStream in;new BufferedReader(new InputStreamReader(in))
  • Codota IconReader in;new BufferedReader(in)
  • Codota IconFile file;new BufferedReader(new FileReader(file))
  • Smart code suggestions by Codota
}
origin: picketlink/picketlink

TimeCacheExpiry cacheExpiry = JBossAuthCacheInvalidationFactory.getCacheExpiry();
XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null) {
  cacheExpiry.register(securityDomain, expiry.toGregorianCalendar().getTime(), principal);
origin: org.picketlink/picketlink-fed

XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null)
origin: org.picketlink/picketlink-core

TimeCacheExpiry cacheExpiry = JBossAuthCacheInvalidationFactory.getCacheExpiry();
XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null) {
  cacheExpiry.register(securityDomain, expiry.toGregorianCalendar().getTime(), principal);
origin: org.picketlink/picketlink-fed-core

XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null)
origin: org.picketlink.distribution/picketlink-jbas7

XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null) {
  Date expiryDate = expiry.toGregorianCalendar().getTime();
origin: org.picketlink.distribution/picketlink-jbas5

XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null) {
  Date expiryDate = expiry.toGregorianCalendar().getTime();
origin: org.picketlink/picketlink-federation

TimeCacheExpiry cacheExpiry = JBossAuthCacheInvalidationFactory.getCacheExpiry();
XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null) {
  cacheExpiry.register(securityDomain, expiry.toGregorianCalendar().getTime(), principal);
origin: org.picketlink.distribution/picketlink-jbas7

XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null) {
  Date expiryDate = expiry.toGregorianCalendar().getTime();
origin: org.picketlink.distribution/picketlink-jbas5

XMLGregorianCalendar expiry = AssertionUtil.getExpiration(assertion);
if (expiry != null) {
  Date expiryDate = expiry.toGregorianCalendar().getTime();
org.picketlink.identity.federation.core.saml.v2.utilAssertionUtilgetExpiration

Javadoc

Extract the expiration time from an AssertionType

Popular methods of AssertionUtil

  • hasExpired
    Verify whether the assertion has expired. You can add in a clock skew to adapt to conditions where i
  • getRoles
    Given an assertion, return the list of roles it may have
  • asString
    Given AssertionType, convert it into a String
  • createTimedConditions
    Add validity conditions to the SAML2 Assertion
  • createAssertion
    Create an assertion
  • createSAML11TimedConditions
    Add validity conditions to the SAML2 Assertion
  • isSignatureValid
    Given an assertion element, validate the signature
  • asDocument
    Given AssertionType, convert it into a DOM Document.
  • createAssertionSubject
    Given a user name, create a SubjectType that can then be inserted into an assertion
  • isAudience
    Checks whether the given assertion is intended for the given org.picketlink.config.federation.SPType

Popular in Java

  • Reactive rest calls using spring rest template
  • onRequestPermissionsResult (Fragment)
  • addToBackStack (FragmentTransaction)
  • compareTo (BigDecimal)
    Compares this BigDecimal with the specified BigDecimal. Two BigDecimal objects that are equal in val
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • URI (java.net)
    Represents a Uniform Resource Identifier (URI) reference. Aside from some minor deviations noted bel
  • SecureRandom (java.security)
    This class generates cryptographically secure pseudo-random numbers. It is best to invoke SecureRand
  • Timer (java.util)
    A facility for threads to schedule tasks for future execution in a background thread. Tasks may be s
  • ExecutorService (java.util.concurrent)
    An Executor that provides methods to manage termination and methods that can produce a Future for tr
  • ServletException (javax.servlet)
    Defines a general exception a servlet can throw when it encounters difficulty.
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now